diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-02 17:03:26 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-02 17:03:26 +0300 |
commit | dd9f1578753079c2a80196022891e075b6b20550 (patch) | |
tree | 295e20ccc9d0831917d93fee66999c70edd97806 /x11-libs/dnd | |
parent | x11-libs/dnd: ppc stable wrt bug #648362 (diff) | |
download | gentoo-dd9f1578753079c2a80196022891e075b6b20550.tar.gz gentoo-dd9f1578753079c2a80196022891e075b6b20550.tar.bz2 gentoo-dd9f1578753079c2a80196022891e075b6b20550.zip |
x11-libs/dnd: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.7
Diffstat (limited to 'x11-libs/dnd')
-rw-r--r-- | x11-libs/dnd/dnd-1.1-r1.ebuild | 41 |
1 files changed, 0 insertions, 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 e9127cc93025..000000000000 --- 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 -} |