diff options
author | Mart Raudsepp <leio@gentoo.org> | 2008-03-10 22:26:50 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2008-03-10 22:26:50 +0000 |
commit | 4980203af8d0115cbf20e4b4b0fa73655b54c42b (patch) | |
tree | 43dbce1e9c1927c5d5acbee9471726f5776d6fe4 /dev-libs/libIDL/libIDL-0.8.8.ebuild | |
parent | Remove gnome 2.16 version (diff) | |
download | gentoo-2-4980203af8d0115cbf20e4b4b0fa73655b54c42b.tar.gz gentoo-2-4980203af8d0115cbf20e4b4b0fa73655b54c42b.tar.bz2 gentoo-2-4980203af8d0115cbf20e4b4b0fa73655b54c42b.zip |
Remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs/libIDL/libIDL-0.8.8.ebuild')
-rw-r--r-- | dev-libs/libIDL/libIDL-0.8.8.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-libs/libIDL/libIDL-0.8.8.ebuild b/dev-libs/libIDL/libIDL-0.8.8.ebuild deleted file mode 100644 index 116173442448..000000000000 --- a/dev-libs/libIDL/libIDL-0.8.8.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libIDL/libIDL-0.8.8.ebuild,v 1.11 2007/10/05 08:07:20 tgall Exp $ - -inherit eutils gnome2 - -DESCRIPTION="CORBA tree builder" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-libs/glib-1.3.7" -DEPEND="${RDEPEND} - sys-devel/flex - sys-devel/bison - dev-util/pkgconfig" - -DOCS="AUTHORS BUGS ChangeLog HACKING MAINTAINERS NEWS README" - -src_unpack() { - gnome2_src_unpack - epunt_cxx -} |