diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-02-09 15:19:04 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-02-09 15:19:04 +0000 |
commit | 11b9d4bd241760317e696a6704530cf374f7b8ae (patch) | |
tree | a290d91dfa7d8203dceb5fb15b264840ff2450f8 /dev-libs/atk | |
parent | x86 stable (diff) | |
download | gentoo-2-11b9d4bd241760317e696a6704530cf374f7b8ae.tar.gz gentoo-2-11b9d4bd241760317e696a6704530cf374f7b8ae.tar.bz2 gentoo-2-11b9d4bd241760317e696a6704530cf374f7b8ae.zip |
mark x86 stable
Diffstat (limited to 'dev-libs/atk')
-rw-r--r-- | dev-libs/atk/atk-1.2.1.ebuild | 40 | ||||
-rw-r--r-- | dev-libs/atk/atk-1.2.2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/atk/files/digest-atk-1.2.1 | 1 |
3 files changed, 2 insertions, 43 deletions
diff --git a/dev-libs/atk/atk-1.2.1.ebuild b/dev-libs/atk/atk-1.2.1.ebuild deleted file mode 100644 index 7ea44adcda23..000000000000 --- a/dev-libs/atk/atk-1.2.1.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.2.1.ebuild,v 1.2 2003/02/04 06:03:58 spider Exp $ - -inherit libtool gnome2 - -IUSE="doc" -S=${WORKDIR}/${P} -DESCRIPTION="Gnome Accessibility Toolkit" -HOMEPAGE="http://developer.gnome.org/projects/gap/" - -SLOT="1" -LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~ppc ~alpha" - -RDEPEND=">=dev-libs/glib-2" - -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 "$DEBUGBUILD" ]; 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.2.2.ebuild b/dev-libs/atk/atk-1.2.2.ebuild index 2e40f958ec1d..cbec48143098 100644 --- a/dev-libs/atk/atk-1.2.2.ebuild +++ b/dev-libs/atk/atk-1.2.2.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.2.2.ebuild,v 1.1 2003/01/21 19:20:25 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.2.2.ebuild,v 1.2 2003/02/09 15:17:51 foser Exp $ inherit libtool gnome2 @@ -11,7 +11,7 @@ HOMEPAGE="http://developer.gnome.org/projects/gap/" SLOT="1" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~ppc ~alpha" +KEYWORDS="x86 ~ppc ~alpha" RDEPEND=">=dev-libs/glib-2" diff --git a/dev-libs/atk/files/digest-atk-1.2.1 b/dev-libs/atk/files/digest-atk-1.2.1 deleted file mode 100644 index eee9df229ed0..000000000000 --- a/dev-libs/atk/files/digest-atk-1.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6486749eed2c32c48ad883e0402e9e3c atk-1.2.1.tar.bz2 288666 |