summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2009-03-21 22:12:15 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2009-03-21 22:12:15 +0000
commit1ff9744eaa8181c6933aa067a8bf4cf4b6f0deea (patch)
treebd2060c2cc4086bd45e5a56c6d0e993ab5a38888 /app-misc/emelfm2
parentVersion bump, remove old (diff)
downloadgentoo-2-1ff9744eaa8181c6933aa067a8bf4cf4b6f0deea.tar.gz
gentoo-2-1ff9744eaa8181c6933aa067a8bf4cf4b6f0deea.tar.bz2
gentoo-2-1ff9744eaa8181c6933aa067a8bf4cf4b6f0deea.zip
Remove old versions.
(Portage version: 2.1.6.9/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/emelfm2')
-rw-r--r--app-misc/emelfm2/ChangeLog6
-rw-r--r--app-misc/emelfm2/emelfm2-0.3.5.ebuild55
-rw-r--r--app-misc/emelfm2/emelfm2-0.4.ebuild63
3 files changed, 5 insertions, 119 deletions
diff --git a/app-misc/emelfm2/ChangeLog b/app-misc/emelfm2/ChangeLog
index 18a48774cdd5..0e644510a7ae 100644
--- a/app-misc/emelfm2/ChangeLog
+++ b/app-misc/emelfm2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/emelfm2
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/emelfm2/ChangeLog,v 1.25 2009/03/18 18:11:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/emelfm2/ChangeLog,v 1.26 2009/03/21 22:12:15 nelchael Exp $
+
+ 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org> -emelfm2-0.3.5.ebuild,
+ -emelfm2-0.4.ebuild:
+ Remove old versions.
18 Mar 2009; Brent Baude <ranger@gentoo.org> emelfm2-0.4.1.ebuild:
stable ppc, bug 259212
diff --git a/app-misc/emelfm2/emelfm2-0.3.5.ebuild b/app-misc/emelfm2/emelfm2-0.3.5.ebuild
deleted file mode 100644
index 60b3a80ddadd..000000000000
--- a/app-misc/emelfm2/emelfm2-0.3.5.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/emelfm2/emelfm2-0.3.5.ebuild,v 1.2 2007/09/07 19:12:16 josejx Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A file manager that implements the popular two-pane design"
-HOMEPAGE="http://emelfm2.net"
-SRC_URI="http://${PN}.net/rel/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc ~ppc64 ~sparc ~x86"
-IUSE="unicode fam"
-
-RESTRICT="test"
-
-DEPEND=">=x11-libs/gtk+-2.6
- fam? ( virtual/fam )"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i -e "s:emelfm2/emelfm2_48.png:emelfm2.png:" docs/desktop_environment/emelfm2.desktop
-}
-
-src_compile() {
- local myconf
-
- if use unicode; then
- myconf="FILES_UTF8ONLY=1"
- fi
-
- if use fam; then
- if has_version "app-admin/gamin"; then
- myconf="${myconf} USE_GAMIN=1"
- else
- myconf="${myconf} USE_FAM=1"
- fi
- else
- myconf="${myconf} USE_FAM=0"
- fi
-
- emake ICONDIR="/usr/share/pixmaps" \
- PREFIX="/usr" CC="$(tc-getCC) ${CFLAGS}" \
- ${myconf} || die "emake failed."
-}
-
-src_install() {
- emake ICONDIR="${D}"/usr/share/pixmaps \
- PREFIX="${D}"/usr install || die "emake install failed."
- newicon icons/emelfm2_48.png emelfm2.png
- prepalldocs
-}
diff --git a/app-misc/emelfm2/emelfm2-0.4.ebuild b/app-misc/emelfm2/emelfm2-0.4.ebuild
deleted file mode 100644
index 52eb3eab0a03..000000000000
--- a/app-misc/emelfm2/emelfm2-0.4.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/emelfm2/emelfm2-0.4.ebuild,v 1.2 2008/04/20 16:52:43 drac Exp $
-
-inherit eutils toolchain-funcs multilib
-
-DESCRIPTION="A file manager that implements the popular two-pane design"
-HOMEPAGE="http://emelfm2.net"
-SRC_URI="http://${PN}.net/rel/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="acl unicode fam"
-
-RESTRICT="test"
-
-RDEPEND=">=x11-libs/gtk+-2.12
- fam? ( virtual/fam )
- acl? ( sys-apps/acl )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i -e "s:${PN}/${PN}_48.png:${PN}:" \
- docs/desktop_environment/${PN}.desktop || die "sed failed."
- sed -e "s:(PREFIX)/lib:(PREFIX)/$(get_libdir):" -e "s:strip:true:g" \
- -i Makefile || die "sed failed."
-}
-
-src_compile() {
- # These options need >=x11-libs/gtk-2.12 which we depend upon
- local myconf="USE_LATEST=1 WITH_TRANSPARENCY=1"
-
- if use acl; then
- myconf="${myconf} WITH_ACL=1"
- fi
-
- if use unicode; then
- myconf="${myconf} FILES_UTF8ONLY=1"
- fi
-
- if use fam; then
- if has_version "app-admin/gamin"; then
- myconf="${myconf} USE_GAMIN=1"
- else
- myconf="${myconf} USE_FAM=1"
- fi
- else
- myconf="${myconf} USE_FAM=0"
- fi
-
- tc-export CC
- emake ICON_DIR="/usr/share/pixmaps/${PN}" ${myconf} || die "emake failed."
-}
-
-src_install() {
- emake PREFIX="${D}/usr" install || die "emake install failed."
- newicon icons/${PN}_48.png ${PN}.png
- prepalldocs
-}