diff options
Diffstat (limited to 'xfce-extra/exo/exo-0.2.0.ebuild')
-rw-r--r-- | xfce-extra/exo/exo-0.2.0.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/xfce-extra/exo/exo-0.2.0.ebuild b/xfce-extra/exo/exo-0.2.0.ebuild deleted file mode 100644 index e2d0b3c8dd54..000000000000 --- a/xfce-extra/exo/exo-0.2.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.2.0.ebuild,v 1.3 2005/01/07 06:29:27 bcowan Exp $ - -MY_P="${PN/t/T}-${PV}" -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Extension library for Xfce" -HOMEPAGE="http://www.os-cillation.com/" -SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.4* - dev-libs/libxml2 - >=sys-apps/dbus-0.22 - >=xfce-base/libxfcegui4-4.1.99.1 - >=xfce-base/libxfce4util-4.1.99.1" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS INSTALL README COPYING ChangeLog HACKING NEWS TODO -} |