diff options
author | Christian Hartmann <ian@gentoo.org> | 2007-05-29 19:42:33 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2007-05-29 19:42:33 +0000 |
commit | 09bff83a464382d014e6b21b8920e20c7d0673ba (patch) | |
tree | 57a53b825038a750f6c0d2941f798e6342e1a9d1 /app-portage | |
parent | Moved to java-overlay. (diff) | |
download | gentoo-2-09bff83a464382d014e6b21b8920e20c7d0673ba.tar.gz gentoo-2-09bff83a464382d014e6b21b8920e20c7d0673ba.tar.bz2 gentoo-2-09bff83a464382d014e6b21b8920e20c7d0673ba.zip |
Fix for bug #180062
(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.18.ebuild | 24 | ||||
-rw-r--r-- | app-portage/autounmask/files/digest-autounmask-0.18 | 3 |
3 files changed, 33 insertions, 1 deletions
diff --git a/app-portage/autounmask/ChangeLog b/app-portage/autounmask/ChangeLog index 22bb508e5d25..3b50040d7ce0 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.15 2007/05/24 20:24:14 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/autounmask/ChangeLog,v 1.16 2007/05/29 19:42:33 ian Exp $ + +*autounmask-0.18 (29 May 2007) + + 29 May 2007; Christian Hartmann <ian@gentoo.org> +autounmask-0.18.ebuild: + Fix for bug #180062 *autounmask-0.17 (24 May 2007) diff --git a/app-portage/autounmask/autounmask-0.18.ebuild b/app-portage/autounmask/autounmask-0.18.ebuild new file mode 100644 index 000000000000..6f02a4696687 --- /dev/null +++ b/app-portage/autounmask/autounmask-0.18.ebuild @@ -0,0 +1,24 @@ +# 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.18.ebuild,v 1.1 2007/05/29 19:42:33 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 + dev-perl/Shell-EnvImporter" +RDEPEND="${DEPEND} + sys-apps/portage" + +src_install() { + dobin autounmask || die + dodoc Changelog +} diff --git a/app-portage/autounmask/files/digest-autounmask-0.18 b/app-portage/autounmask/files/digest-autounmask-0.18 new file mode 100644 index 000000000000..8147a20df7a3 --- /dev/null +++ b/app-portage/autounmask/files/digest-autounmask-0.18 @@ -0,0 +1,3 @@ +MD5 8a542a82461beeef9da99b0e11b7597c autounmask-0.18.tar.gz 3427 +RMD160 38c54a0ab52a984ce451e82668e087dcfb6dbac1 autounmask-0.18.tar.gz 3427 +SHA256 63b7711847b94b0405e3c3aebb8215ea411ef8e78f13e9570f36182c0ec49a5b autounmask-0.18.tar.gz 3427 |