summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2006-01-25 01:09:30 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2006-01-25 01:09:30 +0000
commitd41d4f32570e44ac062b75a03d1c556dd192c6c7 (patch)
treebe55665cf2c0a0f64496def315029b507ba1a498 /x11-libs/dnd
parentMake modular X happy for bug 119895. (diff)
downloadgentoo-2-d41d4f32570e44ac062b75a03d1c556dd192c6c7.tar.gz
gentoo-2-d41d4f32570e44ac062b75a03d1c556dd192c6c7.tar.bz2
gentoo-2-d41d4f32570e44ac062b75a03d1c556dd192c6c7.zip
Make modular X happy for bug 119783.
(Portage version: 2.0.54)
Diffstat (limited to 'x11-libs/dnd')
-rw-r--r--x11-libs/dnd/ChangeLog10
-rw-r--r--x11-libs/dnd/Manifest12
-rw-r--r--x11-libs/dnd/dnd-1.1-r1.ebuild41
-rw-r--r--x11-libs/dnd/files/digest-dnd-1.1-r11
4 files changed, 52 insertions, 12 deletions
diff --git a/x11-libs/dnd/ChangeLog b/x11-libs/dnd/ChangeLog
index acd883714461..a6931bab814a 100644
--- a/x11-libs/dnd/ChangeLog
+++ b/x11-libs/dnd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/dnd
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/ChangeLog,v 1.12 2005/02/16 07:24:58 pclouds Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/ChangeLog,v 1.13 2006/01/25 01:09:30 vanquirius Exp $
+
+*dnd-1.1-r1 (25 Jan 2006)
+
+ 25 Jan 2006; Marcelo Goes <vanquirius@gentoo.org> +dnd-1.1-r1.ebuild:
+ Make modular X happy for bug 119783. Thanks to Francois MASSON <tereutes at
+ fr dot st>.
16 Feb 2005; <pclouds@gentoo.org> files/Makefile-fix.patch,
dnd-1.1.ebuild:
diff --git a/x11-libs/dnd/Manifest b/x11-libs/dnd/Manifest
index f3e70c689fe2..c149ab446bfe 100644
--- a/x11-libs/dnd/Manifest
+++ b/x11-libs/dnd/Manifest
@@ -1,15 +1,7 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 3953f064e3274c866d4ae7382fc19278 ChangeLog 1441
+MD5 2b557ac0fe41e522b80ad3599905e063 dnd-1.1-r1.ebuild 976
MD5 ee6aaa90328a89090bc3d44662f4ef16 dnd-1.1.ebuild 747
MD5 1d76f13dff28550723f994fd008c172f files/Makefile-fix.patch 1100
MD5 5bcbf95d481a26737a32374140b6f910 files/digest-dnd-1.1 56
+MD5 5bcbf95d481a26737a32374140b6f910 files/digest-dnd-1.1-r1 56
MD5 0004edf0ec28c4b590e0832ba2463d04 files/dnd-1.1-gentoo.diff 1533
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDi8jtgIKl8Uu19MoRAgtVAJ9d6/eYX1e6Td1choRELFhuLKU1/gCfea8+
-P7zi3UvXrpwJqxtCyo0Kwls=
-=4nlc
------END PGP SIGNATURE-----
diff --git a/x11-libs/dnd/dnd-1.1-r1.ebuild b/x11-libs/dnd/dnd-1.1-r1.ebuild
new file mode 100644
index 000000000000..ad3422a36291
--- /dev/null
+++ b/x11-libs/dnd/dnd-1.1-r1.ebuild
@@ -0,0 +1,41 @@
+# 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.1 2006/01/25 01:09:30 vanquirius 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"
+IUSE=""
+SLOT="0"
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND="|| (
+ ( >=x11-libs/libX11-1.0.0
+ >=x11-libs/libXmu-1.0.0
+ >=x11-libs/libXt-1.0.0
+ >=x11-libs/libICE-1.0.0
+ >=x11-libs/libXaw-1.0.1
+ >=x11-libs/libSM-1.0.0
+ >=x11-libs/libXaw-1.0.1
+ >=x11-proto/xproto-7.0.4 )
+ virtual/x11 )"
+
+src_unpack() {
+ unpack dnd.1.1.tgz
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-gentoo.diff || die
+ epatch "${FILESDIR}"/Makefile-fix.patch || die
+}
+
+src_compile() {
+ econf --with-x || die
+ emake || die
+}
+
+src_install () {
+ make DESTDIR="${D}" prefix="${D}"/usr install || die
+}
diff --git a/x11-libs/dnd/files/digest-dnd-1.1-r1 b/x11-libs/dnd/files/digest-dnd-1.1-r1
new file mode 100644
index 000000000000..3c4ecda6aab6
--- /dev/null
+++ b/x11-libs/dnd/files/digest-dnd-1.1-r1
@@ -0,0 +1 @@
+MD5 0d6b2a44801396e99e36831c87c25d6e dnd.1.1.tgz 227598