diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-12-23 00:16:45 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-12-23 00:16:45 +0000 |
commit | 93a65271dc9803f016ede8073ad7f2a7c0a08590 (patch) | |
tree | 4097db13b6597c140a0b625cc90ba0d3735f6308 /dev-libs | |
parent | New ebuild submitted by quequero@bitchx.it. Please comment on bug (diff) | |
download | gentoo-2-93a65271dc9803f016ede8073ad7f2a7c0a08590.tar.gz gentoo-2-93a65271dc9803f016ede8073ad7f2a7c0a08590.tar.bz2 gentoo-2-93a65271dc9803f016ede8073ad7f2a7c0a08590.zip |
New version
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/atk/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/atk/atk-1.2.0.ebuild | 40 | ||||
-rw-r--r-- | dev-libs/atk/files/digest-atk-1.2.0 | 1 |
3 files changed, 47 insertions, 1 deletions
diff --git a/dev-libs/atk/ChangeLog b/dev-libs/atk/ChangeLog index 17caddbdb633..a59c9ff70899 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.11 2002/12/13 10:56:29 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.12 2002/12/23 00:16:45 foser Exp $ + +*atk-1.2.0 (22 Dec 2002) + + 22 Dec 2002; foser <foser@gentoo.org> atk-1.2.0.ebuild : + New version 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/dev-libs/atk/atk-1.2.0.ebuild b/dev-libs/atk/atk-1.2.0.ebuild new file mode 100644 index 000000000000..6c78b515489b --- /dev/null +++ b/dev-libs/atk/atk-1.2.0.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.2.0.ebuild,v 1.1 2002/12/23 00:16:45 foser 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" + +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 "$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.2.0 b/dev-libs/atk/files/digest-atk-1.2.0 new file mode 100644 index 000000000000..88988a41ba83 --- /dev/null +++ b/dev-libs/atk/files/digest-atk-1.2.0 @@ -0,0 +1 @@ +MD5 06a84758129554ae044af8865ecb6f1c atk-1.2.0.tar.bz2 285376 |