summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn N. Laliberte <allanonjl@gentoo.org>2006-08-09 22:57:17 +0000
committerJohn N. Laliberte <allanonjl@gentoo.org>2006-08-09 22:57:17 +0000
commit83bb1a60a1b905e29cd192401f04e9ea52529fe1 (patch)
tree0753385fc412e0a1ffa45d8d198091eb886c3e4f /dev-libs/libIDL/libIDL-0.8.7.ebuild
parentVersion bump to 1.6. (diff)
downloadgentoo-2-83bb1a60a1b905e29cd192401f04e9ea52529fe1.tar.gz
gentoo-2-83bb1a60a1b905e29cd192401f04e9ea52529fe1.tar.bz2
gentoo-2-83bb1a60a1b905e29cd192401f04e9ea52529fe1.zip
new version for 2.14.3
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'dev-libs/libIDL/libIDL-0.8.7.ebuild')
-rw-r--r--dev-libs/libIDL/libIDL-0.8.7.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-libs/libIDL/libIDL-0.8.7.ebuild b/dev-libs/libIDL/libIDL-0.8.7.ebuild
new file mode 100644
index 000000000000..3c06396bf44f
--- /dev/null
+++ b/dev-libs/libIDL/libIDL-0.8.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libIDL/libIDL-0.8.7.ebuild,v 1.1 2006/08/09 22:57:17 allanonjl 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 ~ppc-macos ~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
+}