diff options
Diffstat (limited to 'media-sound/workman')
-rw-r--r-- | media-sound/workman/Manifest | 4 | ||||
-rw-r--r-- | media-sound/workman/files/digest-workman-1.3.4 | 2 | ||||
-rw-r--r-- | media-sound/workman/workman-1.3.4.ebuild | 19 |
3 files changed, 12 insertions, 13 deletions
diff --git a/media-sound/workman/Manifest b/media-sound/workman/Manifest index 6d20000b7123..cd17110427e6 100644 --- a/media-sound/workman/Manifest +++ b/media-sound/workman/Manifest @@ -1,4 +1,4 @@ -MD5 5e7bb1c8855bd6f7757bcdf7fdf50d46 workman-1.3.4.ebuild 1907 +MD5 53263b8c8bcd5bf489c88bac3ea82d8c workman-1.3.4.ebuild 1809 MD5 05ab4d4775083f0930841e415df18ad6 metadata.xml 160 MD5 1e84a339f7ac79b39b5d59e37bd511a6 ChangeLog 373 -MD5 912887e45cc8cede9ddc9d47e68f7bc6 files/digest-workman-1.3.4 138 +MD5 3c168de039634f9f132518cd40c49ccc files/digest-workman-1.3.4 138 diff --git a/media-sound/workman/files/digest-workman-1.3.4 b/media-sound/workman/files/digest-workman-1.3.4 index 2c92e30d2430..8d71750ad467 100644 --- a/media-sound/workman/files/digest-workman-1.3.4 +++ b/media-sound/workman/files/digest-workman-1.3.4 @@ -1,2 +1,2 @@ MD5 061cd5ea7c27068f29e5793255c7e01b workman_1.3.4.orig.tar.gz 209019 -MD5 5ee5a1d771947c7d97e19c3eb887d19f workman_1.3.4-16.diff.gz 26933 +MD5 b599070388c43bf1e71e0596801d41f8 workman_1.3.4-17.diff.gz 27323 diff --git a/media-sound/workman/workman-1.3.4.ebuild b/media-sound/workman/workman-1.3.4.ebuild index 480954506f4e..fc236863b5aa 100644 --- a/media-sound/workman/workman-1.3.4.ebuild +++ b/media-sound/workman/workman-1.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/workman/workman-1.3.4.ebuild,v 1.1 2004/10/07 09:22:44 trapni Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/workman/workman-1.3.4.ebuild,v 1.2 2004/10/07 16:49:17 trapni Exp $ inherit eutils @@ -8,20 +8,19 @@ DESCRIPTION="Graphical tool for playing audio CDs on a CD-ROM drive" # I've crawled the web for a homepage of workman, I found alot users using it # on solaris/debian/etc, however, no (official) homepage available. -# instead, I'll just point $HOMEPAGE to the mainpage of the author. (trapni) -#HOMEPAGE="http://www.midwinter.com/WorkMan" -#HOMEPAGE="http://www.midwinter.com/~workman/index.html" -HOMEPAGE="http://www.midwinter.com/" +# Debian is said to maintain this package, so, this is the URL to go. + +HOMEPAGE="http://packages.qa.debian.org/w/workman.html" # This is our compound patch derived from debian. We use it because: # * No more updates come from midwinter.com, no more workman seems to be on their site # * It does little harm, only some defaults are changed which we can redefine anyway -SRC_PATCH="${P/-/_}-16.diff" +SRC_PATCH="${P/-/_}-17.diff" -# We use the xview tarball available from debian because the original ftp is dead +# We use the WorkMan tarball available from debian because the original ftp is dead # original source: ftp://ftp.midwinter.com/WorkMan/workman-1.3.4.tar.gz -SRC_URI="http://ftp.debian.org/pool/main/w/workman/${PN}_${PV}.orig.tar.gz - http://ftp.debian.org/pool/main/w/workman/${SRC_PATCH}.gz" +SRC_URI="mirror://debian/pool/main/w/workman/${PN}_${PV}.orig.tar.gz + mirror://debian/pool/main/w/workman/${SRC_PATCH}.gz" LICENSE="GPL-2" @@ -62,6 +61,6 @@ src_install() { pkg_postinst() { einfo - einfo "You need to have created /dev/cdrom with read/executable permissions" + einfo "Please ensure the existence of /dev/cdrom with proper read permissions." einfo } |