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
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')
-rw-r--r--x11-libs/dnd/ChangeLog5
-rw-r--r--x11-libs/dnd/dnd-1.1-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/dnd/ChangeLog b/x11-libs/dnd/ChangeLog
index 93b7bb41beb9..37b965608aa9 100644
--- a/x11-libs/dnd/ChangeLog
+++ b/x11-libs/dnd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/dnd
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/ChangeLog,v 1.15 2006/07/10 08:27:21 exg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/ChangeLog,v 1.16 2006/07/10 08:32:28 truedfx Exp $
+
+ 10 Jul 2006; Harald van Dijk <truedfx@gentoo.org> dnd-1.1-r1.ebuild:
+ Don't hardcore version in SRC_URI (bug #139839)
10 Jul 2006; Emanuele Giaquinta <exg@gentoo.org> dnd-1.1-r1.ebuild:
Adjust virtual/x11 atom in DEPEND to avoid circular deps, bug #133671.
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