ChangeLog

# ChangeLog for app-misc/emelfm2
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/emelfm2/ChangeLog,v 1.21 2008/09/27 02:34:45 yngwin Exp $

27 Sep 2008; Ben de Groot emelfm2-0.4.1.ebuild:
Add hal useflag and PREFIX as suggested in bug 223543.

*emelfm2-0.4.1 (27 Sep 2008)

27 Sep 2008; Ben de Groot +emelfm2-0.4.1.ebuild:
Version bump. Fixes bug 219188.

*emelfm2-0.4 (20 Apr 2008)

20 Apr 2008; Samuli Suominen +emelfm2-0.4.ebuild:
Version bump and ~amd64 keyword wrt #217039, thanks to Tobias Jakobi.

07 Sep 2007; Joseph Jezak emelfm2-0.3.5.ebuild:
Marked ~ppc for bug #186562.

*emelfm2-0.3.5 (05 Aug 2007)

05 Aug 2007; Samuli Suominen +emelfm2-0.3.5.ebuild:
Version bump.

30 Jul 2007; Markus Rothe emelfm2-0.3.4.ebuild:
Added ~ppc64; bug #186562

26 Jul 2007; Samuli Suominen emelfm2-0.3.4.ebuild:
Restrict test and clean up.

25 Jul 2007; Gustavo Zacarias emelfm2-0.3.4.ebuild:
Keyworded ~sparc wrt #186562

*emelfm2-0.3.4 (23 Jul 2007)

23 Jul 2007; Samuli Suominen +emelfm2-0.3.4.ebuild:
Initial commit from Sunrise, thanks to Uwe Helm, Stefan Schweizer, Juan
Aguado, Maarten Maathuis, and many others. Bug 153611.

Manifest

DIST emelfm2-0.3.5.tar.gz 1081106 RMD160 91b4331c8835858b1d7bc6e1b3a368a2f7d4135d SHA1 dde4c71458998c7519b8cddcd304798f04970bfb SHA256 8eeacc5dad3fcb562bde6b8817c4beee3ec2354d1f5f38ec4bd656f0bf9d0b0a
DIST emelfm2-0.4.1.tar.gz 1149166 RMD160 52dd0e167c93a455dc4e20fd591df6668f4c08d2 SHA1 e06a70905a3110f99d4cfddf605f65b4a7b59ccf SHA256 074b5003ea0d71699716c7b0a3d16e37f96c77e8df284957ca1112e4d1b455eb
DIST emelfm2-0.4.tar.gz 1143199 RMD160 301d4251283a88c2848bcfaccd680ea2e0024743 SHA1 bb43c85fd5c5cfa040cefa84661c2368712f1b87 SHA256 074be06f816460b2467cbad6e54beec39e110940942fc98df6225b7b05c4467c
EBUILD emelfm2-0.3.5.ebuild 1263 RMD160 e723a30aeccbf814baf9b02c28e99fb856e689c9 SHA1 ccaaa40d835633217e4229036f0b50d6518edc67 SHA256 c520e848acd98f1c9eb3c2efa2a542cc0ff64ee758c5bc06d8ee44c433ce3e6c
EBUILD emelfm2-0.4.1.ebuild 1671 RMD160 4edbcda5c866b4853dc13e803ee95a4e30344d78 SHA1 c0cb3df4f9c4482c70e01cbf3285f8cb25cd202c SHA256 673debc17f4f99ce55e18462711c67d510e855c88a26aaf840403f051028ea59
EBUILD emelfm2-0.4.ebuild 1536 RMD160 5b35f88ff7e5e2c0e7b8c14c70e23e2ec205bfa6 SHA1 9171a3b5780eb60338eed5e79503a6506c464979 SHA256 439bc9e473e98252a99fc5a02dc91e43c4d4cbaff32df12ad9e21fd639eec67d
MISC ChangeLog 1406 RMD160 817d49cd9080cf104761bcce46871de1c940fb2a SHA1 666a54722a15a4319a8237586f1c5a9976d7788c SHA256 ab9ce96444ba65c9c37ff50699cfe0e50ff0fc2cb67ae6536b5d22a20acdb42d
MISC metadata.xml 166 RMD160 7b80226659bf40e97050b1ffce1858d5f20b3c60 SHA1 e6c6436c304a65b4a012a5b7be7ee264b228a645 SHA256 8e7de0a7f7c15840474de373a3ce36adcc5dd658b2e4d18366fcb63b964a0826

emelfm2-0.3.5.ebuild

# 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
}

emelfm2-0.4.1.ebuild

# 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.1.ebuild,v 1.2 2008/09/27 02:34:45 yngwin 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 fam hal unicode"

RESTRICT="test"

RDEPEND=">=x11-libs/gtk+-2.12
fam? ( virtual/fam )
acl? ( sys-apps/acl )
hal? ( sys-apps/hal
sys-apps/dbus
dev-libs/dbus-glib )"
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 PREFIX=/usr"

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

if use hal; then
myconf="${myconf} WITH_HAL=1"
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
}

emelfm2-0.4.ebuild

# 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
}

metadata.xml




desktop-misc