summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2009-06-09 10:16:40 +0000
committerChristian Hartmann <ian@gentoo.org>2009-06-09 10:16:40 +0000
commit8d71c866b69ac9427b67f594bc9e6af0e9dca3b1 (patch)
treebbf528e9d9e6fb3c1d747ff65fa04b58b01951ed /app-portage
parentCopy 1.6.2 to 1.6.2-r10 without changes. Disable KDE support in 1.6.2 to allo... (diff)
downloadgentoo-2-8d71c866b69ac9427b67f594bc9e6af0e9dca3b1.tar.gz
gentoo-2-8d71c866b69ac9427b67f594bc9e6af0e9dca3b1.tar.bz2
gentoo-2-8d71c866b69ac9427b67f594bc9e6af0e9dca3b1.zip
Version bump; new version that fixes bug #272807
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/autounmask/ChangeLog7
-rw-r--r--app-portage/autounmask/autounmask-0.27.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/app-portage/autounmask/ChangeLog b/app-portage/autounmask/ChangeLog
index 1cd09e07baa6..5faca23432b8 100644
--- a/app-portage/autounmask/ChangeLog
+++ b/app-portage/autounmask/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-portage/autounmask
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/autounmask/ChangeLog,v 1.36 2009/04/15 18:41:29 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/autounmask/ChangeLog,v 1.37 2009/06/09 10:16:40 ian Exp $
+
+*autounmask-0.27 (09 Jun 2009)
+
+ 09 Jun 2009; Christian Hartmann <ian@gentoo.org> +autounmask-0.27.ebuild:
+ Version bump; new version that fixes bug #272807
*autounmask-0.26 (15 Apr 2009)
diff --git a/app-portage/autounmask/autounmask-0.27.ebuild b/app-portage/autounmask/autounmask-0.27.ebuild
new file mode 100644
index 000000000000..d06b70d07624
--- /dev/null
+++ b/app-portage/autounmask/autounmask-0.27.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/autounmask/autounmask-0.27.ebuild,v 1.1 2009/06/09 10:16:40 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 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-lang/perl
+ >=dev-perl/PortageXS-0.02.09
+ virtual/perl-Term-ANSIColor
+ dev-perl/Shell-EnvImporter"
+RDEPEND="${DEPEND}
+ sys-apps/portage"
+
+src_install() {
+ dobin autounmask || die
+ dodoc Changelog
+}