diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-11-25 16:52:23 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-11-25 16:52:23 +0000 |
commit | 4866f9061e63f4adbe88974b3fbe0599bd95cc9f (patch) | |
tree | 561d0e3defbd83437f42662a94966fae67d807ae /dev-libs | |
parent | Cleanups (diff) | |
download | gentoo-2-4866f9061e63f4adbe88974b3fbe0599bd95cc9f.tar.gz gentoo-2-4866f9061e63f4adbe88974b3fbe0599bd95cc9f.tar.bz2 gentoo-2-4866f9061e63f4adbe88974b3fbe0599bd95cc9f.zip |
cleanup
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/atk/atk-1.1.0.ebuild | 40 | ||||
-rw-r--r-- | dev-libs/atk/atk-1.1.1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/atk/files/digest-atk-1.1.0 | 1 |
3 files changed, 2 insertions, 43 deletions
diff --git a/dev-libs/atk/atk-1.1.0.ebuild b/dev-libs/atk/atk-1.1.0.ebuild deleted file mode 100644 index b3def3f174dc..000000000000 --- a/dev-libs/atk/atk-1.1.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.1.0.ebuild,v 1.1 2002/10/27 14:04:48 foser Exp $ - -IUSE="doc" - -inherit libtool gnome2 debug - -S=${WORKDIR}/${P} -DESCRIPTION="Gnome Accessibility Toolkit" -HOMEPAGE="http://developer.gnome.org/projects/gap/" - -SLOT="1" -LICENSE="LGPL-2.1" -KEYWORDS="x86 ppc sparc sparc64 alpha" - -RDEPEND=">=dev-libs/glib-2.0.6-r1" - -DEPEND="${RDEPEND} - doc? ( >=dev-util/gtk-doc-0.9-r2 ) - >=dev-util/pkgconfig-0.12.0" - -src_compile() { - elibtoolize - local myconf - use doc \ - && myconf="${myconf} --enable-gtk-doc" \ - || myconf="${myconf} --disable-gtk-doc" - if [ -n "$DEBUG" ]; then - myconf="${myconf} --enable-debug" - fi - - econf ${myconf} || die - emake || die -} - -src_install() { - einstall || die - dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS -} diff --git a/dev-libs/atk/atk-1.1.1.ebuild b/dev-libs/atk/atk-1.1.1.ebuild index 87d50e5c33ee..28a175e29a7e 100644 --- a/dev-libs/atk/atk-1.1.1.ebuild +++ b/dev-libs/atk/atk-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.1.1.ebuild,v 1.1 2002/11/13 00:03:03 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.1.1.ebuild,v 1.2 2002/11/25 16:52:23 foser Exp $ IUSE="doc" @@ -12,7 +12,7 @@ HOMEPAGE="http://developer.gnome.org/projects/gap/" SLOT="1" LICENSE="LGPL-2.1" -KEYWORDS="x86 ppc sparc sparc64 alpha" +KEYWORDS="x86" RDEPEND=">=dev-libs/glib-2.0.6-r1" diff --git a/dev-libs/atk/files/digest-atk-1.1.0 b/dev-libs/atk/files/digest-atk-1.1.0 deleted file mode 100644 index 55d289e0187c..000000000000 --- a/dev-libs/atk/files/digest-atk-1.1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 f8a1b16b3eb5111c8cc53c5830f733eb atk-1.1.0.tar.bz2 239871 |