diff options
-rw-r--r-- | x11-libs/dnd/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/dnd/dnd-1.1-r1.ebuild | 6 |
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 |