diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-06 21:33:43 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-06 21:33:43 +0000 |
commit | f857492375a89889d317a55f09e427d9683e9ffc (patch) | |
tree | 3ff12504ea1b8bc8f0e08d995cf864a92bde81e0 /app-misc/emelfm2 | |
parent | Version bump (diff) | |
download | gentoo-2-f857492375a89889d317a55f09e427d9683e9ffc.tar.gz gentoo-2-f857492375a89889d317a55f09e427d9683e9ffc.tar.bz2 gentoo-2-f857492375a89889d317a55f09e427d9683e9ffc.zip |
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/emelfm2')
-rw-r--r-- | app-misc/emelfm2/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/emelfm2/emelfm2-0.6.2.ebuild | 60 | ||||
-rw-r--r-- | app-misc/emelfm2/emelfm2-0.7.2.ebuild (renamed from app-misc/emelfm2/emelfm2-0.7.1.ebuild) | 20 |
3 files changed, 17 insertions, 70 deletions
diff --git a/app-misc/emelfm2/ChangeLog b/app-misc/emelfm2/ChangeLog index 34f105dd950e..691c7c8ef1f5 100644 --- a/app-misc/emelfm2/ChangeLog +++ b/app-misc/emelfm2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/emelfm2 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/emelfm2/ChangeLog,v 1.30 2010/01/07 14:27:31 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/emelfm2/ChangeLog,v 1.31 2010/04/06 21:33:43 ssuominen Exp $ + +*emelfm2-0.7.2 (06 Apr 2010) + + 06 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> +emelfm2-0.7.2.ebuild: + Version bump. *emelfm2-0.7.1 (07 Jan 2010) diff --git a/app-misc/emelfm2/emelfm2-0.6.2.ebuild b/app-misc/emelfm2/emelfm2-0.6.2.ebuild deleted file mode 100644 index 6d6abc44f9a8..000000000000 --- a/app-misc/emelfm2/emelfm2-0.6.2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/emelfm2/emelfm2-0.6.2.ebuild,v 1.2 2009/08/04 08:00:17 ssuominen Exp $ - -EAPI=2 -inherit eutils multilib 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.bz2" - -LICENSE="GPL-3 LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="acl fam gimp hal kernel_linux nls spell" - -RDEPEND=">=x11-libs/gtk+-2.12:2 - acl? ( sys-apps/acl ) - !kernel_linux? ( fam? ( virtual/fam ) ) - gimp? ( media-gfx/gimp ) - hal? ( sys-apps/hal - dev-libs/dbus-glib ) - spell? ( app-text/gtkspell )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - nls? ( sys-devel/gettext )" - -RESTRICT="test" - -pkg_setup() { - myconf="DOCS_VERSION=1 WITH_TRANSPARENCY=1 USE_LATEST=1 STRIP=0" - - use hal && myconf="${myconf} WITH_HAL=1" - use gimp && myconf="${myconf} WITH_THUMBS=1" - use acl && myconf="${myconf} WITH_ACL=1" - use kernel_linux && myconf="${myconf} WITH_KERNELFAM=1 USE_INOTIFY=1" - use spell && myconf="${myconf} EDITOR_SPELLCHECK=1" - use nls || myconf="${myconf} I18N=0" - - if ! use kernel_linux && use fam; then - if has_version "app-admin/gamin"; then - myconf="${myconf} USE_GAMIN=1" - else - myconf="${myconf} USE_FAM=1" - fi - fi -} - -src_compile() { - tc-export CC - emake LIB_DIR="/usr/$(get_libdir)" PREFIX="/usr" \ - ${myconf} || die "emake failed" -} - -src_install() { - emake LIB_DIR="${D}/usr/$(get_libdir)" PREFIX="${D}/usr" \ - ${myconf} install || die "emake install failed" - newicon icons/${PN}_48.png ${PN}.png - prepalldocs -} diff --git a/app-misc/emelfm2/emelfm2-0.7.1.ebuild b/app-misc/emelfm2/emelfm2-0.7.2.ebuild index c472aaa51c9a..7409463c0142 100644 --- a/app-misc/emelfm2/emelfm2-0.7.1.ebuild +++ b/app-misc/emelfm2/emelfm2-0.7.2.ebuild @@ -1,25 +1,24 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/emelfm2/emelfm2-0.7.1.ebuild,v 1.1 2010/01/07 14:27:31 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/emelfm2/emelfm2-0.7.2.ebuild,v 1.1 2010/04/06 21:33:43 ssuominen Exp $ EAPI=2 inherit eutils multilib toolchain-funcs DESCRIPTION="A file manager that implements the popular two-pane design" -HOMEPAGE="http://emelfm2.net" +HOMEPAGE="http://emelfm2.net/" SRC_URI="http://${PN}.net/rel/${P}.tar.bz2" LICENSE="GPL-3 LGPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="acl fam gimp hal kernel_linux nls spell" +IUSE="acl fam gimp kernel_linux nls policykit spell" RDEPEND=">=x11-libs/gtk+-2.12:2 acl? ( sys-apps/acl ) !kernel_linux? ( fam? ( virtual/fam ) ) gimp? ( media-gfx/gimp ) - hal? ( sys-apps/hal - dev-libs/dbus-glib ) + policykit? ( sys-auth/polkit ) spell? ( app-text/gtkspell )" DEPEND="${RDEPEND} dev-util/pkgconfig @@ -28,14 +27,17 @@ DEPEND="${RDEPEND} RESTRICT="test" pkg_setup() { - myconf="DOCS_VERSION=1 WITH_TRANSPARENCY=1 USE_LATEST=1 STRIP=0" + myconf="DOCS_VERSION=1 WITH_TRANSPARENCY=1 STRIP=0" + + #no required udisks package in portage + #use udev && myconf="${myconf} WITH_DEVKIT=1" - use hal && myconf="${myconf} WITH_HAL=1" use gimp && myconf="${myconf} WITH_THUMBS=1" use acl && myconf="${myconf} WITH_ACL=1" use kernel_linux && myconf="${myconf} WITH_KERNELFAM=1 USE_INOTIFY=1" use spell && myconf="${myconf} EDITOR_SPELLCHECK=1" use nls || myconf="${myconf} I18N=0" + use policykit && myconf="${myconf} POLKIT=1" if ! use kernel_linux && use fam; then if has_version "app-admin/gamin"; then @@ -49,12 +51,12 @@ pkg_setup() { src_compile() { tc-export CC emake LIB_DIR="/usr/$(get_libdir)" PREFIX="/usr" \ - ${myconf} || die "emake failed" + ${myconf} || die } src_install() { emake LIB_DIR="${D}/usr/$(get_libdir)" PREFIX="${D}/usr" \ - ${myconf} install || die "emake install failed" + ${myconf} install || die newicon icons/${PN}_48.png ${PN}.png prepalldocs } |