diff options
author | 2012-02-05 05:57:07 +0000 | |
---|---|---|
committer | 2012-02-05 05:57:07 +0000 | |
commit | 865d39ffec73e9ab355acc386ebeaec36f4304ed (patch) | |
tree | ab34a294924d5bfbbfe3fcf83c9ed72d1b081441 /net-p2p | |
parent | Remove old. (diff) | |
download | gentoo-2-865d39ffec73e9ab355acc386ebeaec36f4304ed.tar.gz gentoo-2-865d39ffec73e9ab355acc386ebeaec36f4304ed.tar.bz2 gentoo-2-865d39ffec73e9ab355acc386ebeaec36f4304ed.zip |
Move to new unpacker eclass for unpack_makeself.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/sancho-bin/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-p2p/sancho-bin/ChangeLog b/net-p2p/sancho-bin/ChangeLog index 3d08b4efce8a..1695f4449ee6 100644 --- a/net-p2p/sancho-bin/ChangeLog +++ b/net-p2p/sancho-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/sancho-bin -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.47 2011/03/28 14:30:52 nirbheek Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.48 2012/02/05 05:57:07 vapier Exp $ + + 05 Feb 2012; Mike Frysinger <vapier@gentoo.org> + sancho-bin-0.9.4.58-r1.ebuild: + Move to new unpacker eclass for unpack_makeself. 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> sancho-bin-0.9.4.58.ebuild, sancho-bin-0.9.4.58-r1.ebuild: diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild index 8f2a7cc0f225..2e89c4e4b7e7 100644 --- a/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild +++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild,v 1.6 2011/03/28 14:30:52 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild,v 1.7 2012/02/05 05:57:07 vapier Exp $ EAPI="1" -inherit eutils +inherit eutils unpacker MY_P=${P/-bin/} MY_P=${MY_P%.*}-${MY_P##*.} |