summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn N. Laliberte <allanonjl@gentoo.org>2005-05-18 19:28:03 +0000
committerJohn N. Laliberte <allanonjl@gentoo.org>2005-05-18 19:28:03 +0000
commitb8bb9c1e0b8f6aa485d321257b426c686763bf25 (patch)
tree7dcd71c7ae05ec81561bdc80aeade617fcdeeac9 /app-misc/unfoo
parentstable on hppa (diff)
downloadhistorical-b8bb9c1e0b8f6aa485d321257b426c686763bf25.tar.gz
historical-b8bb9c1e0b8f6aa485d321257b426c686763bf25.tar.bz2
historical-b8bb9c1e0b8f6aa485d321257b426c686763bf25.zip
fix filename in src_install
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-misc/unfoo')
-rw-r--r--app-misc/unfoo/ChangeLog6
-rw-r--r--app-misc/unfoo/Manifest6
-rw-r--r--app-misc/unfoo/unfoo-1.0.4.ebuild4
-rw-r--r--app-misc/unfoo/unfoo-1.0.5.ebuild4
4 files changed, 12 insertions, 8 deletions
diff --git a/app-misc/unfoo/ChangeLog b/app-misc/unfoo/ChangeLog
index 19f0a4c324d8..49a9c20ae0e2 100644
--- a/app-misc/unfoo/ChangeLog
+++ b/app-misc/unfoo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/unfoo
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/unfoo/ChangeLog,v 1.11 2005/05/10 13:44:07 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/unfoo/ChangeLog,v 1.12 2005/05/18 19:28:03 allanonjl Exp $
+
+ 18 May 2005; John N. Laliberte <allanonjl@gentoo.org> unfoo-1.0.4.ebuild,
+ unfoo-1.0.5.ebuild:
+ fix filename in src_install
*unfoo-1.0.5 (10 May 2005)
diff --git a/app-misc/unfoo/Manifest b/app-misc/unfoo/Manifest
index e0aab0cb7777..697188f9ec37 100644
--- a/app-misc/unfoo/Manifest
+++ b/app-misc/unfoo/Manifest
@@ -1,6 +1,6 @@
-MD5 9a625e800900ab7ecd8bc9a75ed00caa unfoo-1.0.4.ebuild 811
-MD5 753929d1633f062f1e2a6fc6d758c471 unfoo-1.0.5.ebuild 815
-MD5 24b0430af4e7da9f4818e1264d53f513 ChangeLog 1224
+MD5 fc9a5633e1aeccc4eb791356a723b9f8 unfoo-1.0.4.ebuild 814
+MD5 d866e4310b58b3ba7c7df8578774c5af unfoo-1.0.5.ebuild 818
+MD5 afcf5ec5be07f82e1f373209e1572025 ChangeLog 1353
MD5 c15e3a74997698eb0d22b3dc296fcb36 metadata.xml 232
MD5 b0095fd8d6b036a272345adce5744e61 files/digest-unfoo-1.0.4 57
MD5 ad9a51607b4b5f842ec4bdbe9076ff79 files/digest-unfoo-1.0.5 57
diff --git a/app-misc/unfoo/unfoo-1.0.4.ebuild b/app-misc/unfoo/unfoo-1.0.4.ebuild
index c97dcac298aa..54276667729a 100644
--- a/app-misc/unfoo/unfoo-1.0.4.ebuild
+++ b/app-misc/unfoo/unfoo-1.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/unfoo/unfoo-1.0.4.ebuild,v 1.13 2005/05/10 13:44:07 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/unfoo/unfoo-1.0.4.ebuild,v 1.14 2005/05/18 19:28:03 allanonjl Exp $
DESCRIPTION="A simple bash driven frontend to simplify decompression of files"
HOMEPAGE="http://obsoleet.org/code/unfoo"
@@ -20,7 +20,7 @@ src_unpack() {
}
src_install() {
- newbin ${P} unfoo
+ newbin ${P}.sh unfoo
}
pkg_postinst() {
diff --git a/app-misc/unfoo/unfoo-1.0.5.ebuild b/app-misc/unfoo/unfoo-1.0.5.ebuild
index 5d4e4ce565a4..bb9e48864552 100644
--- a/app-misc/unfoo/unfoo-1.0.5.ebuild
+++ b/app-misc/unfoo/unfoo-1.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/unfoo/unfoo-1.0.5.ebuild,v 1.1 2005/05/10 13:44:07 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/unfoo/unfoo-1.0.5.ebuild,v 1.2 2005/05/18 19:28:03 allanonjl Exp $
DESCRIPTION="A simple bash driven frontend to simplify decompression of files"
HOMEPAGE="http://obsoleet.org/code/unfoo"
@@ -20,7 +20,7 @@ src_unpack() {
}
src_install() {
- newbin ${P} unfoo
+ newbin ${P}.sh unfoo
}
pkg_postinst() {