commit:     dd9f1578753079c2a80196022891e075b6b20550
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  2 14:03:26 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jun  2 14:03:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9f1578

x11-libs/dnd: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.7

 x11-libs/dnd/dnd-1.1-r1.ebuild | 41 -----------------------------------------
 1 file changed, 41 deletions(-)

diff --git a/x11-libs/dnd/dnd-1.1-r1.ebuild b/x11-libs/dnd/dnd-1.1-r1.ebuild
deleted file mode 100644
index e9127cc9302..00000000000
--- a/x11-libs/dnd/dnd-1.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs eutils
-
-S=${WORKDIR}/DND/DNDlib
-DESCRIPTION="OffiX' Drag'n'drop library"
-HOMEPAGE="http://leb.net/offix";
-SRC_URI="http://leb.net/offix/${PN}.${PV}.tgz";
-IUSE=""
-SLOT="0"
-LICENSE="GPL-2 LGPL-2"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-
-RDEPEND=">=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/libSM-1.0.0
-       >=x11-libs/libXaw-1.0.1"
-DEPEND="${RDEPEND}
-       x11-base/xorg-proto"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/${P}-gentoo.diff || die
-       epatch "${FILESDIR}"/Makefile-fix.patch || die
-}
-
-src_compile() {
-       tc-export CC CXX RANLIB AR
-       econf --with-x || die
-       emake || die
-}
-
-src_install () {
-       make DESTDIR="${D}" install || die
-}

Reply via email to