diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-11-13 00:07:40 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-11-13 00:07:40 +0000 |
commit | 629c94604f6ff90bc605b01a71227abe66b4297c (patch) | |
tree | 22eb07ba7235d04c33c6764c0d45de5e7044cc86 /dev-libs | |
parent | Masking oldstyle again (diff) | |
download | gentoo-2-629c94604f6ff90bc605b01a71227abe66b4297c.tar.gz gentoo-2-629c94604f6ff90bc605b01a71227abe66b4297c.tar.bz2 gentoo-2-629c94604f6ff90bc605b01a71227abe66b4297c.zip |
GNOME 2.1.2 commit
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/atk/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/atk/atk-1.1.1.ebuild | 40 | ||||
-rw-r--r-- | dev-libs/atk/files/digest-atk-1.1.1 | 1 |
3 files changed, 47 insertions, 1 deletions
diff --git a/dev-libs/atk/ChangeLog b/dev-libs/atk/ChangeLog index 13adab7e0d52..34f35086af4f 100644 --- a/dev-libs/atk/ChangeLog +++ b/dev-libs/atk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/atk # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.7 2002/10/27 14:04:48 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.8 2002/11/13 00:03:03 foser Exp $ + +*atk-1.1.1 (12 Nov 2002) + + 12 Nov 2002; foser <foser@gentoo.org> atk-1.1.1.ebuild : + Gnome 2.1.2 release *atk-1.1.0 (27 Oct 2002) diff --git a/dev-libs/atk/atk-1.1.1.ebuild b/dev-libs/atk/atk-1.1.1.ebuild new file mode 100644 index 000000000000..87d50e5c33ee --- /dev/null +++ b/dev-libs/atk/atk-1.1.1.ebuild @@ -0,0 +1,40 @@ +# 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 $ + +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/files/digest-atk-1.1.1 b/dev-libs/atk/files/digest-atk-1.1.1 new file mode 100644 index 000000000000..a902899bc030 --- /dev/null +++ b/dev-libs/atk/files/digest-atk-1.1.1 @@ -0,0 +1 @@ +MD5 32feb6d641496ace5bb80ed57d5d9556 atk-1.1.1.tar.bz2 265696 |