summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-09-21 11:11:19 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-09-21 11:11:19 +0000
commit7e39685a856f7516b96d74023eb981a62e32e540 (patch)
tree060bc35452a9b04fe197ba490b03368118449943 /app-misc/mmv
parent*** empty log message *** (diff)
downloadgentoo-2-7e39685a856f7516b96d74023eb981a62e32e540.tar.gz
gentoo-2-7e39685a856f7516b96d74023eb981a62e32e540.tar.bz2
gentoo-2-7e39685a856f7516b96d74023eb981a62e32e540.zip
SRC_URI updates
Diffstat (limited to 'app-misc/mmv')
-rw-r--r--app-misc/mmv/Manifest2
-rw-r--r--app-misc/mmv/mmv-1.01b.ebuild18
2 files changed, 7 insertions, 13 deletions
diff --git a/app-misc/mmv/Manifest b/app-misc/mmv/Manifest
index 0810b8a33af1..21335d0260b5 100644
--- a/app-misc/mmv/Manifest
+++ b/app-misc/mmv/Manifest
@@ -1,3 +1,3 @@
MD5 e4312e92a9a04eef6156e27ce629d112 ChangeLog 407
-MD5 71e8ad0a4d7c4348e8ae0b38c42f2bb5 mmv-1.01b.ebuild 1399
+MD5 84242fe29270bd4ec3057bb397141a9e mmv-1.01b.ebuild 1211
MD5 75caa5fcf10a949e8b60e4e87498694d files/digest-mmv-1.01b 128
diff --git a/app-misc/mmv/mmv-1.01b.ebuild b/app-misc/mmv/mmv-1.01b.ebuild
index 79a27aa1d854..578b4806a14b 100644
--- a/app-misc/mmv/mmv-1.01b.ebuild
+++ b/app-misc/mmv/mmv-1.01b.ebuild
@@ -1,22 +1,16 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/mmv/mmv-1.01b.ebuild,v 1.3 2003/09/05 12:10:36 msterret Exp $
-
-# orig.tar.gz and debian-diff contains an underscore in the name
-# whereas the other files (including the unpacked sources)
-# contain a minus sign !!
+# $Header: /var/cvsroot/gentoo-x86/app-misc/mmv/mmv-1.01b.ebuild,v 1.4 2003/09/21 11:11:12 aliz Exp $
inherit eutils
-
DESCRIPTION="Move/copy/append/link multiple files according to a set of wildcard patterns."
-HOMEPAGE=" http://packages.debian.org/unstable/utils/mmv.html"
+HOMEPAGE="http://packages.debian.org/unstable/utils/mmv.html"
PATCH_DEB_VER="12"
-_P="${PN}_${PV}"
-SRC_URI="http://ftp.debian.org/debian/pool/main/m/mmv/${_P}.orig.tar.gz
- http://ftp.debian.org/debian/pool/main/m/mmv/${_P}-${PATCH_DEB_VER}.diff.gz"
+SRC_URI="mirror://debian/pool/main/m/mmv/${P/-/_}.orig.tar.gz
+ mirror://debian/pool/main/m/mmv/${P/-/_}-${PATCH_DEB_VER}.diff.gz"
LICENSE="freedist"
SLOT="0"
@@ -26,8 +20,8 @@ KEYWORDS="x86"
S=${WORKDIR}/${P}.orig
src_unpack() {
- unpack ${_P}.orig.tar.gz
- epatch ${DISTDIR}/${_P}-${PATCH_DEB_VER}.diff.gz
+ unpack ${P/-/_}.orig.tar.gz
+ epatch ${DISTDIR}/${P/-/_}-${PATCH_DEB_VER}.diff.gz
}
src_compile() {