diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2003-02-04 06:03:58 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2003-02-04 06:03:58 +0000 |
commit | 316c0b5134e5d4a39a84254b4eac31bba462b50a (patch) | |
tree | 3ca01ac407f9f79c549cbe93e343107e0fed0353 /dev-libs/atk | |
parent | modified a lot of DEBUG things to DEBUGBUILD and updated the latest version (diff) | |
download | historical-316c0b5134e5d4a39a84254b4eac31bba462b50a.tar.gz historical-316c0b5134e5d4a39a84254b4eac31bba462b50a.tar.bz2 historical-316c0b5134e5d4a39a84254b4eac31bba462b50a.zip |
modified DEBUG to DEBUGBUILD
Diffstat (limited to 'dev-libs/atk')
-rw-r--r-- | dev-libs/atk/ChangeLog | 22 | ||||
-rw-r--r-- | dev-libs/atk/atk-1.0.2.ebuild | 11 | ||||
-rw-r--r-- | dev-libs/atk/atk-1.0.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/atk/atk-1.1.1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/atk/atk-1.2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/atk/atk-1.2.1.ebuild | 4 |
6 files changed, 29 insertions, 20 deletions
diff --git a/dev-libs/atk/ChangeLog b/dev-libs/atk/ChangeLog index aff84199f339..bd7eba0956f3 100644 --- a/dev-libs/atk/ChangeLog +++ b/dev-libs/atk/ChangeLog @@ -1,19 +1,24 @@ # 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.16 2003/01/21 19:20:25 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.17 2003/02/04 06:03:58 spider Exp $ *atk-1.2.2 (21 Jan 2003) - 21 Jan 2003; foser <foser@gentoo.org> atk-1.2.2.ebuild : New version, fixed ebuild to use gnome2 eclass more *atk-1.2.1 (13 Jan 2003) + + 04 Feb 2003; Spider <spider@gentoo.org> atk-1.2.1.ebuild : + removed DEBUG for DEBUGBUILD 13 Jan 2003; foser <foser@gentoo.org> atk-1.2.1.ebuild : New version *atk-1.2.0 (22 Dec 2002) - + + 04 Feb 2003; Spider <spider@gentoo.org> atk-1.2.0.ebuild : + removed DEBUG for DEBUGBUILD + 06 Jan 2003; Martin Holzer <mholzer@gentoo.org> atk-1.2.0.ebuild : Changed RDEPEND=">=dev-libs/glib-2" to RDEPEND=">=dev-libs/glib-2.0.6-r1" cause it doesn't work. @@ -28,6 +33,9 @@ *atk-1.1.1 (12 Nov 2002) + 04 Feb 2003; Spider <spider@gentoo.org> atk-1.1.1.ebuild : + removed DEBUG for DEBUGBUILD + 26 Nov 2002; Jon Nall <nall@gentoo.org> atk-1.1.1.ebuild : added ~ppc to KEYWORDS @@ -40,6 +48,10 @@ New unstable version *atk-1.0.3-r1 (4 Aug 2002) + + 04 Feb 2003; Spider <spider@gentoo.org> atk-1.0.3-r1.ebuild : + change the DEBUG to DEBUGBUILD + 4 Aug 2002; Spider <spider@gentoo.org> atk-1.0.3-r1.ebuild: remove debugging informatio, restructure the ebuild @@ -59,6 +71,10 @@ *atk-1.0.1-r2 (24 Apr 2002) + 04 Feb 2003; Spider <spider@gentoo.org> atk-1.0.1-r2.ebuild : + removed debug cludge for inherit debug instead + + 24 Apr 2002; Spider <spider@gentoo.org> atk-1.0.1-r2.ebuild ChangeLog: ChangeLog update libtoolize diff --git a/dev-libs/atk/atk-1.0.2.ebuild b/dev-libs/atk/atk-1.0.2.ebuild index 5ecf57b8ae8f..164c6c49d7cc 100644 --- a/dev-libs/atk/atk-1.0.2.ebuild +++ b/dev-libs/atk/atk-1.0.2.ebuild @@ -1,16 +1,9 @@ # 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.0.2.ebuild,v 1.8 2002/12/09 04:20:59 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.0.2.ebuild,v 1.9 2003/02/04 06:03:58 spider Exp $ IUSE="doc" - -# Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ -DEBUG="yes" -RESTRICT="nostrip" -# force debug information -CFLAGS="${CFLAGS} -g" -CXXFLAGS="${CXXFLAGS} -g" - +inherit debug S=${WORKDIR}/${P} DESCRIPTION="Gnome Accessibility Toolkit" diff --git a/dev-libs/atk/atk-1.0.3-r1.ebuild b/dev-libs/atk/atk-1.0.3-r1.ebuild index 19f906ee4ac9..76a8170a9c15 100644 --- a/dev-libs/atk/atk-1.0.3-r1.ebuild +++ b/dev-libs/atk/atk-1.0.3-r1.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.0.3-r1.ebuild,v 1.8 2002/12/15 10:44:12 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.0.3-r1.ebuild,v 1.9 2003/02/04 06:03:58 spider Exp $ IUSE="doc" @@ -27,7 +27,7 @@ src_compile() { use doc \ && myconf="${myconf} --enable-gtk-doc" \ || myconf="${myconf} --disable-gtk-doc" - if [ -n "$DEBUG" ]; then + if [ -n "$DEBUGBUILD" ]; then myconf="${myconf} --enable-debug" fi diff --git a/dev-libs/atk/atk-1.1.1.ebuild b/dev-libs/atk/atk-1.1.1.ebuild index c675b99fc335..5a06bcd0f018 100644 --- a/dev-libs/atk/atk-1.1.1.ebuild +++ b/dev-libs/atk/atk-1.1.1.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.1.1.ebuild,v 1.7 2002/12/07 15:56:24 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.1.1.ebuild,v 1.8 2003/02/04 06:03:58 spider Exp $ IUSE="doc" @@ -26,7 +26,7 @@ src_compile() { use doc \ && myconf="${myconf} --enable-gtk-doc" \ || myconf="${myconf} --disable-gtk-doc" - if [ -n "$DEBUG" ]; then + if [ -n "$DEBUGBUILD" ]; then myconf="${myconf} --enable-debug" fi diff --git a/dev-libs/atk/atk-1.2.0.ebuild b/dev-libs/atk/atk-1.2.0.ebuild index ac5e1685ea80..319c501828b5 100644 --- a/dev-libs/atk/atk-1.2.0.ebuild +++ b/dev-libs/atk/atk-1.2.0.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.0.ebuild,v 1.5 2003/01/18 12:39:40 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.2.0.ebuild,v 1.6 2003/02/04 06:03:58 spider Exp $ inherit libtool gnome2 @@ -26,7 +26,7 @@ src_compile() { && myconf="${myconf} --enable-gtk-doc" \ || myconf="${myconf} --disable-gtk-doc" - if [ -n "$DEBUG" ]; then + if [ -n "$DEBUGBUILD" ]; then myconf="${myconf} --enable-debug" fi diff --git a/dev-libs/atk/atk-1.2.1.ebuild b/dev-libs/atk/atk-1.2.1.ebuild index 798a71b733cd..7ea44adcda23 100644 --- a/dev-libs/atk/atk-1.2.1.ebuild +++ b/dev-libs/atk/atk-1.2.1.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.1.ebuild,v 1.1 2003/01/12 23:57:53 foser Exp $ +# $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 @@ -26,7 +26,7 @@ src_compile() { && myconf="${myconf} --enable-gtk-doc" \ || myconf="${myconf} --disable-gtk-doc" - if [ -n "$DEBUG" ]; then + if [ -n "$DEBUGBUILD" ]; then myconf="${myconf} --enable-debug" fi |