summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-03-20 01:12:04 +0000
committerTim Harder <radhermit@gentoo.org>2012-03-20 01:12:04 +0000
commit1d2f70aced32fcbc0fd15d2c515584fbeae1cacf (patch)
tree3f6ce8fc4044dc02a81cb8178a8777d94a38e033 /media-gfx
parentVersion bump. (diff)
downloadgentoo-2-1d2f70aced32fcbc0fd15d2c515584fbeae1cacf.tar.gz
gentoo-2-1d2f70aced32fcbc0fd15d2c515584fbeae1cacf.tar.bz2
gentoo-2-1d2f70aced32fcbc0fd15d2c515584fbeae1cacf.zip
Remove old.
(Portage version: 2.2.0_alpha92/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/feh/ChangeLog6
-rw-r--r--media-gfx/feh/feh-1.16.2.ebuild58
-rw-r--r--media-gfx/feh/feh-2.2.ebuild52
3 files changed, 5 insertions, 111 deletions
diff --git a/media-gfx/feh/ChangeLog b/media-gfx/feh/ChangeLog
index 9531a59e192d..0fed0fbc39f0 100644
--- a/media-gfx/feh/ChangeLog
+++ b/media-gfx/feh/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/feh
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.103 2012/03/19 19:03:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.104 2012/03/20 01:12:04 radhermit Exp $
+
+ 20 Mar 2012; Tim Harder <radhermit@gentoo.org> -feh-1.16.2.ebuild,
+ -feh-2.2.ebuild:
+ Remove old.
19 Mar 2012; Raúl Porcel <armin76@gentoo.org> feh-1.16.2.ebuild,
feh-2.2.ebuild, feh-2.3.ebuild, feh-2.4.ebuild:
diff --git a/media-gfx/feh/feh-1.16.2.ebuild b/media-gfx/feh/feh-1.16.2.ebuild
deleted file mode 100644
index b06e3790716b..000000000000
--- a/media-gfx/feh/feh-1.16.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.16.2.ebuild,v 1.6 2012/03/19 19:03:35 armin76 Exp $
-
-EAPI=4
-inherit toolchain-funcs
-
-DESCRIPTION="A fast, lightweight imageviewer using imlib2"
-HOMEPAGE="http://feh.finalrewind.org/"
-SRC_URI="http://feh.finalrewind.org/${P}.tar.bz2"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-IUSE="debug curl test xinerama"
-
-COMMON_DEPEND=">=media-libs/giblib-1.2.4
- media-libs/imlib2
- >=media-libs/libpng-1.4
- x11-libs/libX11
- curl? ( net-misc/curl )
- xinerama? ( x11-libs/libXinerama )"
-RDEPEND="${COMMON_DEPEND}
- virtual/jpeg"
-DEPEND="${COMMON_DEPEND}
- x11-libs/libXt
- x11-proto/xproto
- test? ( >=dev-lang/perl-5.10
- dev-perl/Test-Command )"
-
-feh_use() {
- if use ${1}; then
- echo 1
- else
- echo 0
- fi
-}
-
-pkg_setup() {
- fehopts=(
- DESTDIR="${D}"
- PREFIX=/usr
- doc_dir='${main_dir}'/share/doc/${PF}
- example_dir='${main_dir}'/share/doc/${PF}/examples
- debug=$(feh_use debug)
- curl=$(feh_use curl)
- xinerama=$(feh_use xinerama)
- )
-}
-
-src_compile() {
- tc-export CC
- emake "${fehopts[@]}"
-}
-
-src_install() {
- emake "${fehopts[@]}" install
-}
diff --git a/media-gfx/feh/feh-2.2.ebuild b/media-gfx/feh/feh-2.2.ebuild
deleted file mode 100644
index f9e25d0698fb..000000000000
--- a/media-gfx/feh/feh-2.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-2.2.ebuild,v 1.2 2012/03/19 19:03:35 armin76 Exp $
-
-EAPI=4
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A fast, lightweight imageviewer using imlib2"
-HOMEPAGE="http://feh.finalrewind.org/"
-SRC_URI="http://feh.finalrewind.org/${P}.tar.bz2"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="debug curl test xinerama"
-
-COMMON_DEPEND=">=media-libs/giblib-1.2.4
- media-libs/imlib2
- >=media-libs/libpng-1.2:0
- x11-libs/libX11
- curl? ( net-misc/curl )
- xinerama? ( x11-libs/libXinerama )"
-RDEPEND="${COMMON_DEPEND}
- virtual/jpeg"
-DEPEND="${COMMON_DEPEND}
- x11-libs/libXt
- x11-proto/xproto
- test? ( >=dev-lang/perl-5.10
- dev-perl/Test-Command )"
-
-pkg_setup() {
- use_feh() { usex $1 1 0; }
-
- fehopts=(
- DESTDIR="${D}"
- PREFIX=/usr
- doc_dir='${main_dir}'/share/doc/${PF}
- example_dir='${main_dir}'/share/doc/${PF}/examples
- debug=$(use_feh debug)
- curl=$(use_feh curl)
- xinerama=$(use_feh xinerama)
- )
-}
-
-src_compile() {
- tc-export CC
- emake "${fehopts[@]}"
-}
-
-src_install() {
- emake "${fehopts[@]}" install
-}