diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-10-09 01:45:18 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-10-09 01:45:18 +0000 |
commit | d7d4ff0df3b3fa92e0e3a809379c559b2976b5b4 (patch) | |
tree | 7824269b586983bd9b4d556336f7b41b969f4b25 /app-arch/unp | |
parent | gegl: add sse and mmx useflag, raise gtk+ dep. (diff) | |
download | gentoo-2-d7d4ff0df3b3fa92e0e3a809379c559b2976b5b4.tar.gz gentoo-2-d7d4ff0df3b3fa92e0e3a809379c559b2976b5b4.tar.bz2 gentoo-2-d7d4ff0df3b3fa92e0e3a809379c559b2976b5b4.zip |
unp bump
(Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc9-00169-gb34c873 x86_64)
Diffstat (limited to 'app-arch/unp')
-rw-r--r-- | app-arch/unp/ChangeLog | 9 | ||||
-rw-r--r-- | app-arch/unp/unp-1.0.15.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/app-arch/unp/ChangeLog b/app-arch/unp/ChangeLog index c6ee2accc332..b7dbd43d60d1 100644 --- a/app-arch/unp/ChangeLog +++ b/app-arch/unp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-arch/unp -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v 1.20 2007/12/27 22:47:02 welp Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v 1.21 2008/10/09 01:45:18 hanno Exp $ + +*unp-1.0.15 (09 Oct 2008) + + 09 Oct 2008; Hanno Boeck <hanno@gentoo.org> +unp-1.0.15.ebuild: + Version bump. 27 Dec 2007; Peter Weller <welp@gentoo.org> unp-1.0.14.ebuild: Stable on amd64; bug 203106 diff --git a/app-arch/unp/unp-1.0.15.ebuild b/app-arch/unp/unp-1.0.15.ebuild new file mode 100644 index 000000000000..ea3ae6f24f16 --- /dev/null +++ b/app-arch/unp/unp-1.0.15.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-1.0.15.ebuild,v 1.1 2008/10/09 01:45:18 hanno Exp $ + +DESCRIPTION="Script for unpacking various file formats" +HOMEPAGE="http://packages.qa.debian.org/u/unp.html" +SRC_URI="mirror://debian/pool/main/u/unp/${PN}_${PV}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86" +IUSE="" +DEPEND="dev-lang/perl" + +src_compile() { + einfo "Nothing to compile" +} + +src_install() { + dobin unp +} |