diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-01-28 13:49:56 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-01-28 13:49:56 +0000 |
commit | 83e46fc7378adff1ab56c96c641e53e151d428e9 (patch) | |
tree | 15bd3a6249ad0dc0d9a1a4f79a8e8aeb967c3dab /x11-libs/ViewKlass | |
parent | no need to bzip a smallish patch (diff) | |
download | historical-83e46fc7378adff1ab56c96c641e53e151d428e9.tar.gz historical-83e46fc7378adff1ab56c96c641e53e151d428e9.tar.bz2 historical-83e46fc7378adff1ab56c96c641e53e151d428e9.zip |
remove old versions
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-libs/ViewKlass')
-rw-r--r-- | x11-libs/ViewKlass/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/ViewKlass/Manifest | 5 | ||||
-rw-r--r-- | x11-libs/ViewKlass/ViewKlass-0.6.0.ebuild | 29 | ||||
-rw-r--r-- | x11-libs/ViewKlass/files/ViewKlass-0.6.0-gentoo.patch.gz | bin | 8810 -> 0 bytes | |||
-rw-r--r-- | x11-libs/ViewKlass/files/digest-ViewKlass-0.6.0 | 1 |
5 files changed, 7 insertions, 36 deletions
diff --git a/x11-libs/ViewKlass/ChangeLog b/x11-libs/ViewKlass/ChangeLog index 719a6e3e5c36..b4fb40a870fd 100644 --- a/x11-libs/ViewKlass/ChangeLog +++ b/x11-libs/ViewKlass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/ViewKlass -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/ViewKlass/ChangeLog,v 1.9 2004/09/03 15:35:19 pvdabeel Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/ViewKlass/ChangeLog,v 1.10 2006/01/28 13:49:56 blubb Exp $ + + 28 Jan 2006; Simon Stelling <blubb@gentoo.org> + -files/ViewKlass-0.6.0-gentoo.patch.gz, -ViewKlass-0.6.0.ebuild: + remove old versions 03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> ViewKlass-0.7.0.ebuild: diff --git a/x11-libs/ViewKlass/Manifest b/x11-libs/ViewKlass/Manifest index a95501fca8b2..b7a3abd865e9 100644 --- a/x11-libs/ViewKlass/Manifest +++ b/x11-libs/ViewKlass/Manifest @@ -1,6 +1,3 @@ -MD5 f03bf989086c5d7f4d23e23909f09982 ChangeLog 1308 -MD5 2268a9a54f249828b6dd37d5037cf9d0 ViewKlass-0.6.0.ebuild 838 +MD5 8a15493c659ecc8c9a436e22baece302 ChangeLog 1445 MD5 91fec85cbb7d9d51b1c7796eb88fca00 ViewKlass-0.7.0.ebuild 789 -MD5 f0a90700a678d09e23a00056fe8e774f files/ViewKlass-0.6.0-gentoo.patch.gz 8810 -MD5 36b02a31ee3dcda42c1d897e0e75a977 files/digest-ViewKlass-0.6.0 67 MD5 9ddd4d4de3bed0944ab8c6aa079eac55 files/digest-ViewKlass-0.7.0 67 diff --git a/x11-libs/ViewKlass/ViewKlass-0.6.0.ebuild b/x11-libs/ViewKlass/ViewKlass-0.6.0.ebuild deleted file mode 100644 index 0387c9ca7570..000000000000 --- a/x11-libs/ViewKlass/ViewKlass-0.6.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/ViewKlass/ViewKlass-0.6.0.ebuild,v 1.8 2004/06/24 22:08:22 agriffis Exp $ - -IUSE="" - -DESCRIPTION="An implementation of the ViewKit user interface library" -SRC_URI="mirror://sourceforge/viewklass/${P}.tar.gz" -RESTRICT="nomirror" -HOMEPAGE="http://viewklass.sourceforge.net" -LICENSE="LGPL-2.1" - -DEPEND="x11-libs/openmotif" - -SLOT="0" -KEYWORDS="~x86 ~sparc" - -src_compile() { - zcat ${FILESDIR}/${P}-gentoo.patch| patch -p1 || die - ./configure --prefix=/usr || die "./configure failed" - make CXXFLAGS="${CXXFLAGS} -I. -I/usr/X11R6/include" \ - CFLAGS="${CXXFLAGS} -I. -I/usr/X11R6/include" || die -} - -src_install () { - dodir /usr/lib - make prefix=${D}/usr install || die - dodoc INSTALL COPYING -} diff --git a/x11-libs/ViewKlass/files/ViewKlass-0.6.0-gentoo.patch.gz b/x11-libs/ViewKlass/files/ViewKlass-0.6.0-gentoo.patch.gz Binary files differdeleted file mode 100644 index 897f82b9e13a..000000000000 --- a/x11-libs/ViewKlass/files/ViewKlass-0.6.0-gentoo.patch.gz +++ /dev/null diff --git a/x11-libs/ViewKlass/files/digest-ViewKlass-0.6.0 b/x11-libs/ViewKlass/files/digest-ViewKlass-0.6.0 deleted file mode 100644 index e09967dc46d2..000000000000 --- a/x11-libs/ViewKlass/files/digest-ViewKlass-0.6.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 90395d31bda325f312d645c1ffaec48b ViewKlass-0.6.0.tar.gz 104372 |