diff options
author | 2007-09-15 15:38:24 +0000 | |
---|---|---|
committer | 2007-09-15 15:38:24 +0000 | |
commit | ab9020aadbdc1e70b583a9ec676f7e55a4b1af45 (patch) | |
tree | ffbd544ad74e117fce8d3ac9cf6483899ae4dfc7 /x11-libs/xfc | |
parent | Version bump. (diff) | |
download | gentoo-2-ab9020aadbdc1e70b583a9ec676f7e55a4b1af45.tar.gz gentoo-2-ab9020aadbdc1e70b583a9ec676f7e55a4b1af45.tar.bz2 gentoo-2-ab9020aadbdc1e70b583a9ec676f7e55a4b1af45.zip |
Actually drop the old version too.
(Portage version: 2.1.3.9)
Diffstat (limited to 'x11-libs/xfc')
-rw-r--r-- | x11-libs/xfc/files/digest-xfc-4.3.1 | 3 | ||||
-rw-r--r-- | x11-libs/xfc/xfc-4.3.1.ebuild | 37 |
2 files changed, 0 insertions, 40 deletions
diff --git a/x11-libs/xfc/files/digest-xfc-4.3.1 b/x11-libs/xfc/files/digest-xfc-4.3.1 deleted file mode 100644 index dc4470125b4e..000000000000 --- a/x11-libs/xfc/files/digest-xfc-4.3.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 55e27abb68ef8c60b238e04eb95e9846 xfc-4.3.1.tar.bz2 4512641 -RMD160 56ab7668ac01302a0fdd7eef39e1fcb2c7c5784a xfc-4.3.1.tar.bz2 4512641 -SHA256 82517dd6e6636c7433aef7f695b8209bc97b6f69471dd20e6ed9899afb01e039 xfc-4.3.1.tar.bz2 4512641 diff --git a/x11-libs/xfc/xfc-4.3.1.ebuild b/x11-libs/xfc/xfc-4.3.1.ebuild deleted file mode 100644 index 4d15f7256945..000000000000 --- a/x11-libs/xfc/xfc-4.3.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xfc/xfc-4.3.1.ebuild,v 1.1 2007/03/14 14:58:07 drac Exp $ - -DESCRIPTION="C++ bindings to Xfce desktop environment" -HOMEPAGE="http://xfc.xfce.org" -SRC_URI="http://xfc.xfce.org/download/${PV}/src/${P}.tar.bz2" - -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="doc debug examples" - -RDEPEND=">=dev-libs/glib-2.6 - >=dev-libs/libsigc++-2.0.6 - >=dev-libs/atk-1.9 - >=x11-libs/pango-1.8 - >=x11-libs/gtk+-2.6 - >=gnome-base/libglade-2.4 - dev-lang/perl - doc? ( >=app-doc/doxygen-1.3.2 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - econf $(use_enable doc docs) \ - $(use_enable debug) \ - $(use_enable debug tests) \ - $(use_enable examples) \ - $(use_enable examples demos) - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog NEWS README TODO -} |