x11-libs/dnd: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 2 Jun 2018 14:03:26 +0000 (17:03 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 2 Jun 2018 14:03:26 +0000 (17:03 +0300)
Package-Manager: Portage-2.3.40, Repoman-2.3.7

x11-libs/dnd/dnd-1.1-r1.ebuild [deleted file]

diff --git a/x11-libs/dnd/dnd-1.1-r1.ebuild b/x11-libs/dnd/dnd-1.1-r1.ebuild
deleted file mode 100644 (file)
index e9127cc..0000000
+++ /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
-}