summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/atk')
-rw-r--r--dev-libs/atk/ChangeLog18
-rw-r--r--dev-libs/atk/Manifest16
-rw-r--r--dev-libs/atk/atk-1.8.0-r1.ebuild21
-rw-r--r--dev-libs/atk/files/digest-atk-1.8.0-r11
4 files changed, 38 insertions, 18 deletions
diff --git a/dev-libs/atk/ChangeLog b/dev-libs/atk/ChangeLog
index 0fe4b3effb67..ec5db9f6a448 100644
--- a/dev-libs/atk/ChangeLog
+++ b/dev-libs/atk/ChangeLog
@@ -1,8 +1,14 @@
# ChangeLog for dev-libs/atk
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.62 2004/12/24 00:24:44 kloeri Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.63 2005/03/07 04:09:18 leonardop Exp $
- 24 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> :
+*atk-1.8.0-r1 (06 Mar 2005)
+
+ 06 Mar 2005; Leonardo Boshell <leonardop@gentoo.org> atk-1.8.0-r1.ebuild:
+ New revision, includes support for the `static' USE flag. Resolves bug
+ #83121.
+
+ 24 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> :
Stable on alpha.
23 Dec 2004; Guy Martin <gmsoft@gentoo.org> atk-1.8.0.ebuild:
@@ -11,7 +17,7 @@
16 Dec 2004; Dylan Carlson <absinthe@gentoo.org> atk-1.8.0.ebuild:
Stable on amd64.
- 11 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> atk-1.8.0.ebuild:
+ 11 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> atk-1.8.0.ebuild:
Stable on alpha.
11 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> atk-1.8.0.ebuild:
@@ -39,7 +45,7 @@
05 Aug 2004; Guy Martin <gmsoft@gentoo.org> atk-1.6.1.ebuild:
Stable on hppa.
- 04 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> atk-1.6.1.ebuild:
+ 04 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> atk-1.6.1.ebuild:
Stable on alpha.
28 Jun 2004; Tom Gall <tgall@gentoo.org> atk-1.6.1.ebuild:
@@ -98,7 +104,7 @@
*atk-1.4.1 (09 Oct 2003)
- 15 Oct 2003; Guy Martin <gmsoftégentoo.org> atk-1.4.1.ebuild :
+ 15 Oct 2003; Guy Martin <gmsoftégentoo.org> atk-1.4.1.ebuild :
Marked stable on hppa.
09 Oct 2003; Mike Gardiner <obz@gentoo.org> atk-1.4.1.ebuild:
diff --git a/dev-libs/atk/Manifest b/dev-libs/atk/Manifest
index b809bb37727e..87456adcc6dd 100644
--- a/dev-libs/atk/Manifest
+++ b/dev-libs/atk/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 3e681bddfdfbcf308f4acabecdf8f0c7 ChangeLog 6830
+MD5 1a7813a3ae0b09017fcdb72b464e144f ChangeLog 7028
MD5 c7a1e71e8db9414ebd458fedd4ed8986 atk-1.6.1.ebuild 621
-MD5 72e62f4df8c037e6ea57309ac6d81d77 metadata.xml 174
MD5 fe76386780139865c3dc826652c1cfa1 atk-1.8.0.ebuild 574
+MD5 72e62f4df8c037e6ea57309ac6d81d77 metadata.xml 174
+MD5 dc07e065715dcee2f5f2cdca8ea62aa8 atk-1.8.0-r1.ebuild 636
MD5 3a1c0bfede3ee5b267426cbabd0e9a00 files/digest-atk-1.6.1 62
MD5 c7f6fe60bae9432f5ac07355ba10a5ae files/digest-atk-1.8.0 62
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.14 (GNU/Linux)
-
-iD8DBQFB8euaroRuSHgZdywRAgCBAJ9ilYlFNreaeOx4GSmunJO7ZczjlQCgjjFd
-tgm4+/AhGyGcjHbH59pt6Sc=
-=91uP
------END PGP SIGNATURE-----
+MD5 c7f6fe60bae9432f5ac07355ba10a5ae files/digest-atk-1.8.0-r1 62
diff --git a/dev-libs/atk/atk-1.8.0-r1.ebuild b/dev-libs/atk/atk-1.8.0-r1.ebuild
new file mode 100644
index 000000000000..8cbd0658a3f2
--- /dev/null
+++ b/dev-libs/atk/atk-1.8.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.8.0-r1.ebuild,v 1.1 2005/03/07 04:09:18 leonardop Exp $
+
+inherit gnome2
+
+DESCRIPTION="GTK+ & Gnome Accessibility Toolkit"
+HOMEPAGE="http://developer.gnome.org/projects/gap/"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="doc static"
+
+RDEPEND=">=dev-libs/glib-2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ doc? ( >=dev-util/gtk-doc-1 )"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+G2CONF="${G2CONF} $(use_enable static)"
diff --git a/dev-libs/atk/files/digest-atk-1.8.0-r1 b/dev-libs/atk/files/digest-atk-1.8.0-r1
new file mode 100644
index 000000000000..8f82b793a745
--- /dev/null
+++ b/dev-libs/atk/files/digest-atk-1.8.0-r1
@@ -0,0 +1 @@
+MD5 fc46940febb0e91427b77457e6356f3d atk-1.8.0.tar.bz2 500156