summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-06-30 18:20:34 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-06-30 18:20:34 +0000
commit5de222d7f39f14876a5241a848320412f0c12b0c (patch)
treec65689d6ece8d222e580ad76dac6ae866efb0803 /gnome-base/gnome-libs
parentMarked ppc stable for bug #97512. Thanks nixnut. (diff)
downloadgentoo-2-5de222d7f39f14876a5241a848320412f0c12b0c.tar.gz
gentoo-2-5de222d7f39f14876a5241a848320412f0c12b0c.tar.bz2
gentoo-2-5de222d7f39f14876a5241a848320412f0c12b0c.zip
Removing obsolete ebuilds/patches.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'gnome-base/gnome-libs')
-rw-r--r--gnome-base/gnome-libs/files/digest-gnome-libs-1.4.1.61
-rw-r--r--gnome-base/gnome-libs/files/digest-gnome-libs-1.4.1.71
-rw-r--r--gnome-base/gnome-libs/files/no-libdb-check.diff392
-rw-r--r--gnome-base/gnome-libs/gnome-libs-1.4.1.6.ebuild82
-rw-r--r--gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild73
5 files changed, 0 insertions, 549 deletions
diff --git a/gnome-base/gnome-libs/files/digest-gnome-libs-1.4.1.6 b/gnome-base/gnome-libs/files/digest-gnome-libs-1.4.1.6
deleted file mode 100644
index 0ca96054f789..000000000000
--- a/gnome-base/gnome-libs/files/digest-gnome-libs-1.4.1.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6a629eb2b5cfebf26f3d5b59d51ee83b gnome-libs-1.4.1.6.tar.bz2 2867024
diff --git a/gnome-base/gnome-libs/files/digest-gnome-libs-1.4.1.7 b/gnome-base/gnome-libs/files/digest-gnome-libs-1.4.1.7
deleted file mode 100644
index 5985b9e320cd..000000000000
--- a/gnome-base/gnome-libs/files/digest-gnome-libs-1.4.1.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3b6d1f4e6a9c56d6dc3f3f19e8397de5 gnome-libs-1.4.1.7.tar.bz2 2870483
diff --git a/gnome-base/gnome-libs/files/no-libdb-check.diff b/gnome-base/gnome-libs/files/no-libdb-check.diff
deleted file mode 100644
index 9f442361248b..000000000000
--- a/gnome-base/gnome-libs/files/no-libdb-check.diff
+++ /dev/null
@@ -1,392 +0,0 @@
---- gnome-libs-1.4.2/configure.orig 2003-07-17 17:26:38.000000000 -0400
-+++ gnome-libs-1.4.2/configure 2003-07-17 17:27:01.000000000 -0400
-@@ -11326,389 +11326,7 @@
- prefer_db1=no
- fi
-
--DB_LIB=
--echo $ac_n "checking for dbopen""... $ac_c" 1>&6
--echo "configure:11332: checking for dbopen" >&5
--if eval "test \"`echo '$''{'ac_cv_func_dbopen'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
-- cat > conftest.$ac_ext <<EOF
--#line 11337 "configure"
--#include "confdefs.h"
--/* System header to define __stub macros and hopefully few prototypes,
-- which can conflict with char dbopen(); below. */
--#include <assert.h>
--/* Override any gcc2 internal prototype to avoid an error. */
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--char dbopen();
--
--int main() {
--
--/* The GNU C library defines this for functions which it implements
-- to always fail with ENOSYS. Some functions are actually named
-- something starting with __ and the normal name is an alias. */
--#if defined (__stub_dbopen) || defined (__stub___dbopen)
--choke me
--#else
--dbopen();
--#endif
--
--; return 0; }
--EOF
--if { (eval echo configure:11360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-- rm -rf conftest*
-- eval "ac_cv_func_dbopen=yes"
--else
-- echo "configure: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- rm -rf conftest*
-- eval "ac_cv_func_dbopen=no"
--fi
--rm -f conftest*
--fi
--
--if eval "test \"`echo '$ac_cv_func_'dbopen`\" = yes"; then
-- echo "$ac_t""yes" 1>&6
-- :
--else
-- echo "$ac_t""no" 1>&6
--if test "$prefer_db1" = "yes"; then
-- echo $ac_n "checking for dbopen in -ldb1""... $ac_c" 1>&6
--echo "configure:11379: checking for dbopen in -ldb1" >&5
--ac_lib_var=`echo db1'_'dbopen | sed 'y%./+-%__p_%'`
--if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
-- ac_save_LIBS="$LIBS"
--LIBS="-ldb1 $LIBS"
--cat > conftest.$ac_ext <<EOF
--#line 11387 "configure"
--#include "confdefs.h"
--/* Override any gcc2 internal prototype to avoid an error. */
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--char dbopen();
--
--int main() {
--dbopen()
--; return 0; }
--EOF
--if { (eval echo configure:11398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=yes"
--else
-- echo "configure: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=no"
--fi
--rm -f conftest*
--LIBS="$ac_save_LIBS"
--
--fi
--if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-- echo "$ac_t""yes" 1>&6
-- DB_LIB="-ldb1"
--else
-- echo "$ac_t""no" 1>&6
--echo $ac_n "checking for dbopen in -ldb""... $ac_c" 1>&6
--echo "configure:11417: checking for dbopen in -ldb" >&5
--ac_lib_var=`echo db'_'dbopen | sed 'y%./+-%__p_%'`
--if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
-- ac_save_LIBS="$LIBS"
- LIBS="-ldb $LIBS"
--cat > conftest.$ac_ext <<EOF
--#line 11425 "configure"
--#include "confdefs.h"
--/* Override any gcc2 internal prototype to avoid an error. */
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--char dbopen();
--
--int main() {
--dbopen()
--; return 0; }
--EOF
--if { (eval echo configure:11436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=yes"
--else
-- echo "configure: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=no"
--fi
--rm -f conftest*
--LIBS="$ac_save_LIBS"
--
--fi
--if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-- echo "$ac_t""yes" 1>&6
-- DB_LIB="-ldb"
--else
-- echo "$ac_t""no" 1>&6
--echo $ac_n "checking for __db185_open in -ldb-3""... $ac_c" 1>&6
--echo "configure:11455: checking for __db185_open in -ldb-3" >&5
--ac_lib_var=`echo db-3'_'__db185_open | sed 'y%./+-%__p_%'`
--if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
-- ac_save_LIBS="$LIBS"
--LIBS="-ldb-3 $LIBS"
--cat > conftest.$ac_ext <<EOF
--#line 11463 "configure"
--#include "confdefs.h"
--/* Override any gcc2 internal prototype to avoid an error. */
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--char __db185_open();
--
--int main() {
--__db185_open()
--; return 0; }
--EOF
--if { (eval echo configure:11474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=yes"
--else
-- echo "configure: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=no"
--fi
--rm -f conftest*
--LIBS="$ac_save_LIBS"
--
--fi
--if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-- echo "$ac_t""yes" 1>&6
-- DB_LIB="-ldb-3"
--else
-- echo "$ac_t""no" 1>&6
--echo $ac_n "checking for __db185_open in -ldb-4""... $ac_c" 1>&6
--echo "configure:11493: checking for __db185_open in -ldb-4" >&5
--ac_lib_var=`echo db-4'_'__db185_open | sed 'y%./+-%__p_%'`
--if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
-- ac_save_LIBS="$LIBS"
--LIBS="-ldb-4 $LIBS"
--cat > conftest.$ac_ext <<EOF
--#line 11501 "configure"
--#include "confdefs.h"
--/* Override any gcc2 internal prototype to avoid an error. */
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--char __db185_open();
--
--int main() {
--__db185_open()
--; return 0; }
--EOF
--if { (eval echo configure:11512: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=yes"
--else
-- echo "configure: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=no"
--fi
--rm -f conftest*
--LIBS="$ac_save_LIBS"
--
--fi
--if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-- echo "$ac_t""yes" 1>&6
-- DB_LIB="-ldb-4"
--else
-- echo "$ac_t""no" 1>&6
--{ echo "configure: error: Your db library is missing db 1.85 compatibility mode" 1>&2; exit 1; }
--
--fi
--
--
--fi
--
--
--fi
--
--
--fi
--
--else
-- echo $ac_n "checking for dbopen in -ldb""... $ac_c" 1>&6
--echo "configure:11545: checking for dbopen in -ldb" >&5
--ac_lib_var=`echo db'_'dbopen | sed 'y%./+-%__p_%'`
--if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
-- ac_save_LIBS="$LIBS"
--LIBS="-ldb $LIBS"
--cat > conftest.$ac_ext <<EOF
--#line 11553 "configure"
--#include "confdefs.h"
--/* Override any gcc2 internal prototype to avoid an error. */
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--char dbopen();
--
--int main() {
--dbopen()
--; return 0; }
--EOF
--if { (eval echo configure:11564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=yes"
--else
-- echo "configure: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=no"
--fi
--rm -f conftest*
--LIBS="$ac_save_LIBS"
--
--fi
--if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-- echo "$ac_t""yes" 1>&6
-- DB_LIB="-ldb"
--else
-- echo "$ac_t""no" 1>&6
--echo $ac_n "checking for dbopen in -ldb1""... $ac_c" 1>&6
--echo "configure:11583: checking for dbopen in -ldb1" >&5
--ac_lib_var=`echo db1'_'dbopen | sed 'y%./+-%__p_%'`
--if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
-- ac_save_LIBS="$LIBS"
--LIBS="-ldb1 $LIBS"
--cat > conftest.$ac_ext <<EOF
--#line 11591 "configure"
--#include "confdefs.h"
--/* Override any gcc2 internal prototype to avoid an error. */
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--char dbopen();
--
--int main() {
--dbopen()
--; return 0; }
--EOF
--if { (eval echo configure:11602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=yes"
--else
-- echo "configure: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=no"
--fi
--rm -f conftest*
--LIBS="$ac_save_LIBS"
--
--fi
--if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-- echo "$ac_t""yes" 1>&6
-- DB_LIB="-ldb1"
--else
-- echo "$ac_t""no" 1>&6
--echo $ac_n "checking for __db185_open in -ldb-3""... $ac_c" 1>&6
--echo "configure:11621: checking for __db185_open in -ldb-3" >&5
--ac_lib_var=`echo db-3'_'__db185_open | sed 'y%./+-%__p_%'`
--if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
-- ac_save_LIBS="$LIBS"
--LIBS="-ldb-3 $LIBS"
--cat > conftest.$ac_ext <<EOF
--#line 11629 "configure"
--#include "confdefs.h"
--/* Override any gcc2 internal prototype to avoid an error. */
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--char __db185_open();
--
--int main() {
--__db185_open()
--; return 0; }
--EOF
--if { (eval echo configure:11640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=yes"
--else
-- echo "configure: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=no"
--fi
--rm -f conftest*
--LIBS="$ac_save_LIBS"
--
--fi
--if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-- echo "$ac_t""yes" 1>&6
-- DB_LIB="-ldb-3"
--else
-- echo "$ac_t""no" 1>&6
--echo $ac_n "checking for __db185_open in -ldb-4""... $ac_c" 1>&6
--echo "configure:11659: checking for __db185_open in -ldb-4" >&5
--ac_lib_var=`echo db-4'_'__db185_open | sed 'y%./+-%__p_%'`
--if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
-- ac_save_LIBS="$LIBS"
--LIBS="-ldb-4 $LIBS"
--cat > conftest.$ac_ext <<EOF
--#line 11667 "configure"
--#include "confdefs.h"
--/* Override any gcc2 internal prototype to avoid an error. */
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--char __db185_open();
--
--int main() {
--__db185_open()
--; return 0; }
--EOF
--if { (eval echo configure:11678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=yes"
--else
-- echo "configure: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=no"
--fi
--rm -f conftest*
--LIBS="$ac_save_LIBS"
--
--fi
--if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-- echo "$ac_t""yes" 1>&6
-- DB_LIB="-ldb-4"
--else
-- echo "$ac_t""no" 1>&6
--{ echo "configure: error: Your db library is missing db 1.85 compatibility mode" 1>&2; exit 1; }
--
--fi
--
--
--fi
--
--
--fi
--
--
--fi
--
--fi
--
--fi
--
-
- if test "$prefer_db1" = "yes"; then
- for ac_hdr in db_185.h db1/db.h
diff --git a/gnome-base/gnome-libs/gnome-libs-1.4.1.6.ebuild b/gnome-base/gnome-libs/gnome-libs-1.4.1.6.ebuild
deleted file mode 100644
index 66c60ac33e16..000000000000
--- a/gnome-base/gnome-libs/gnome-libs-1.4.1.6.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-libs/gnome-libs-1.4.1.6.ebuild,v 1.20 2004/11/08 14:55:22 vapier Exp $
-
-DESCRIPTION="GNOME Core Libraries"
-HOMEPAGE="http://www.gnome.org/"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="1"
-KEYWORDS="ppc sparc x86"
-IUSE="doc nls kde"
-
-RDEPEND=">=media-libs/imlib-1.9.10
- >=media-sound/esound-0.2.23
- =gnome-base/orbit-0*
- =x11-libs/gtk+-1.2*
- <sys-libs/db-2
- doc? ( app-text/docbook-sgml
- dev-util/gtk-doc )"
-DEPEND="nls? ( >=sys-devel/gettext-0.10.40
- >=dev-util/intltool-0.11 )
- ${RDEPEND}"
-
-src_compile() {
- CFLAGS="$CFLAGS -I/usr/include/db1"
-
- local myconf
-
- use nls || myconf="${myconf} --disable-nls"
- use kde && myconf="${myconf} --with-kde-datadir=/usr/share"
- use doc || myconf="${myconf} --disable-gtk-doc"
-
- # libtoolize
- libtoolize --copy --force
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --enable-prefer-db1 \
- ${myconf} || die
-
- emake || die
-
- #do the docs (maby add a use variable or put in seperate
- #ebuild since it is mostly developer docs?)
- if use doc
- then
- cd ${S}/devel-docs
- emake || die
- cd ${S}
- fi
-}
-
-src_install() {
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- docdir=${D}/usr/share/doc \
- HTML_DIR=${D}/usr/share/gnome/html \
- install || die
-
- #do the docs
- if use doc
- then
- cd ${S}/devel-docs
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- docdir=${D}/usr/share/doc \
- install || die
- cd ${S}
- fi
-
- rm ${D}/usr/share/gtkrc*
-
- dodoc AUTHORS ChangeLog README NEWS HACKING
-}
diff --git a/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild b/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild
deleted file mode 100644
index f1b2f69199bd..000000000000
--- a/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild,v 1.23 2004/11/08 14:55:22 vapier Exp $
-
-inherit libtool
-
-DESCRIPTION="GNOME Core Libraries"
-HOMEPAGE="http://www.gnome.org/"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="1"
-KEYWORDS="alpha ppc sparc x86"
-IUSE="doc nls kde"
-
-RDEPEND=">=media-libs/imlib-1.9.10
- >=media-sound/esound-0.2.23
- =gnome-base/orbit-0*
- =x11-libs/gtk+-1.2*
- <sys-libs/db-2
- doc? ( app-text/docbook-sgml
- dev-util/gtk-doc )"
-DEPEND="nls? ( >=sys-devel/gettext-0.10.40
- >=dev-util/intltool-0.11 )
- ${RDEPEND}"
-
-src_compile() {
- CFLAGS="$CFLAGS -I/usr/include/db1"
-
- local myconf
-
- use nls || myconf="${myconf} --disable-nls"
- use kde && myconf="${myconf} --with-kde-datadir=/usr/share"
- use doc || myconf="${myconf} --disable-gtk-doc"
-
- # libtoolize
- elibtoolize
-
- econf \
- --enable-prefer-db1 \
- ${myconf} || die
-
- emake || die
-
- #do the docs (maybe add a use variable or put in seperate
- #ebuild since it is mostly developer docs?)
- if use doc
- then
- cd ${S}/devel-docs
- emake || die
- cd ${S}
- fi
-}
-
-src_install() {
- einstall \
- docdir=${D}/usr/share/doc \
- HTML_DIR=${D}/usr/share/gnome/html \
- || die
-
- #do the docs
- if use doc
- then
- cd ${S}/devel-docs
- einstall || die
- cd ${S}
- fi
-
- rm ${D}/usr/share/gtkrc*
- rm -rf ${D}/usr/doc
-
- dodoc AUTHORS ChangeLog README NEWS HACKING
-}