From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/emelfm2/
Date: Tue, 21 Jun 2016 06:33:31 +0000 (UTC) [thread overview]
Message-ID: <1466490804.680cf09ff3b16ab8bf5972cf98b3a4af1b733126.jer@gentoo> (raw)
commit: 680cf09ff3b16ab8bf5972cf98b3a4af1b733126
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 20 18:23:13 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 06:33:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680cf09f
app-misc/emelfm2: Old.
Package-Manager: portage-2.3.0_rc1
app-misc/emelfm2/Manifest | 1 -
app-misc/emelfm2/emelfm2-0.8.1.ebuild | 70 ----------------------------
app-misc/emelfm2/emelfm2-0.9.1.ebuild | 88 -----------------------------------
3 files changed, 159 deletions(-)
diff --git a/app-misc/emelfm2/Manifest b/app-misc/emelfm2/Manifest
index 6c30ef0..7c81d7f 100644
--- a/app-misc/emelfm2/Manifest
+++ b/app-misc/emelfm2/Manifest
@@ -1,2 +1 @@
-DIST emelfm2-0.8.1.tar.bz2 1098199 SHA256 d38355628360e6bcdb69ef4affff03dd9f7cc9bd25c999b18b648a23c6f8bba7 SHA512 0f371459b8e4ca96beb45a8ed04ea2b757356c938cbd6927244abadc01f4c89f39ca50b8a86c4ff97e5c2d068405c1969c1d028a2fba650ec9326c39bb39a65f WHIRLPOOL 1dbe7848c44a79afb40a1c663503ad57a257d1b55b4e24e1cc0c7efd3bbe0be94e3a5ba9228bc1ee1933ad967b42492ecba7e2849a33a00d188592b6b3f26a72
DIST emelfm2-0.9.1.tar.bz2 1217126 SHA256 bfb94ff4e40c0a9c0d2a6aeb0efa22e177accbf6abd3096226d93daecd23642f SHA512 bd3a1ad2338c80d6824a2a84736470ecfa7e93f455cc8e3243944833807fe9b3544e2fea6bd6ccbddaf0188ad89ce616ed146271f6ffabec80f5dfb2f1ad6f57 WHIRLPOOL 4eaa1d95396a23c5f00ef66784f9f124f8c79e5dfe820f8bc556037109d799f5b1d30ef25a51183116ba955c931c0ec161d0e8aa3d92b79f33f0baaba7edf21d
diff --git a/app-misc/emelfm2/emelfm2-0.8.1.ebuild b/app-misc/emelfm2/emelfm2-0.8.1.ebuild
deleted file mode 100644
index 08a39bb..0000000
--- a/app-misc/emelfm2/emelfm2-0.8.1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="A file manager that implements the popular two-pane design"
-HOMEPAGE="http://emelfm2.net/"
-SRC_URI="http://emelfm2.net/rel/${P}.tar.bz2"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
-IUSE="acl gimp kernel_linux nls policykit spell udisks"
-
-COMMON_DEPEND=">=dev-libs/glib-2.26:2
- >=x11-libs/gtk+-2.12:2
- acl? ( sys-apps/acl )
- gimp? ( media-gfx/gimp )
- policykit? ( sys-auth/polkit )
- spell? ( >=app-text/gtkspell-2.0.14:2 )"
-RDEPEND="${COMMON_DEPEND}
- udisks? ( sys-fs/udisks:0 )"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-RESTRICT="test"
-
-pkg_setup() {
- emel_use() {
- use ${1} && echo "${2}=1" || echo "${2}=0"
- }
-
- #363813
- myemelconf=(
- GTK3=0
- DOCS_VERSION=1
- $(emel_use nls I18N)
- WITH_TRANSPARENCY=1
- $(emel_use kernel_linux WITH_KERNELFAM)
- $(emel_use spell EDITOR_SPELLCHECK)
- $(emel_use udisks WITH_DEVKIT)
- $(emel_use gimp WITH_THUMBS)
- $(emel_use acl WITH_ACL)
- $(emel_use policykit WITH_POLKIT)
- STRIP=0
- )
-}
-
-src_prepare() {
- sed -i \
- -e 's:dbus-glib-1::' \
- -e 's:@$(CC):$(CC):g' \
- -e 's:@$(BIN_MSGFMT):$(BIN_MSGFMT):g' \
- Makefile || die
-}
-
-src_compile() {
- tc-export CC
- emake LIB_DIR="/usr/$(get_libdir)" PREFIX="/usr" \
- ${myemelconf[@]}
-}
-
-src_install() {
- emake LIB_DIR="${D}/usr/$(get_libdir)" PREFIX="${D}/usr" \
- ${myemelconf[@]} install $( use nls && echo install_i18n )
- newicon icons/${PN}_48.png ${PN}.png
-}
diff --git a/app-misc/emelfm2/emelfm2-0.9.1.ebuild b/app-misc/emelfm2/emelfm2-0.9.1.ebuild
deleted file mode 100644
index 0637885..0000000
--- a/app-misc/emelfm2/emelfm2-0.9.1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="A file manager that implements the popular two-pane design"
-HOMEPAGE="http://emelfm2.net/"
-SRC_URI="http://emelfm2.net/rel/${P}.tar.bz2"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="acl ansi gimp gtk3 kernel_linux nls policykit spell udisks"
-
-EMELFM2_LINGUAS=( de fr ja pl ru zh_CN )
-IUSE+=" ${EMELFM2_LINGUAS[@]/#/linguas_}"
-
-COMMON_DEPEND="
- >=dev-libs/glib-2.26:2
- !gtk3? ( >=x11-libs/gtk+-2.12:2 )
- gtk3? ( x11-libs/gtk+:3 )
- acl? ( sys-apps/acl )
- gimp? ( media-gfx/gimp )
- policykit? ( sys-auth/polkit )
- spell? ( >=app-text/gtkspell-2.0.14:2 )
-"
-RDEPEND="
- ${COMMON_DEPEND}
- udisks? ( sys-fs/udisks:0 )
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
-"
-
-RESTRICT="test"
-
-src_prepare() {
- sed -i \
- -e 's:@$(BIN_MSGFMT):$(BIN_MSGFMT):g' \
- -e 's:@$(CC):$(CC):g' \
- -e 's:dbus-glib-1::' \
- Makefile || die
-
- local lingua
- for lingua in ${EMELFM2_LINGUAS[@]}; do
- use linguas_${lingua} || mv po/${lingua}.po{,.unwanted}
- done
-}
-
-src_configure() {
- myemelconf=(
- $(usex acl WITH_ACL=1 WITH_ACL=0)
- $(usex ansi WITH_OUTPUTSTYLES=1 WITH_OUTPUTSTYLES=0)
- $(usex gimp WITH_THUMBS=1 WITH_THUMBS=0)
- $(usex gtk3 'GTK3=1 GTK2=0' 'GTK3=0 GTK2=1')
- $(usex kernel_linux WITH_KERNELFAM=1 WITH_KERNELFAM=0)
- $(usex nls I18N=1 I18N=0)
- $(usex policykit WITH_POLKIT=1 WITH_POLKIT=0)
- $(usex spell EDITOR_SPELLCHECK=1 EDITOR_SPELLCHECK=0)
- $(usex udisks WITH_DEVKIT=1 WITH_DEVKIT=0)
- DOCS_VERSION=1
- STRIP=0
- WITH_TRANSPARENCY=1
- )
-}
-
-src_compile() {
- tc-export CC
- emake \
- LIB_DIR="/usr/$(get_libdir)" \
- PREFIX="/usr" \
- ${myemelconf[@]}
-}
-
-src_install() {
- emake \
- LIB_DIR="${D}/usr/$(get_libdir)" \
- PREFIX="${D}/usr" \
- ${myemelconf[@]} \
- install \
- $(usex nls install_i18n '')
-
- newicon icons/${PN}_48.png ${PN}.png
-}
next reply other threads:[~2016-06-21 6:33 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-21 6:33 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-02-06 15:04 [gentoo-commits] repo/gentoo:master commit in: app-misc/emelfm2/ Jonas Stein
2021-06-01 0:40 Sam James
2021-03-27 9:11 Andreas Sturmlechner
2021-02-07 15:04 Andreas Sturmlechner
2020-11-12 12:28 Sam James
2020-11-08 12:02 Sam James
2020-09-26 19:40 Aaron Bauman
2020-07-28 13:49 Jeroen Roovers
2020-07-28 13:17 Jeroen Roovers
2019-03-28 23:12 Patrice Clement
2018-01-07 11:21 Ulrich Müller
2016-06-21 6:33 Jeroen Roovers
2016-04-19 13:12 Michał Górny
2016-04-18 8:13 Patrice Clement
2016-04-17 22:12 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1466490804.680cf09ff3b16ab8bf5972cf98b3a4af1b733126.jer@gentoo \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox