diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-09-03 19:49:38 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-09-03 19:49:38 +0000 |
commit | 2187c2e418306492625cc0ce62e6aaf88eb580cb (patch) | |
tree | d15eff6a1db7aac096c27bd3f4ec51d2a6948136 /app-misc/emelfm2 | |
parent | made quagga multilib-strict aware (diff) | |
download | historical-2187c2e418306492625cc0ce62e6aaf88eb580cb.tar.gz historical-2187c2e418306492625cc0ce62e6aaf88eb580cb.tar.bz2 historical-2187c2e418306492625cc0ce62e6aaf88eb580cb.zip |
bug 80343
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-misc/emelfm2')
-rw-r--r-- | app-misc/emelfm2/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/emelfm2/Manifest | 4 | ||||
-rw-r--r-- | app-misc/emelfm2/emelfm2-0.0.9.ebuild | 56 | ||||
-rw-r--r-- | app-misc/emelfm2/files/digest-emelfm2-0.0.9 | 1 |
4 files changed, 5 insertions, 61 deletions
diff --git a/app-misc/emelfm2/ChangeLog b/app-misc/emelfm2/ChangeLog index 5beec3c7976c..8cb739a62601 100644 --- a/app-misc/emelfm2/ChangeLog +++ b/app-misc/emelfm2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/emelfm2 # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/emelfm2/ChangeLog,v 1.8 2005/09/03 03:03:33 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/emelfm2/ChangeLog,v 1.9 2005/09/03 19:49:38 vanquirius Exp $ + + 03 Sep 2005; Marcelo Goes <vanquirius@gentoo.org> -emelfm2-0.0.9.ebuild: + Remove old ebuild. Also fixes bug 80343. 03 Sep 2005; Marcelo Goes <vanquirius@gentoo.org> emelfm2-0.0.9-r1.ebuild: Use tc-getCC. Fixes bug 68986. Thanks to SpanKY <vapier@gentoo.org>. diff --git a/app-misc/emelfm2/Manifest b/app-misc/emelfm2/Manifest index 46ffa99f6130..8c3f8e23af36 100644 --- a/app-misc/emelfm2/Manifest +++ b/app-misc/emelfm2/Manifest @@ -1,7 +1,5 @@ -MD5 b0587944ddeb9685b0830306e7012f77 emelfm2-0.0.9.ebuild 1409 MD5 419ed48f82ae0268d92c2646a88e5b2c emelfm2-0.0.9-r1.ebuild 974 -MD5 7f80bd1bad1e9d5d7c75bc99689227cd ChangeLog 1050 +MD5 51726c40bbe26b67ca381bf173b3e0ee ChangeLog 1169 MD5 5d0c50012374761745d511ea0ff0fbb5 metadata.xml 195 MD5 5feae118f9304790adf4f1f9dbaad1d0 files/locale.patch 1725 MD5 97bb852c320593564b70f34bea8b6532 files/digest-emelfm2-0.0.9-r1 65 -MD5 97bb852c320593564b70f34bea8b6532 files/digest-emelfm2-0.0.9 65 diff --git a/app-misc/emelfm2/emelfm2-0.0.9.ebuild b/app-misc/emelfm2/emelfm2-0.0.9.ebuild deleted file mode 100644 index 1bde04c63088..000000000000 --- a/app-misc/emelfm2/emelfm2-0.0.9.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/emelfm2/emelfm2-0.0.9.ebuild,v 1.5 2005/06/12 12:10:28 swegener Exp $ - -inherit eutils - -DESCRIPTION="A file manager that implements the popular two-pane design based on gtk+-2" -HOMEPAGE="http://dasui.prima.de/e2wiki/" -SRC_URI="http://dasui.prima.de/~tooar/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="nls" - -DEPEND=">=x11-libs/gtk+-2.4" - -src_unpack() { - unpack ${A} -} - -src_compile() { - local myconf - - use nls && myconf="-DENABLE_NLS" - emake PREFIX=/usr \ - CC="gcc ${CFLAGS}" \ - NLS=${myconf} || die "emake failed" -} - -src_install() { - local myconf - - use nls && myconf="-DENABLE_NLS" - dodir /usr/bin - - make PREFIX=${D}/usr \ - NLS=${myconf} \ - DOC_DIR=${D}/usr/share/doc/${PF} \ - install || die "make install failed" - prepalldocs -} - -pkg_postinst() { - - einfo "This application prefers that you set your LANG variable." - einfo "This is best done by placing 'export LANG=en_US' (example" - einfo "is for english systems - customize for your language) into " - einfo "your shell environment. Other locales can be found in " - einfo "/usr/share/locale. Export the corresponding directory name " - einfo "into your LANG variable." - einfo "" - einfo "You can launch emelfm2 without setting this variable by running" - einfo "it with the -i flag." - -} diff --git a/app-misc/emelfm2/files/digest-emelfm2-0.0.9 b/app-misc/emelfm2/files/digest-emelfm2-0.0.9 deleted file mode 100644 index 0c74953b042e..000000000000 --- a/app-misc/emelfm2/files/digest-emelfm2-0.0.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 d627839065b51ad90ded488e9d34c4a8 emelfm2-0.0.9.tar.gz 467516 |