diff options
author | Hanno Böck <hanno@gentoo.org> | 2007-12-27 08:04:07 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2007-12-27 08:04:07 +0000 |
commit | cc02351ec87ce3fe4c748a29fdb169919904e2d2 (patch) | |
tree | a5313d7466571870306cac9c72129564be0692b6 /app-arch | |
parent | Stable on amd64. Tested by myself and gentoofan23. (diff) | |
download | gentoo-2-cc02351ec87ce3fe4c748a29fdb169919904e2d2.tar.gz gentoo-2-cc02351ec87ce3fe4c748a29fdb169919904e2d2.tar.bz2 gentoo-2-cc02351ec87ce3fe4c748a29fdb169919904e2d2.zip |
unp version bump
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unp/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/unp/files/digest-unp-1.0.14 | 3 | ||||
-rw-r--r-- | app-arch/unp/unp-1.0.14.ebuild | 20 |
3 files changed, 29 insertions, 1 deletions
diff --git a/app-arch/unp/ChangeLog b/app-arch/unp/ChangeLog index bf69f0165da7..bde1567cc005 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.17 2007/12/26 10:05:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v 1.18 2007/12/27 08:04:06 hanno Exp $ + +*unp-1.0.14 (27 Dec 2007) + + 27 Dec 2007; Hanno Boeck <hanno@gentoo.org> +unp-1.0.14.ebuild: + Version bump. 26 Dec 2007; Markus Meier <maekke@gentoo.org> unp-1.0.13.ebuild: x86 stable, security bug #203106 diff --git a/app-arch/unp/files/digest-unp-1.0.14 b/app-arch/unp/files/digest-unp-1.0.14 new file mode 100644 index 000000000000..7fc0dda05c9b --- /dev/null +++ b/app-arch/unp/files/digest-unp-1.0.14 @@ -0,0 +1,3 @@ +MD5 af6f1faedb5a12216382362170d13d27 unp_1.0.14.tar.gz 8859 +RMD160 e8405d166b45fad8cf1462d73b47914646986e2e unp_1.0.14.tar.gz 8859 +SHA256 30caa3b377b14887733fc63fa48ccad7424f159abc40c989d28d00e191cccfbf unp_1.0.14.tar.gz 8859 diff --git a/app-arch/unp/unp-1.0.14.ebuild b/app-arch/unp/unp-1.0.14.ebuild new file mode 100644 index 000000000000..3b67e7e3a4dd --- /dev/null +++ b/app-arch/unp/unp-1.0.14.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-1.0.14.ebuild,v 1.1 2007/12/27 08:04:06 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 +} |