diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-07-08 04:43:55 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-07-08 04:43:55 +0000 |
commit | d609eb9dee723727948e84d5ecb57d24faf67b3b (patch) | |
tree | cc111914549da586c7ad89b33446389f51c50e5f /gnome-base/libgnomeprintui | |
parent | removed stale digest (diff) | |
download | gentoo-2-d609eb9dee723727948e84d5ecb57d24faf67b3b.tar.gz gentoo-2-d609eb9dee723727948e84d5ecb57d24faf67b3b.tar.bz2 gentoo-2-d609eb9dee723727948e84d5ecb57d24faf67b3b.zip |
removed stale versions
Diffstat (limited to 'gnome-base/libgnomeprintui')
4 files changed, 0 insertions, 102 deletions
diff --git a/gnome-base/libgnomeprintui/files/digest-libgnomeprintui-1.113.0 b/gnome-base/libgnomeprintui/files/digest-libgnomeprintui-1.113.0 deleted file mode 100644 index 89efb599ade7..000000000000 --- a/gnome-base/libgnomeprintui/files/digest-libgnomeprintui-1.113.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 0e6b2263d3f606679fa729a7f5105025 libgnomeprintui-1.113.0.tar.bz2 271090 diff --git a/gnome-base/libgnomeprintui/files/digest-libgnomeprintui-1.114.0 b/gnome-base/libgnomeprintui/files/digest-libgnomeprintui-1.114.0 deleted file mode 100644 index 0d99f174676d..000000000000 --- a/gnome-base/libgnomeprintui/files/digest-libgnomeprintui-1.114.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 6f3a3b89c65182d35a1d3c57163d6f31 libgnomeprintui-1.114.0.tar.bz2 273457 diff --git a/gnome-base/libgnomeprintui/libgnomeprintui-1.113.0.ebuild b/gnome-base/libgnomeprintui/libgnomeprintui-1.113.0.ebuild deleted file mode 100644 index f58d44c8d98a..000000000000 --- a/gnome-base/libgnomeprintui/libgnomeprintui-1.113.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author: Spider <spider@gentoo.org> -# Maintainer: Spider <spider@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-1.113.0.ebuild,v 1.1 2002/06/02 18:07:41 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" - - -S=${WORKDIR}/${P} -DESCRIPTION="user interface libraries for gnome print" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" -HOMEPAGE="http://www.gnome.org/" -SLOT="0" -LICENSE="GPL-2 LGPL-2.1" - -RDEPEND=">=gnome-base/libgnomeui-1.112.1 - >=gnome-extra/libgnomeprint-1.112.0 - >=gnome-base/libgnomecanvas-1.112.1" - -DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" - -src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --enable-debug=yes || die "configure failure" - - emake || die "compile failure" -} - -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 -} - diff --git a/gnome-base/libgnomeprintui/libgnomeprintui-1.114.0.ebuild b/gnome-base/libgnomeprintui/libgnomeprintui-1.114.0.ebuild deleted file mode 100644 index 4fb670de219a..000000000000 --- a/gnome-base/libgnomeprintui/libgnomeprintui-1.114.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author: Spider <spider@gentoo.org> -# Maintainer: Spider <spider@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-1.114.0.ebuild,v 1.2 2002/06/03 01:53:49 spider 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="user interface libraries for gnome print" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" -HOMEPAGE="http://www.gnome.org/" -SLOT="0" -LICENSE="GPL-2 LGPL-2.1" - -RDEPEND=">=gnome-base/libgnomeui-1.117.2 - >=gnome-base/libgnomeprint-1.114.0 - >=gnome-base/libgnomecanvas-1.112.1" - -DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" - -src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --enable-debug=yes || die "configure failure" - - emake || die "compile failure" -} - -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 -} - |