summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-11-30 09:44:41 +0000
committerChris White <chriswhite@gentoo.org>2005-11-30 09:44:41 +0000
commit866a505fe9734d7eeb309fde48ecfc42167664a5 (patch)
treef0c61f099b89d16c338ad23cb89287e69d546237 /x11-misc/dclock/dclock-2.1.2_p5.ebuild
parent*** empty log message *** (diff)
downloadgentoo-2-866a505fe9734d7eeb309fde48ecfc42167664a5.tar.gz
gentoo-2-866a505fe9734d7eeb309fde48ecfc42167664a5.tar.bz2
gentoo-2-866a505fe9734d7eeb309fde48ecfc42167664a5.zip
*** empty log message ***
Diffstat (limited to 'x11-misc/dclock/dclock-2.1.2_p5.ebuild')
-rw-r--r--x11-misc/dclock/dclock-2.1.2_p5.ebuild15
1 files changed, 9 insertions, 6 deletions
diff --git a/x11-misc/dclock/dclock-2.1.2_p5.ebuild b/x11-misc/dclock/dclock-2.1.2_p5.ebuild
index e494fad0c663..637c32246149 100644
--- a/x11-misc/dclock/dclock-2.1.2_p5.ebuild
+++ b/x11-misc/dclock/dclock-2.1.2_p5.ebuild
@@ -1,23 +1,26 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dclock/dclock-2.1.2_p5.ebuild,v 1.1 2004/05/06 13:17:25 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dclock/dclock-2.1.2_p5.ebuild,v 1.1.1.1 2005/11/30 09:40:25 chriswhite Exp $
+
+inherit eutils
DESCRIPTION="Digital clock for the X window system."
-SRC_URI="http://ftp.debian.org/debian/pool/main/d/${PN}/${PN}_${PV/_p*/}.orig.tar.gz
- http://ftp.debian.org/debian/pool/main/d/${PN}/${PN}_${PV/_p/-}.diff.gz"
+SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV/_p*/}.orig.tar.gz
+ mirror://debian/pool/main/d/${PN}/${PN}_${PV/_p/-}.diff.gz"
HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/"
S=${WORKDIR}/${PN}
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86"
+KEYWORDS="x86 ppc ~amd64"
+IUSE=""
DEPEND="virtual/x11"
src_unpack() {
unpack ${A}
cd ${S}
- patch -p1 < ../${PN}_${PV/_p/-}.diff || die "patch failed"
+ epatch ../${PN}_${PV/_p/-}.diff
ln -sf dclock.1 dclock.man # needed to fix xmkmf breakage
}