diff options
author | Vadim Kuznetsov <vadimk@gentoo.org> | 2011-09-08 16:12:55 +0000 |
---|---|---|
committer | Vadim Kuznetsov <vadimk@gentoo.org> | 2011-09-08 16:12:55 +0000 |
commit | 8656d3e7674bcaaacb7704494138437e01d3f047 (patch) | |
tree | d33519869ff26f4982c045091c1b33a999b7c66d /x11-libs/libview | |
parent | http://my.opera.com/desktopteam/blog/2011/09/08/wahoo-12-00-extensions-improv... (diff) | |
download | gentoo-2-8656d3e7674bcaaacb7704494138437e01d3f047.tar.gz gentoo-2-8656d3e7674bcaaacb7704494138437e01d3f047.tar.bz2 gentoo-2-8656d3e7674bcaaacb7704494138437e01d3f047.zip |
removed old ebuilds
(Portage version: 2.1.10.14/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libview')
-rw-r--r-- | x11-libs/libview/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libview/libview-0.5.6-r1.ebuild | 27 | ||||
-rw-r--r-- | x11-libs/libview/libview-0.6.1.ebuild | 28 |
3 files changed, 5 insertions, 56 deletions
diff --git a/x11-libs/libview/ChangeLog b/x11-libs/libview/ChangeLog index 580fa2571c65..efc036136105 100644 --- a/x11-libs/libview/ChangeLog +++ b/x11-libs/libview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libview # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.12 2011/03/29 07:20:54 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.13 2011/09/08 16:12:55 vadimk Exp $ + + 08 Sep 2011; Vadim Kuznetsov <vadimk@gentoo.org> -libview-0.5.6-r1.ebuild, + -libview-0.6.1.ebuild: + cleanup 29 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> libview-0.5.6-r1.ebuild, libview-0.6.1.ebuild, libview-0.6.2.ebuild, diff --git a/x11-libs/libview/libview-0.5.6-r1.ebuild b/x11-libs/libview/libview-0.5.6-r1.ebuild deleted file mode 100644 index 5efdb01ca524..000000000000 --- a/x11-libs/libview/libview-0.5.6-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/libview-0.5.6-r1.ebuild,v 1.4 2011/03/29 07:20:54 nirbheek Exp $ - -EAPI="1" - -inherit gnome2 eutils - -DESCRIPTION="VMware's Incredibly Exciting Widgets" -HOMEPAGE="http://view.sourceforge.net" -SRC_URI="mirror://sourceforge/view/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.4.0:2 - dev-cpp/gtkmm:2.4" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - gnome2_src_unpack - cd "${S}" - epatch "${FILESDIR}"/${PN}-0.5.6-pcfix.patch -} diff --git a/x11-libs/libview/libview-0.6.1.ebuild b/x11-libs/libview/libview-0.6.1.ebuild deleted file mode 100644 index f096869cb5ed..000000000000 --- a/x11-libs/libview/libview-0.6.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/libview-0.6.1.ebuild,v 1.2 2011/03/29 07:20:54 nirbheek Exp $ - -EAPI="1" - -inherit gnome2 eutils - -DESCRIPTION="VMware's Incredibly Exciting Widgets" -HOMEPAGE="http://view.sourceforge.net" -SRC_URI="mirror://sourceforge/view/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.4.0:2 - dev-cpp/gtkmm:2.4" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - gnome2_src_unpack - - # Fix the pkgconfig file - epatch "${FILESDIR}"/${PN}-0.5.6-pcfix.patch -} |