diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-06-29 14:00:04 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-06-29 14:00:04 +0000 |
commit | 1cfbd9161f1ea491f990ea6d85adf3889136e19c (patch) | |
tree | 4b24e17f9f106e5bd13db767875fbf80aac13a22 /x11-libs | |
parent | migrated to x11-themes (diff) | |
download | gentoo-2-1cfbd9161f1ea491f990ea6d85adf3889136e19c.tar.gz gentoo-2-1cfbd9161f1ea491f990ea6d85adf3889136e19c.tar.bz2 gentoo-2-1cfbd9161f1ea491f990ea6d85adf3889136e19c.zip |
migrated to x11-themes
Diffstat (limited to 'x11-libs')
20 files changed, 2 insertions, 283 deletions
diff --git a/x11-libs/crux/ChangeLog b/x11-libs/crux/ChangeLog deleted file mode 100644 index acb2478a8e8e..000000000000 --- a/x11-libs/crux/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for x11-lbs/crux -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/crux/ChangeLog,v 1.2 2002/06/26 08:24:30 spider Exp $ - - -*crux-1.9.3 (27 Jun 2002) - 27 Jun 2002; Spider <spider@gentoo.org> crux-1.9.3.ebuild : - slim it down, make it pass lintool check and use mirror:/ - - -*crux-1.9.2 (27 May 2002) - 27 May 2002; Spider <spider@gentoo.org> ChangeLog crux-1.9.2.ebuild : - initial release, a theme engine for gtk2 diff --git a/x11-libs/crux/crux-1.9.2.ebuild b/x11-libs/crux/crux-1.9.2.ebuild deleted file mode 100644 index b2a5f6ce35e6..000000000000 --- a/x11-libs/crux/crux-1.9.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/crux/crux-1.9.2.ebuild,v 1.1 2002/05/27 01:20:27 spider Exp $ - -DESCRIPTION="Crux is a gtk+2 theme engine that will replace the Eazel theme" -HOMEPAGE="http://www.eazel.com" - -LICENSE="GPL-2" - -RDEPEND=">=x11-libs/gtk+-2.0.2 - >=gnome-base/libgnomeui-1.117.1 - >=gnome-base/libglade-1.99.12" -DEPEND="${RDEPEND} - sys-devel/libtool" - -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake || die " compile failed" -} - -src_install () { - make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO -} diff --git a/x11-libs/crux/crux-1.9.3.ebuild b/x11-libs/crux/crux-1.9.3.ebuild deleted file mode 100644 index eaff46a15715..000000000000 --- a/x11-libs/crux/crux-1.9.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/crux/crux-1.9.3.ebuild,v 1.1 2002/06/26 08:24:30 spider Exp $ - -DESCRIPTION="Crux is a gtk+2 theme engine that will replace the Eazel theme" -HOMEPAGE="http://www.eazel.com" -S=${WORKDIR}/${P} -LICENSE="GPL-2" -SLOT="2" - -RDEPEND=">=x11-libs/gtk+-2.0.5 - >=gnome-base/libgnomeui-2.0.1 - >=gnome-base/libglade-2.0.0" -DEPEND="${RDEPEND} - sys-devel/libtool" - -SRC_URI="mirror://gnome/sources/${PN}/${P}.tar.bz2" -src_compile() { - econf - emake || die " compile failed" -} - -src_install () { - make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO -} diff --git a/x11-libs/crux/files/digest-crux-1.9.2 b/x11-libs/crux/files/digest-crux-1.9.2 deleted file mode 100644 index 4f8840b2ae84..000000000000 --- a/x11-libs/crux/files/digest-crux-1.9.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 80ac733d550a4621d8c49809000fcfe2 crux-1.9.2.tar.bz2 201053 diff --git a/x11-libs/crux/files/digest-crux-1.9.3 b/x11-libs/crux/files/digest-crux-1.9.3 deleted file mode 100644 index 98dbe8feaaaf..000000000000 --- a/x11-libs/crux/files/digest-crux-1.9.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 8b6242a995ebf6db537978119c85a0be crux-1.9.3.tar.bz2 201493 diff --git a/x11-libs/gtk-engines/ChangeLog b/x11-libs/gtk-engines/ChangeLog deleted file mode 100644 index e4cfe707c4aa..000000000000 --- a/x11-libs/gtk-engines/ChangeLog +++ /dev/null @@ -1,22 +0,0 @@ -# ChangeLog for x11-libs/gtk-engines -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-engines/ChangeLog,v 1.3 2002/05/22 23:57:59 spider Exp $ - -*gtk-engines-1.9.0 (22 May 2002) - 22 May 2002; Spider <spider@gentoo.org> gtk-engines-1.9.0.ebuild : - Theme engines for gtk+-2.0 this time - - - 14 Apr 2002; M.Schlemmer <azarah@gentoo.org> gtk-engines-0.12-r2 : - - Cleanup, and libtoolize. - -*gtk-engines-0.12-r2 (1 Feb 2002) - - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. diff --git a/x11-libs/gtk-engines/files/digest-gtk-engines-0.12-r2 b/x11-libs/gtk-engines/files/digest-gtk-engines-0.12-r2 deleted file mode 100644 index f9ca1ccd8414..000000000000 --- a/x11-libs/gtk-engines/files/digest-gtk-engines-0.12-r2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 c867d1ebd6dbea355765d689a11330ec gtk-engines-0.12.tar.gz 653438 -MD5 c6bc873959a4ea299c0c80d10f7dd109 Xenophilia-1.2.x.tar.gz 101229 diff --git a/x11-libs/gtk-engines/files/digest-gtk-engines-1.9.0 b/x11-libs/gtk-engines/files/digest-gtk-engines-1.9.0 deleted file mode 100644 index 1fd5c3965a84..000000000000 --- a/x11-libs/gtk-engines/files/digest-gtk-engines-1.9.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 d77b10a9e73226a306a32d5c89ba066d gtk-engines-1.9.0.tar.bz2 396291 diff --git a/x11-libs/gtk-engines/gtk-engines-0.12-r2.ebuild b/x11-libs/gtk-engines/gtk-engines-0.12-r2.ebuild deleted file mode 100644 index d65f9410e122..000000000000 --- a/x11-libs/gtk-engines/gtk-engines-0.12-r2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2002 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-engines/gtk-engines-0.12-r2.ebuild,v 1.2 2002/04/14 09:45:33 azarah Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="gtk-engines" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz - http://download.themes.org/gtk/Xenophilia-1.2.x.tar.gz" -HOMEPAGE="http://www.gnome.org/" - -DEPEND="virtual/glibc virtual/x11 - >=media-libs/imlib-1.9.10-r1" - -src_unpack() { - unpack ${P}.tar.gz - - cd ${S} - unpack Xenophilia-1.2.x.tar.gz -} - -src_compile() { - libtoolize --copy --force - - ./configure --host=${CHOST} \ - --prefix=/usr || die - - make || die - - cd ${S}/Xenophilia-0.7 - make PREFIX=/usr \ - FONTDIR=/usr/X11R6/lib/X11/fonts/misc || die -} - -src_install() { - make prefix=${D}/usr install || die - - dodoc AUTHORS COPYING* ChangeLog README NEWS - - cd Xenophilia-0.7 - make PREFIX=${D}/usr \ - FONTDIR=/usr/X11R6/lib/X11/fonts/misc \ - install || die - - dodoc AUTHORS CONFIGURATION TODO COPYING* ChangeLog README -} - diff --git a/x11-libs/gtk-engines/gtk-engines-1.9.0.ebuild b/x11-libs/gtk-engines/gtk-engines-1.9.0.ebuild deleted file mode 100644 index 8a950b88c912..000000000000 --- a/x11-libs/gtk-engines/gtk-engines-1.9.0.ebuild +++ /dev/null @@ -1,43 +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/x11-libs/gtk-engines/gtk-engines-1.9.0.ebuild,v 1.2 2002/06/29 13:56:33 seemant 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" - -S=${WORKDIR}/${P} -DESCRIPTION="gtk2 engines" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" -HOMEPAGE="http://www.gnome.org/" -SLOT="2" -LICENSE="GPL-2" - -RDEPEND=">=x11-libs/gtk+-2.0.0" - -DEPEND=">=dev-util/pkgconfig-0.12.0 ${RDEPEND}" - -src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --enable-platform-gnome-2 \ - --enable-debug=yes || die - 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 COPYING ChangeLog INSTALL NEWS README TODO -} - diff --git a/x11-libs/gtk-thinice-engine/ChangeLog b/x11-libs/gtk-thinice-engine/ChangeLog deleted file mode 100644 index cae0b7868281..000000000000 --- a/x11-libs/gtk-thinice-engine/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for x11-libs/gtk-thinice-engine -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-thinice-engine/ChangeLog,v 1.3 2002/06/14 00:14:24 spider Exp $ - -*gtk-thinice-engine-2.0.1 (13 Jun 2002) - 13 Jun 2002 ;Spider <spider@gentoo.org> gtk-thinice-engine-2.0.1.ebuild ChangeLog : - reformat ChangeLog - gentooify the ebuild some more - lintoolize - -*gtk-thinice-engine-2.0.0 (20 Mar 2002) - 20 Mar 2002; Spider <spider@gentoo.org> gtk-thinice-engine-2.0.0.ebuild : - First attempt at an ebuild diff --git a/x11-libs/gtk-thinice-engine/files/digest-gtk-thinice-engine-2.0.0 b/x11-libs/gtk-thinice-engine/files/digest-gtk-thinice-engine-2.0.0 deleted file mode 100644 index 00eee6986b5d..000000000000 --- a/x11-libs/gtk-thinice-engine/files/digest-gtk-thinice-engine-2.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 29244ede228b4cb537ec4113af3193ac gtk-thinice-engine-2.0.0.tar.gz 169948 diff --git a/x11-libs/gtk-thinice-engine/files/digest-gtk-thinice-engine-2.0.1 b/x11-libs/gtk-thinice-engine/files/digest-gtk-thinice-engine-2.0.1 deleted file mode 100644 index 1840e6bb4730..000000000000 --- a/x11-libs/gtk-thinice-engine/files/digest-gtk-thinice-engine-2.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2ebc1269cc6dcc5e748dd9ef2e76ed85 gtk-thinice-engine-2.0.1.tar.gz 173913 diff --git a/x11-libs/gtk-thinice-engine/gtk-thinice-engine-2.0.0.ebuild b/x11-libs/gtk-thinice-engine/gtk-thinice-engine-2.0.0.ebuild deleted file mode 100644 index 646513ac2c78..000000000000 --- a/x11-libs/gtk-thinice-engine/gtk-thinice-engine-2.0.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Spider <spider@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-thinice-engine/gtk-thinice-engine-2.0.0.ebuild,v 1.3 2002/04/27 23:34:20 bangert Exp $ - -SLOT="0" -S=${WORKDIR}/${P} -DESCRIPTION="Gtk engine, thinice" -SRC_URI="http://thinice.sourceforge.net/${P}.tar.gz" -HOMEPAGE="http://thinice.sourceforge.net" - -DEPEND=">=x11-libs/gtk+-2.0.0" - -src_compile() { - ./configure --prefix=/usr --host=${CHOST} || die - emake || die -} - -src_install () { - make prefix=${D}/usr install || die - dodoc AUTHORS COPYING INSTALL NEWS README TODO -} - diff --git a/x11-libs/gtk-thinice-engine/gtk-thinice-engine-2.0.1.ebuild b/x11-libs/gtk-thinice-engine/gtk-thinice-engine-2.0.1.ebuild deleted file mode 100644 index bb5ed418f3c2..000000000000 --- a/x11-libs/gtk-thinice-engine/gtk-thinice-engine-2.0.1.ebuild +++ /dev/null @@ -1,24 +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/x11-libs/gtk-thinice-engine/gtk-thinice-engine-2.0.1.ebuild,v 1.1 2002/06/14 00:14:24 spider Exp $ - -SLOT="0" -S=${WORKDIR}/${P} -DESCRIPTION="Gtk engine, thinice" -SRC_URI="http://thinice.sourceforge.net/${P}.tar.gz" -HOMEPAGE="http://thinice.sourceforge.net" - -DEPEND=">=x11-libs/gtk+-2.0.0" -RDEPEND=$DEPEND -LICENSE="GPL-2" - -src_compile() { - econf - emake || die -} - -src_install () { - einstall - dodoc AUTHORS COPYING INSTALL NEWS README TODO -} - diff --git a/x11-libs/gtk-thinice-theme/ChangeLog b/x11-libs/gtk-thinice-theme/ChangeLog deleted file mode 100644 index d8230d51e037..000000000000 --- a/x11-libs/gtk-thinice-theme/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for x11-libs/gtk-thinice-theme -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-thinice-theme/ChangeLog,v 1.1 2002/02/01 21:53:38 gbevin Exp $ - -*gtk-thinice-theme-1.0.4-r1 (1 Feb 2002) - - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. diff --git a/x11-libs/gtk-thinice-theme/files/digest-gtk-thinice-theme-1.0.4-r1 b/x11-libs/gtk-thinice-theme/files/digest-gtk-thinice-theme-1.0.4-r1 deleted file mode 100644 index 026c6c21eec4..000000000000 --- a/x11-libs/gtk-thinice-theme/files/digest-gtk-thinice-theme-1.0.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f2b6e8f4c3ea3710e27a59195f2abc9a gtk-thinice-theme-1.0.4.tar.gz 136407 diff --git a/x11-libs/gtk-thinice-theme/gtk-thinice-theme-1.0.4-r1.ebuild b/x11-libs/gtk-thinice-theme/gtk-thinice-theme-1.0.4-r1.ebuild deleted file mode 100644 index 8d014585f4c8..000000000000 --- a/x11-libs/gtk-thinice-theme/gtk-thinice-theme-1.0.4-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-thinice-theme/gtk-thinice-theme-1.0.4-r1.ebuild,v 1.3 2002/05/23 06:50:19 seemant Exp $ - - -S=${WORKDIR}/${P} -DESCRIPTION="Gtk engine, thinice" -SRC_URI="http://thinice.sourceforge.net/${P}.tar.gz" -HOMEPAGE="http://thinice.sourceforge.net" - -DEPEND="=x11-libs/gtk+-1.2*" - -src_compile() { - ./configure --prefix=/usr --host=${CHOST} || die - emake || die -} - -src_install () { - make prefix=${D}/usr install || die -} diff --git a/x11-libs/qt/files/digest-qt-2.3.2-r2 b/x11-libs/qt/files/digest-qt-2.3.2-r2 new file mode 100644 index 000000000000..a0f2871d4ee3 --- /dev/null +++ b/x11-libs/qt/files/digest-qt-2.3.2-r2 @@ -0,0 +1 @@ +MD5 8b74c7bd9ff0c4752a009f2e5a6482e4 qt-x11-2.3.2.tar.gz 8978412 diff --git a/x11-libs/xforms/files/digest-xforms-089-r2 b/x11-libs/xforms/files/digest-xforms-089-r2 index 9bc3f8831b0a..e212c818466e 100644 --- a/x11-libs/xforms/files/digest-xforms-089-r2 +++ b/x11-libs/xforms/files/digest-xforms-089-r2 @@ -1 +1 @@ -MD5 43ae056706012562ce1313af0382b1e0 bxform-089-glibc2.1-ppc.tgz 1387756 +MD5 a64e3c487c7c417f1d925edd52c51afe bxform-089-glibc2.1.tgz 1211309 |