summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-07-06 20:54:30 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-07-06 20:54:30 +0000
commit55a18e033cf2d2d5731e6c377fa5000009067d3a (patch)
tree2132b9b1e149347ac5d923fe125466d35fc36d0f /x11-libs/libfm
parentKeyword ~ppc64 wrt #313321 (diff)
downloadgentoo-2-55a18e033cf2d2d5731e6c377fa5000009067d3a.tar.gz
gentoo-2-55a18e033cf2d2d5731e6c377fa5000009067d3a.tar.bz2
gentoo-2-55a18e033cf2d2d5731e6c377fa5000009067d3a.zip
Remove old ebuilds
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libfm')
-rw-r--r--x11-libs/libfm/ChangeLog6
-rw-r--r--x11-libs/libfm/libfm-0.1.11.ebuild33
-rw-r--r--x11-libs/libfm/libfm-0.1.5.ebuild33
-rw-r--r--x11-libs/libfm/libfm-0.1.9.ebuild33
4 files changed, 5 insertions, 100 deletions
diff --git a/x11-libs/libfm/ChangeLog b/x11-libs/libfm/ChangeLog
index a3f587f16201..9b4181ade75b 100644
--- a/x11-libs/libfm/ChangeLog
+++ b/x11-libs/libfm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.8 2010/06/22 14:27:31 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.9 2010/07/06 20:54:30 hwoarang Exp $
+
+ 06 Jul 2010; Markos Chandras <hwoarang@gentoo.org> -libfm-0.1.5.ebuild,
+ -libfm-0.1.9.ebuild, -libfm-0.1.11.ebuild:
+ Remove old ebuilds
*libfm-9999 (22 Jun 2010)
diff --git a/x11-libs/libfm/libfm-0.1.11.ebuild b/x11-libs/libfm/libfm-0.1.11.ebuild
deleted file mode 100644
index 2b246a9c520d..000000000000
--- a/x11-libs/libfm/libfm-0.1.11.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.11.ebuild,v 1.1 2010/05/02 20:46:39 vostorga Exp $
-
-EAPI="2"
-inherit eutils
-
-DESCRIPTION="Library for file management"
-HOMEPAGE="http://pcmanfm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/pcmanfm/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug demo"
-
-RDEPEND=">=dev-libs/glib-2.18:2
- >=x11-libs/gtk+-2.16:2
- >=lxde-base/menu-cache-0.3.2"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- dev-util/pkgconfig
- sys-devel/gettext"
-
-src_configure() {
- strip-linguas -i "${S}/po"
- econf --sysconfdir=/etc $(use_enable debug) $(use_enable demo)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS TODO || die
-}
diff --git a/x11-libs/libfm/libfm-0.1.5.ebuild b/x11-libs/libfm/libfm-0.1.5.ebuild
deleted file mode 100644
index e130b266e68e..000000000000
--- a/x11-libs/libfm/libfm-0.1.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.5.ebuild,v 1.2 2010/03/13 16:30:05 yngwin Exp $
-
-EAPI="2"
-inherit eutils
-
-DESCRIPTION="Library for file management"
-HOMEPAGE="http://pcmanfm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/pcmanfm/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug demo"
-
-RDEPEND="dev-libs/glib:2
- x11-libs/gtk+:2
- >=lxde-base/menu-cache-0.3.2"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- dev-util/pkgconfig
- sys-devel/gettext"
-
-src_configure() {
- strip-linguas -i "${S}/po"
- econf --sysconfdir=/etc $(use_enable debug) $(use_enable demo)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS TODO || die
-}
diff --git a/x11-libs/libfm/libfm-0.1.9.ebuild b/x11-libs/libfm/libfm-0.1.9.ebuild
deleted file mode 100644
index 9f0bbc89894f..000000000000
--- a/x11-libs/libfm/libfm-0.1.9.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.9.ebuild,v 1.1 2010/03/18 17:15:57 hwoarang Exp $
-
-EAPI="2"
-inherit eutils
-
-DESCRIPTION="Library for file management"
-HOMEPAGE="http://pcmanfm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/pcmanfm/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug demo"
-
-RDEPEND="dev-libs/glib:2
- x11-libs/gtk+:2
- >=lxde-base/menu-cache-0.3.2"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- dev-util/pkgconfig
- sys-devel/gettext"
-
-src_configure() {
- strip-linguas -i "${S}/po"
- econf --sysconfdir=/etc $(use_enable debug) $(use_enable demo)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS TODO || die
-}