diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-05-12 19:52:20 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-05-12 19:52:20 +0000 |
commit | 637c587cbe4cece89ac8010419bb9ae56a760d09 (patch) | |
tree | 326a1939ddb11f8a513c9b45da170e1445ba31ed /gnome-base | |
parent | Drop ~mips keyword until net-www/apache-2.0.54-r5 (plus deps) has been keywor... (diff) | |
download | gentoo-2-637c587cbe4cece89ac8010419bb9ae56a760d09.tar.gz gentoo-2-637c587cbe4cece89ac8010419bb9ae56a760d09.tar.bz2 gentoo-2-637c587cbe4cece89ac8010419bb9ae56a760d09.zip |
Removing old ebuilds
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libglade/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/libglade/files/digest-libglade-2.0.1 | 1 | ||||
-rw-r--r-- | gnome-base/libglade/files/digest-libglade-2.3.6 | 1 | ||||
-rw-r--r-- | gnome-base/libglade/libglade-0.17-r6.ebuild | 4 | ||||
-rw-r--r-- | gnome-base/libglade/libglade-2.0.1.ebuild | 58 | ||||
-rw-r--r-- | gnome-base/libglade/libglade-2.3.6.ebuild | 60 |
6 files changed, 8 insertions, 124 deletions
diff --git a/gnome-base/libglade/ChangeLog b/gnome-base/libglade/ChangeLog index af9aff203c4d..ad8111c23966 100644 --- a/gnome-base/libglade/ChangeLog +++ b/gnome-base/libglade/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/libglade -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.62 2005/05/11 16:02:25 gmsoft Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.63 2005/05/12 19:52:19 leonardop Exp $ + + 12 May 2005; Leonardo Boshell <leonardop@gentoo.org> libglade-0.17-r6.ebuild, + libglade-2.0.1.ebuild, libglade-2.3.6.ebuild: + Corrected small typo in DESCRIPTION. Removed outdated ebuilds. 11 May 2005; Guy Martin <gmsoft@gentoo.org> libglade-2.4.2.ebuild: Stable on hppa. diff --git a/gnome-base/libglade/files/digest-libglade-2.0.1 b/gnome-base/libglade/files/digest-libglade-2.0.1 deleted file mode 100644 index d08dfb7f82f4..000000000000 --- a/gnome-base/libglade/files/digest-libglade-2.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4d93f6b01510013ae429e91af432cfe2 libglade-2.0.1.tar.bz2 264646 diff --git a/gnome-base/libglade/files/digest-libglade-2.3.6 b/gnome-base/libglade/files/digest-libglade-2.3.6 deleted file mode 100644 index 06085237dddc..000000000000 --- a/gnome-base/libglade/files/digest-libglade-2.3.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 f579c881b95e6dee0f55f82940eb2004 libglade-2.3.6.tar.bz2 343224 diff --git a/gnome-base/libglade/libglade-0.17-r6.ebuild b/gnome-base/libglade/libglade-0.17-r6.ebuild index 1675838a470d..7b3ffb05bb3b 100644 --- a/gnome-base/libglade/libglade-0.17-r6.ebuild +++ b/gnome-base/libglade/libglade-0.17-r6.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-0.17-r6.ebuild,v 1.28 2005/02/12 11:06:20 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-0.17-r6.ebuild,v 1.29 2005/05/12 19:52:19 leonardop Exp $ #provide Xmake and Xemake inherit libtool virtualx gnome.org -DESCRIPTION="allow programs to load their UIs from an XMLS description at runtime." +DESCRIPTION="Allow programs to load their UIs from an XML description at runtime." HOMEPAGE="http://developer.gnome.org/doc/API/libglade/libglade.html" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/sources/${PN}/${PV}/${P}.tar.gz" diff --git a/gnome-base/libglade/libglade-2.0.1.ebuild b/gnome-base/libglade/libglade-2.0.1.ebuild deleted file mode 100644 index 7e89679933d0..000000000000 --- a/gnome-base/libglade/libglade-2.0.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.0.1.ebuild,v 1.23 2005/02/12 11:06:20 joem Exp $ - -inherit gnome2 gnuconfig - -DESCRIPTION="GLADE is a interface builder" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2.1" -SLOT="2.0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc sparc x86" -IUSE="doc nls" - -RDEPEND=">=dev-libs/glib-2.0.6 - >=x11-libs/gtk+-2.0.6 - >=dev-libs/atk-1.0.3 - >=dev-libs/expat-1.95 - dev-python/pyxml - >=dev-lang/python-2.0-r7 - >=dev-libs/libxml2-2.4.24 - nls? ( >=sys-devel/gettext-0.10.40 )" - -DEPEND=">=dev-util/pkgconfig-0.12.0 - ${RDEPEND} - doc? ( dev-util/gtk-doc ) - app-text/docbook-xml-dtd" - -src_compile() { - ## allow for configuration on mips systems - gnuconfig_update - ## patch for xml stuff - patch -p0 < ${FILESDIR}/Makefile.in.am-xmlcatalog.patch - gnome2_src_configure - emake || die "die a horrible death" -} -DOCS="ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README" - - -src_install() { - dodir /etc/xml - gnome2_src_install -} - - -pkg_postinst() { - echo ">>> Updating XML catalog" - /usr/bin/xmlcatalog --noout --add "system" \ - "http://glade.gnome.org/glade-2.0.dtd" \ - /usr/share/xml/libglade/glade-2.0.dtd /etc/xml/catalog - gnome2_pkg_postinst -} - -pkg_postrm() { - echo ">>> removing entries from the XML catalog" - /usr/bin/xmlcatalog --noout --del \ - /usr/share/xml/libglade/glade-2.0.dtd /etc/xml/catalog -} diff --git a/gnome-base/libglade/libglade-2.3.6.ebuild b/gnome-base/libglade/libglade-2.3.6.ebuild deleted file mode 100644 index dda8d7459fbb..000000000000 --- a/gnome-base/libglade/libglade-2.3.6.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.3.6.ebuild,v 1.12 2005/02/12 11:06:20 joem Exp $ - -# FIXME : catalog stuff -inherit gnome2 - -DESCRIPTION="GLADE is a interface builder" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2" -SLOT="2.0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc sparc x86" -IUSE="doc" - -RDEPEND=">=dev-libs/glib-2.3.1 - >=x11-libs/gtk+-2.3 - >=dev-libs/atk-1 - >=dev-libs/libxml2-2.4.10 - >=dev-lang/python-2.0-r7" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0 - doc? ( >=dev-util/gtk-doc-1 )" - -src_compile() { - - ## patch for xml stuff - patch -p0 < ${FILESDIR}/Makefile.in.am-xmlcatalog.patch - - gnome2_src_compile - -} - -DOCS="ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README" - -src_install() { - - dodir /etc/xml - gnome2_src_install - -} - - -pkg_postinst() { - - echo ">>> Updating XML catalog" - /usr/bin/xmlcatalog --noout --add "system" \ - "http://glade.gnome.org/glade-2.0.dtd" \ - /usr/share/xml/libglade/glade-2.0.dtd /etc/xml/catalog - gnome2_pkg_postinst - -} - -pkg_postrm() { - - echo ">>> removing entries from the XML catalog" - /usr/bin/xmlcatalog --noout --del \ - /usr/share/xml/libglade/glade-2.0.dtd /etc/xml/catalog - -} |