summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/autounmask')
-rw-r--r--app-portage/autounmask/ChangeLog7
-rw-r--r--app-portage/autounmask/autounmask-0.25.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/app-portage/autounmask/ChangeLog b/app-portage/autounmask/ChangeLog
index 90b6664491f7..072a30fddb7d 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.34 2009/01/19 11:40:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/autounmask/ChangeLog,v 1.35 2009/04/03 18:35:05 ian Exp $
+
+*autounmask-0.25 (03 Apr 2009)
+
+ 03 Apr 2009; Christian Hartmann <ian@gentoo.org> +autounmask-0.25.ebuild:
+ Version bump
19 Jan 2009; Jeroen Roovers <jer@gentoo.org> autounmask-0.23.ebuild:
Stable for HPPA (bug #252687).
diff --git a/app-portage/autounmask/autounmask-0.25.ebuild b/app-portage/autounmask/autounmask-0.25.ebuild
new file mode 100644
index 000000000000..65fe2f5c2ba4
--- /dev/null
+++ b/app-portage/autounmask/autounmask-0.25.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.25.ebuild,v 1.1 2009/04/03 18:35:05 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
+}