summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Giorgetti <stroke@gentoo.org>2002-08-04 09:02:40 +0000
committerGabriele Giorgetti <stroke@gentoo.org>2002-08-04 09:02:40 +0000
commit5025930469bfe97cafb2b17d0a9183ae27ac14d9 (patch)
treea5ea473723069cfa1adf32819a73af7ad8fecc24 /dev-libs
parentput back debugging (diff)
downloadgentoo-2-5025930469bfe97cafb2b17d0a9183ae27ac14d9.tar.gz
gentoo-2-5025930469bfe97cafb2b17d0a9183ae27ac14d9.tar.bz2
gentoo-2-5025930469bfe97cafb2b17d0a9183ae27ac14d9.zip
Removed stale ebuilds.
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/atk/atk-1.0.1-r3.ebuild48
-rw-r--r--dev-libs/atk/atk-1.0.3.ebuild55
-rw-r--r--dev-libs/atk/files/digest-atk-1.0.1-r31
-rw-r--r--dev-libs/atk/files/digest-atk-1.0.31
4 files changed, 0 insertions, 105 deletions
diff --git a/dev-libs/atk/atk-1.0.1-r3.ebuild b/dev-libs/atk/atk-1.0.1-r3.ebuild
deleted file mode 100644
index c69a685c0e7e..000000000000
--- a/dev-libs/atk/atk-1.0.1-r3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.0.1-r3.ebuild,v 1.4 2002/08/02 03:51:15 gerk Exp $
-
-inherit libtool
-
-# 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"
-
-
-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"
-
-RDEPEND=">=dev-libs/glib-2.0.1"
-
-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"
-
- econf ${myconf} --enable-debug || 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.ebuild b/dev-libs/atk/atk-1.0.3.ebuild
deleted file mode 100644
index 02c97ae85606..000000000000
--- a/dev-libs/atk/atk-1.0.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.0.3.ebuild,v 1.1 2002/08/03 22:51:39 stroke Exp $
-
-# 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"
-
-
-SLOT="1"
-KEYWORDS="x86"
-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/"
-LICENSE="LGPL-2.1"
-
-RDEPEND=">=dev-libs/glib-2.0.6"
-
-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"
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- ${myconf} \
- --enable-debug || die
-
-## Since glib fails with debug, we debug here too
-
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- infodir=${D}/usr/share/info \
- mandir=${D}/usr/share/man \
- install || die
-
- dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS
-}
-
diff --git a/dev-libs/atk/files/digest-atk-1.0.1-r3 b/dev-libs/atk/files/digest-atk-1.0.1-r3
deleted file mode 100644
index 32dfc43c0de9..000000000000
--- a/dev-libs/atk/files/digest-atk-1.0.1-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b2ce84da92e64223330beee0df403450 atk-1.0.1.tar.bz2 240145
diff --git a/dev-libs/atk/files/digest-atk-1.0.3 b/dev-libs/atk/files/digest-atk-1.0.3
deleted file mode 100644
index 4b6580e12597..000000000000
--- a/dev-libs/atk/files/digest-atk-1.0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9041396017f8207b8aa2bece27eb5ebb atk-1.0.3.tar.bz2 245314