diff options
author | Christian Hartmann <ian@gentoo.org> | 2007-05-24 20:24:14 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2007-05-24 20:24:14 +0000 |
commit | b32009b44ed83e4fff38ab9dcdb19bc4d3d3ac02 (patch) | |
tree | 33a08a248a4dac361a5666c1dca8aebb1740d9f7 /app-portage | |
parent | Stable on ppc; bug #178510. (diff) | |
download | gentoo-2-b32009b44ed83e4fff38ab9dcdb19bc4d3d3ac02.tar.gz gentoo-2-b32009b44ed83e4fff38ab9dcdb19bc4d3d3ac02.tar.bz2 gentoo-2-b32009b44ed83e4fff38ab9dcdb19bc4d3d3ac02.zip |
Version bump
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/autounmask/ChangeLog | 7 | ||||
-rw-r--r-- | app-portage/autounmask/autounmask-0.17.ebuild | 23 | ||||
-rw-r--r-- | app-portage/autounmask/files/digest-autounmask-0.17 | 3 |
3 files changed, 32 insertions, 1 deletions
diff --git a/app-portage/autounmask/ChangeLog b/app-portage/autounmask/ChangeLog index 821be551e464..22bb508e5d25 100644 --- a/app-portage/autounmask/ChangeLog +++ b/app-portage/autounmask/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-portage/autounmask # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/autounmask/ChangeLog,v 1.14 2007/05/21 12:24:53 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/autounmask/ChangeLog,v 1.15 2007/05/24 20:24:14 ian Exp $ + +*autounmask-0.17 (24 May 2007) + + 24 May 2007; Christian Hartmann <ian@gentoo.org> +autounmask-0.17.ebuild: + Version bump 21 May 2007; Ferris McCormick <fmccor@gentoo.org> autounmask-0.15.ebuild: Stable on sparc --- Bug #177238 --- (Thanks to fix for Bug #178745). diff --git a/app-portage/autounmask/autounmask-0.17.ebuild b/app-portage/autounmask/autounmask-0.17.ebuild new file mode 100644 index 000000000000..2b9c5c7be437 --- /dev/null +++ b/app-portage/autounmask/autounmask-0.17.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/autounmask/autounmask-0.17.ebuild,v 1.1 2007/05/24 20:24:14 ian Exp $ + +DESCRIPTION="autounmask - Unmasking packages the easy way" +HOMEPAGE="http://download.mpsna.de/opensource/autounmask/" +SRC_URI="http://download.mpsna.de/opensource/autounmask/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl + >=dev-perl/PortageXS-0.02.07 + dev-perl/Term-ANSIColor" +RDEPEND="${DEPEND} + sys-apps/portage" + +src_install() { + dobin autounmask || die + dodoc Changelog +} diff --git a/app-portage/autounmask/files/digest-autounmask-0.17 b/app-portage/autounmask/files/digest-autounmask-0.17 new file mode 100644 index 000000000000..d078941c7ce9 --- /dev/null +++ b/app-portage/autounmask/files/digest-autounmask-0.17 @@ -0,0 +1,3 @@ +MD5 8a8a6678fba38ea7acbfa04840e72803 autounmask-0.17.tar.gz 3021 +RMD160 15de2c83cab89038a34571044c3ad34276761c6b autounmask-0.17.tar.gz 3021 +SHA256 2e6581325b4f73e37414b87181307061b8dcec81850a8f3be628f2cf53e22172 autounmask-0.17.tar.gz 3021 |