radhermit    15/02/02 00:34:51

  Modified:             ChangeLog
  Added:                bfg-1.12.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.10                 dev-vcs/bfg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bfg/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bfg/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bfg/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/bfg/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   4 Jan 2015 06:02:43 -0000       1.9
+++ ChangeLog   2 Feb 2015 00:34:51 -0000       1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-vcs/bfg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bfg/ChangeLog,v 1.9 2015/01/04 
06:02:43 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bfg/ChangeLog,v 1.10 2015/02/02 
00:34:51 radhermit Exp $
+
+*bfg-1.12.1 (02 Feb 2015)
+
+  02 Feb 2015; Tim Harder <[email protected]> +bfg-1.12.1.ebuild:
+  Version bump.
 
 *bfg-1.12.0 (04 Jan 2015)
 



1.1                  dev-vcs/bfg/bfg-1.12.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bfg/bfg-1.12.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bfg/bfg-1.12.1.ebuild?rev=1.1&content-type=text/plain

Index: bfg-1.12.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bfg/bfg-1.12.1.ebuild,v 1.1 
2015/02/02 00:34:51 radhermit Exp $

EAPI=5

inherit java-pkg-2

DESCRIPTION="a simpler, faster alternative to git-filter-branch for removing 
bad data from git repos"
HOMEPAGE="http://rtyley.github.io/bfg-repo-cleaner/";
SRC_URI="http://repo1.maven.org/maven2/com/madgag/${PN}/${PV}/${P}.jar";

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND=">=virtual/jre-1.6"

S=${WORKDIR}

src_unpack() { :; }
src_compile() { :; }

src_install() {
        java-pkg_newjar "${DISTDIR}"/${P}.jar
        java-pkg_dolauncher ${PN}
}




Reply via email to