Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/dnd/
Date: Sat, 02 Jun 2018 14:03:44
Message-Id: 1527948206.dd9f1578753079c2a80196022891e075b6b20550.zlogene@gentoo
1 commit: dd9f1578753079c2a80196022891e075b6b20550
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 14:03:26 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 14:03:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9f1578
7
8 x11-libs/dnd: Drop old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.7
11
12 x11-libs/dnd/dnd-1.1-r1.ebuild | 41 -----------------------------------------
13 1 file changed, 41 deletions(-)
14
15 diff --git a/x11-libs/dnd/dnd-1.1-r1.ebuild b/x11-libs/dnd/dnd-1.1-r1.ebuild
16 deleted file mode 100644
17 index e9127cc9302..00000000000
18 --- a/x11-libs/dnd/dnd-1.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,41 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=0
25 -
26 -inherit toolchain-funcs eutils
27 -
28 -S=${WORKDIR}/DND/DNDlib
29 -DESCRIPTION="OffiX' Drag'n'drop library"
30 -HOMEPAGE="http://leb.net/offix"
31 -SRC_URI="http://leb.net/offix/${PN}.${PV}.tgz"
32 -IUSE=""
33 -SLOT="0"
34 -LICENSE="GPL-2 LGPL-2"
35 -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
36 -
37 -RDEPEND=">=x11-libs/libX11-1.0.0
38 - >=x11-libs/libXmu-1.0.0
39 - >=x11-libs/libXt-1.0.0
40 - >=x11-libs/libICE-1.0.0
41 - >=x11-libs/libSM-1.0.0
42 - >=x11-libs/libXaw-1.0.1"
43 -DEPEND="${RDEPEND}
44 - x11-base/xorg-proto"
45 -
46 -src_unpack() {
47 - unpack ${A}
48 - cd "${S}"
49 - epatch "${FILESDIR}"/${P}-gentoo.diff || die
50 - epatch "${FILESDIR}"/Makefile-fix.patch || die
51 -}
52 -
53 -src_compile() {
54 - tc-export CC CXX RANLIB AR
55 - econf --with-x || die
56 - emake || die
57 -}
58 -
59 -src_install () {
60 - make DESTDIR="${D}" install || die
61 -}