summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 12:15:31 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 12:15:31 +0000
commit5e638616aef3e7447f26d42f6a1e2c9c0318c10e (patch)
tree2819ee0066e220b7615dc068c5df097d3790d2e4 /x11-libs/gtk+
parentCleanup (diff)
downloadgentoo-2-5e638616aef3e7447f26d42f6a1e2c9c0318c10e.tar.gz
gentoo-2-5e638616aef3e7447f26d42f6a1e2c9c0318c10e.tar.bz2
gentoo-2-5e638616aef3e7447f26d42f6a1e2c9c0318c10e.zip
Cleanup
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r--x11-libs/gtk+/files/digest-gtk+-1.2.101
-rw-r--r--x11-libs/gtk+/files/digest-gtk+-1.2.8-r31
-rw-r--r--x11-libs/gtk+/files/digest-gtk+-1.2.91
-rw-r--r--x11-libs/gtk+/gtk+-1.2.10.ebuild55
-rw-r--r--x11-libs/gtk+/gtk+-1.2.8-r3.ebuild48
-rw-r--r--x11-libs/gtk+/gtk+-1.2.9.ebuild47
6 files changed, 0 insertions, 153 deletions
diff --git a/x11-libs/gtk+/files/digest-gtk+-1.2.10 b/x11-libs/gtk+/files/digest-gtk+-1.2.10
deleted file mode 100644
index 7c7d628a46aa..000000000000
--- a/x11-libs/gtk+/files/digest-gtk+-1.2.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4d5cb2fc7fb7830e4af9747a36bfce20 gtk+-1.2.10.tar.gz
diff --git a/x11-libs/gtk+/files/digest-gtk+-1.2.8-r3 b/x11-libs/gtk+/files/digest-gtk+-1.2.8-r3
deleted file mode 100644
index 7fc9e80637ce..000000000000
--- a/x11-libs/gtk+/files/digest-gtk+-1.2.8-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d947ecc5780b4367d4c50fbb019d0216 gtk+-1.2.8.tar.gz
diff --git a/x11-libs/gtk+/files/digest-gtk+-1.2.9 b/x11-libs/gtk+/files/digest-gtk+-1.2.9
deleted file mode 100644
index a2e0ece009b6..000000000000
--- a/x11-libs/gtk+/files/digest-gtk+-1.2.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6246b4defcdeb85cf6ce32d644c29b95 gtk+-1.2.9.tar.gz
diff --git a/x11-libs/gtk+/gtk+-1.2.10.ebuild b/x11-libs/gtk+/gtk+-1.2.10.ebuild
deleted file mode 100644
index 1e90358ce67b..000000000000
--- a/x11-libs/gtk+/gtk+-1.2.10.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10.ebuild,v 1.1 2001/04/08 16:26:14 pete Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="gtk"
-SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/${A}
- ftp://ftp.gnome.org/pub/GNOME/stable/sources/gtk+/${A}
- http://ftp.gnome.org/pub/GNOME/stable/sources/gtk+/${A}"
-HOMEPAGE="http://www.gtk.org/"
-
-DEPEND="virtual/glibc
- >=dev-libs/glib-1.2.10
- >=x11-base/xfree-4.0.1"
-
-src_compile() {
- local myconf
-
- if [ "${DEBUG}" ]
- then
- myconf="--enable-debug=yes"
- else
- myconf="--enable-debug=no"
- fi
-
- try ./configure --host=${CHOST} --prefix=/usr/X11R6 ${myconf}
- --infodir=/usr/X11R6/share/info --mandir=/usr/X11R6/share/man --sysconfdir=/etc/X11 \
- --with-xinput=xfree --with-x
- try make
-}
-
-src_install() {
- try make install DESTDIR=${D}
-
- preplib /usr/X11R6
-
- dodoc AUTHORS COPYING ChangeLog* HACKING
- dodoc NEWS* README* TODO
- docinto docs
- cd docs
- dodoc *.txt *.gif text/*
- cd html
- docinto html
- dodoc *.html *.gif
-
- #install nice, clean-looking default gtk+ style
- insinto /etc/X11/gtk
- doins ${FILESDIR}/gtkrc
-}
-
-
-
-
diff --git a/x11-libs/gtk+/gtk+-1.2.8-r3.ebuild b/x11-libs/gtk+/gtk+-1.2.8-r3.ebuild
deleted file mode 100644
index 4ed89339666b..000000000000
--- a/x11-libs/gtk+/gtk+-1.2.8-r3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.8-r3.ebuild,v 1.2 2000/12/19 00:56:45 achim Exp $
-
-P=gtk+-1.2.8
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="gtk"
-SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/"${A}
-HOMEPAGE="http://www.gtk.org"
-
-DEPEND=">=sys-apps/bash-2.04
- >=sys-libs/glibc-2.1.3
- >=dev-libs/glib-1.2.8
- >=x11-base/xfree-4.0.1"
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr/X11R6 --infodir=/usr/info --sysconfdir=/etc/X11 --with-xinput=xfree --with-catgets --with-x
- try make
-}
-
-src_install() {
- cd ${S}
- try make install prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11 \
- infodir=${D}/usr/info
- preplib /usr/X11R6
- into /usr
- dodoc AUTHORS COPYING ChangeLog* HACKING
- dodoc NEWS* README* TODO
- docinto docs
- cd docs
- dodoc *.txt *.gif text/*
- cd html
- docinto html
- dodoc *.html *.gif
- #install nice, clean-looking default gtk+ style
- insinto /etc/X11/gtk
- doins ${FILESDIR}/gtkrc
-}
-
-pkg_postinst() {
- ldconfig -r ${ROOT}
-}
-
-
-
diff --git a/x11-libs/gtk+/gtk+-1.2.9.ebuild b/x11-libs/gtk+/gtk+-1.2.9.ebuild
deleted file mode 100644
index e1ddc4a24ec5..000000000000
--- a/x11-libs/gtk+/gtk+-1.2.9.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.9.ebuild,v 1.1 2001/03/09 10:26:59 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="gtk"
-SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/${A}"
-HOMEPAGE="http://www.gtk.org"
-
-DEPEND="virtual/glibc
- >=dev-libs/glib-1.2.9
- >=x11-base/xfree-4.0.1"
-
-src_compile() {
-
- try ./configure --host=${CHOST} --prefix=/usr/X11R6 \
- --infodir=/usr/X11R6/share/info --mandir=/usr/X11R6/share/man --sysconfdir=/etc/X11 \
- --with-xinput=xfree --with-x
- try make
-}
-
-src_install() {
-
- try make install prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11 \
- infodir=${D}/usr/X11R6/share/info mandir=${D}/usr/X11R6/share/man
-
- preplib /usr/X11R6
-
- dodoc AUTHORS COPYING ChangeLog* HACKING
- dodoc NEWS* README* TODO
- docinto docs
- cd docs
- dodoc *.txt *.gif text/*
- cd html
- docinto html
- dodoc *.html *.gif
-
- #install nice, clean-looking default gtk+ style
- insinto /etc/X11/gtk
- doins ${FILESDIR}/gtkrc
-}
-
-
-
-