diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-07-18 19:18:03 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-07-18 19:18:03 +0000 |
commit | ecdc476f1d9549b8afd43e8725a763b3a0551a1d (patch) | |
tree | a515e9bed460bbe9e32f6562d1b882e6d47adf65 /app-arch/unmakeself | |
parent | Initial ebuild. Fixes bug #230573. (diff) | |
download | gentoo-2-ecdc476f1d9549b8afd43e8725a763b3a0551a1d.tar.gz gentoo-2-ecdc476f1d9549b8afd43e8725a763b3a0551a1d.tar.bz2 gentoo-2-ecdc476f1d9549b8afd43e8725a763b3a0551a1d.zip |
amd64 stable
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r6 x86_64)
Diffstat (limited to 'app-arch/unmakeself')
-rw-r--r-- | app-arch/unmakeself/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/unmakeself/unmakeself-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-arch/unmakeself/ChangeLog b/app-arch/unmakeself/ChangeLog index 566e4bd9adc7..b185db95feb3 100644 --- a/app-arch/unmakeself/ChangeLog +++ b/app-arch/unmakeself/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/unmakeself -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unmakeself/ChangeLog,v 1.4 2007/07/13 13:12:33 flameeyes Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/unmakeself/ChangeLog,v 1.5 2008/07/18 19:18:03 coldwind Exp $ + + 18 Jul 2008; Santiago M. Mola <coldwind@gentoo.org> unmakeself-1.0.ebuild: + amd64 stable 13 Jul 2007; Diego Pettenò <flameeyes@gentoo.org> unmakeself-1.0.ebuild: Fix dependency for the bsdtar->libarchive move. diff --git a/app-arch/unmakeself/unmakeself-1.0.ebuild b/app-arch/unmakeself/unmakeself-1.0.ebuild index 9dc6ebb87204..0d2ddbd9bbd2 100644 --- a/app-arch/unmakeself/unmakeself-1.0.ebuild +++ b/app-arch/unmakeself/unmakeself-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unmakeself/unmakeself-1.0.ebuild,v 1.3 2007/07/13 13:12:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unmakeself/unmakeself-1.0.ebuild,v 1.4 2008/07/18 19:18:03 coldwind Exp $ inherit toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://gentooexperimental.org/~genstef/dist/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="app-arch/bzip2 |