diff options
author | Vadim Kuznetsov <vadimk@gentoo.org> | 2011-09-14 18:11:42 +0000 |
---|---|---|
committer | Vadim Kuznetsov <vadimk@gentoo.org> | 2011-09-14 18:11:42 +0000 |
commit | 078388a0068985ad36a6c8b65319b60cf18b1a7f (patch) | |
tree | 42b8bd685764eefa3e6eb3b7b723dc64ca02f471 /x11-libs/libview | |
parent | Run the configure phase for the package only in the pkg_config. Fixes bug #38... (diff) | |
download | gentoo-2-078388a0068985ad36a6c8b65319b60cf18b1a7f.tar.gz gentoo-2-078388a0068985ad36a6c8b65319b60cf18b1a7f.tar.bz2 gentoo-2-078388a0068985ad36a6c8b65319b60cf18b1a7f.zip |
removed older ebuilds
(Portage version: 2.1.10.16/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.6.2.ebuild | 30 | ||||
-rw-r--r-- | x11-libs/libview/libview-0.6.6.ebuild | 33 |
3 files changed, 5 insertions, 64 deletions
diff --git a/x11-libs/libview/ChangeLog b/x11-libs/libview/ChangeLog index efcecd2fa450..6681fb07f830 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.16 2011/09/12 21:08:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.17 2011/09/14 18:11:42 vadimk Exp $ + + 14 Sep 2011; Vadim Kuznetsov <vadimk@gentoo.org> -libview-0.6.2.ebuild, + -libview-0.6.6.ebuild: + remove older ebuilds 12 Sep 2011; Markus Meier <maekke@gentoo.org> libview-0.6.6-r1.ebuild: x86 stable, bug #382187 diff --git a/x11-libs/libview/libview-0.6.2.ebuild b/x11-libs/libview/libview-0.6.2.ebuild deleted file mode 100644 index bcab155ebfed..000000000000 --- a/x11-libs/libview/libview-0.6.2.ebuild +++ /dev/null @@ -1,30 +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.2.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" - -G2CONF="--enable-deprecated" - -src_unpack() { - gnome2_src_unpack - - # Fix the pkgconfig file - epatch "${FILESDIR}"/${PN}-0.5.6-pcfix.patch -} diff --git a/x11-libs/libview/libview-0.6.6.ebuild b/x11-libs/libview/libview-0.6.6.ebuild deleted file mode 100644 index 69c92681fc43..000000000000 --- a/x11-libs/libview/libview-0.6.6.ebuild +++ /dev/null @@ -1,33 +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.6.ebuild,v 1.2 2011/03/29 07:20:54 nirbheek Exp $ - -EAPI=3 - -inherit autotools eutils gnome2 - -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" - -G2CONF="--enable-deprecated" - -src_unpack() { - gnome2_src_unpack -} - -src_prepare() { - # Fix the pkgconfig file - epatch "${FILESDIR}"/${PN}-0.5.6-pcfix.patch - eautoreconf -i -} |