summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2006-07-10 08:32:28 +0000
committerHarald van Dijk <truedfx@gentoo.org>2006-07-10 08:32:28 +0000
commitfc639cee0cbbcb5644b63ebec6d9ef4b7be629d2 (patch)
tree182f8fd725a4b3d54825ad9b422af8bb65f2f5e0 /x11-libs/dnd/dnd-1.1-r1.ebuild
parentAdjust virtual/x11 atom in DEPEND to avoid circular deps, bug #133671. (diff)
downloadgentoo-2-fc639cee0cbbcb5644b63ebec6d9ef4b7be629d2.tar.gz
gentoo-2-fc639cee0cbbcb5644b63ebec6d9ef4b7be629d2.tar.bz2
gentoo-2-fc639cee0cbbcb5644b63ebec6d9ef4b7be629d2.zip
Don't hardcore version in SRC_URI
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'x11-libs/dnd/dnd-1.1-r1.ebuild')
-rw-r--r--x11-libs/dnd/dnd-1.1-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/dnd/dnd-1.1-r1.ebuild b/x11-libs/dnd/dnd-1.1-r1.ebuild
index 56d1b414e501..2d6bbbb09508 100644
--- a/x11-libs/dnd/dnd-1.1-r1.ebuild
+++ b/x11-libs/dnd/dnd-1.1-r1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/dnd-1.1-r1.ebuild,v 1.3 2006/07/10 08:27:21 exg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/dnd-1.1-r1.ebuild,v 1.4 2006/07/10 08:32:28 truedfx Exp $
inherit eutils
S="${WORKDIR}/DND/DNDlib"
DESCRIPTION="OffiX' Drag'n'drop library"
HOMEPAGE="http://leb.net/offix"
-SRC_URI="http://leb.net/offix/dnd.1.1.tgz"
+SRC_URI="http://leb.net/offix/${PN}.${PV}.tgz"
IUSE=""
SLOT="0"
LICENSE="GPL-2 LGPL-2"
@@ -25,7 +25,7 @@ DEPEND="|| (
<virtual/x11-7.0 )"
src_unpack() {
- unpack dnd.1.1.tgz
+ unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-gentoo.diff || die
epatch "${FILESDIR}"/Makefile-fix.patch || die