summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-04-15 23:47:00 +0000
committerMarinus Schraal <foser@gentoo.org>2003-04-15 23:47:00 +0000
commit6baf8bd841edd489cff1c9f6e02602334ef59322 (patch)
treee852213ca51b0eec693b1dfd154fce5a8fec5259 /dev-libs
parentMarked stable for hppa. (diff)
downloadgentoo-2-6baf8bd841edd489cff1c9f6e02602334ef59322.tar.gz
gentoo-2-6baf8bd841edd489cff1c9f6e02602334ef59322.tar.bz2
gentoo-2-6baf8bd841edd489cff1c9f6e02602334ef59322.zip
new version and cleanup
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/atk/ChangeLog7
-rw-r--r--dev-libs/atk/atk-1.0.2.ebuild43
-rw-r--r--dev-libs/atk/atk-1.0.3-r1.ebuild41
-rw-r--r--dev-libs/atk/atk-1.1.1.ebuild40
-rw-r--r--dev-libs/atk/atk-1.2.0.ebuild40
-rw-r--r--dev-libs/atk/atk-1.2.3.ebuild24
-rw-r--r--dev-libs/atk/files/digest-atk-1.0.21
-rw-r--r--dev-libs/atk/files/digest-atk-1.0.3-r11
-rw-r--r--dev-libs/atk/files/digest-atk-1.1.11
-rw-r--r--dev-libs/atk/files/digest-atk-1.2.01
-rw-r--r--dev-libs/atk/files/digest-atk-1.2.31
11 files changed, 31 insertions, 169 deletions
diff --git a/dev-libs/atk/ChangeLog b/dev-libs/atk/ChangeLog
index 90c6cd28461d..601b65e45e80 100644
--- a/dev-libs/atk/ChangeLog
+++ b/dev-libs/atk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/atk
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.23 2003/04/09 02:56:30 todd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.24 2003/04/15 23:47:00 foser Exp $
+
+*atk-1.2.3 (15 Apr 2003)
+
+ 15 Apr 2003; foser <foser@gentoo.org> atk-1.2.3.ebuild :
+ New version
13 Mar 2003 Olivier Reisch <doctomoe@gentoo.org> atk-1.2.2.ebuild:
Marked ppc stable
diff --git a/dev-libs/atk/atk-1.0.2.ebuild b/dev-libs/atk/atk-1.0.2.ebuild
deleted file mode 100644
index 28898ef1ec6d..000000000000
--- a/dev-libs/atk/atk-1.0.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.0.2.ebuild,v 1.10 2003/02/13 10:33:25 vapier Exp $
-
-IUSE="doc"
-inherit debug
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Gnome Accessibility Toolkit"
-SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.0/${P}.tar.bz2"
-HOMEPAGE="http://developer.gnome.org/projects/gap/"
-
-SLOT="1"
-LICENSE="LGPL-2.1"
-KEYWORDS="x86 ppc sparc "
-
-RDEPEND=">=dev-libs/glib-2.0.3"
-
-DEPEND="${RDEPEND}
- doc? ( >=dev-util/gtk-doc-0.9-r2 )
- >=dev-util/pkgconfig-0.12.0"
-
-src_compile() {
-# since no other of gtk pango and glib use this, remove it. its not recommended either
-# libtoolize --copy --force
- local myconf
- use doc \
- && myconf="${myconf} --enable-gtk-doc" \
- || myconf="${myconf} --disable-gtk-doc"
-
- econf \
- --enable-debug \
- ${myconf} || die
-
-## Since glib fails with debug, we debug here too
-
- emake || die
-}
-
-src_install() {
- einstall || die
- dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS
-}
diff --git a/dev-libs/atk/atk-1.0.3-r1.ebuild b/dev-libs/atk/atk-1.0.3-r1.ebuild
deleted file mode 100644
index 044d08e755d7..000000000000
--- a/dev-libs/atk/atk-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.0.3-r1.ebuild,v 1.10 2003/02/13 10:33:30 vapier Exp $
-
-IUSE="doc"
-
-inherit libtool
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Gnome Accessibility Toolkit"
-SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.0/${P}.tar.bz2"
-HOMEPAGE="http://developer.gnome.org/projects/gap/"
-
-SLOT="1"
-LICENSE="LGPL-2.1"
-KEYWORDS="x86 ppc sparc 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 "$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.1.1.ebuild b/dev-libs/atk/atk-1.1.1.ebuild
deleted file mode 100644
index 5842d0e6ff2e..000000000000
--- a/dev-libs/atk/atk-1.1.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2003 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.9 2003/02/13 10:33:35 vapier Exp $
-
-IUSE="doc"
-
-inherit libtool gnome2
-
-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.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 "$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.0.ebuild b/dev-libs/atk/atk-1.2.0.ebuild
deleted file mode 100644
index de18e39d39d0..000000000000
--- a/dev-libs/atk/atk-1.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2003 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.8 2003/03/04 21:29:18 weeve 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 sparc"
-
-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 "$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.3.ebuild b/dev-libs/atk/atk-1.2.3.ebuild
new file mode 100644
index 000000000000..96c57d25aed4
--- /dev/null
+++ b/dev-libs/atk/atk-1.2.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 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.3.ebuild,v 1.1 2003/04/15 23:47:00 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 ~alpha ~sparc"
+
+RDEPEND=">=dev-libs/glib-2"
+
+DEPEND="${RDEPEND}
+ doc? ( >=dev-util/gtk-doc-0.9-r2 )
+ >=dev-util/pkgconfig-0.12.0"
+
+LIBTOOL_FIX="1"
+
+DOCS="AUTHORS ChangeLog COPYING README* INSTALL NEWS"
diff --git a/dev-libs/atk/files/digest-atk-1.0.2 b/dev-libs/atk/files/digest-atk-1.0.2
deleted file mode 100644
index fcc97ce0a5cb..000000000000
--- a/dev-libs/atk/files/digest-atk-1.0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3ab608b46e2e6478146bac60c5a748ea atk-1.0.2.tar.bz2 242339
diff --git a/dev-libs/atk/files/digest-atk-1.0.3-r1 b/dev-libs/atk/files/digest-atk-1.0.3-r1
deleted file mode 100644
index 4b6580e12597..000000000000
--- a/dev-libs/atk/files/digest-atk-1.0.3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9041396017f8207b8aa2bece27eb5ebb atk-1.0.3.tar.bz2 245314
diff --git a/dev-libs/atk/files/digest-atk-1.1.1 b/dev-libs/atk/files/digest-atk-1.1.1
deleted file mode 100644
index a902899bc030..000000000000
--- a/dev-libs/atk/files/digest-atk-1.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 32feb6d641496ace5bb80ed57d5d9556 atk-1.1.1.tar.bz2 265696
diff --git a/dev-libs/atk/files/digest-atk-1.2.0 b/dev-libs/atk/files/digest-atk-1.2.0
deleted file mode 100644
index 88988a41ba83..000000000000
--- a/dev-libs/atk/files/digest-atk-1.2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 06a84758129554ae044af8865ecb6f1c atk-1.2.0.tar.bz2 285376
diff --git a/dev-libs/atk/files/digest-atk-1.2.3 b/dev-libs/atk/files/digest-atk-1.2.3
new file mode 100644
index 000000000000..249d126151c7
--- /dev/null
+++ b/dev-libs/atk/files/digest-atk-1.2.3
@@ -0,0 +1 @@
+MD5 30b5bf7cfc68591ec8add022553c96f0 atk-1.2.3.tar.bz2 323034