summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-10-13 22:01:57 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-10-13 22:01:57 +0000
commit1c83465b2d357a69f1cfabf0687263cd712c54f2 (patch)
tree330c141baeecf09da36ec7395b6ef2207006d9b6 /media-gfx/feh
parentFix for prev. commit. Fix style a bit. (diff)
downloadgentoo-2-1c83465b2d357a69f1cfabf0687263cd712c54f2.tar.gz
gentoo-2-1c83465b2d357a69f1cfabf0687263cd712c54f2.tar.bz2
gentoo-2-1c83465b2d357a69f1cfabf0687263cd712c54f2.zip
remove old ebuilds
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/feh')
-rw-r--r--media-gfx/feh/ChangeLog7
-rw-r--r--media-gfx/feh/feh-1.13.ebuild52
-rw-r--r--media-gfx/feh/feh-1.14.1.ebuild58
-rw-r--r--media-gfx/feh/feh-1.14.2.ebuild58
-rw-r--r--media-gfx/feh/feh-1.15.1.ebuild58
-rw-r--r--media-gfx/feh/feh-1.16.1.ebuild58
-rw-r--r--media-gfx/feh/feh-1.16.ebuild58
7 files changed, 6 insertions, 343 deletions
diff --git a/media-gfx/feh/ChangeLog b/media-gfx/feh/ChangeLog
index 99532dbc011c..cd521a18fc22 100644
--- a/media-gfx/feh/ChangeLog
+++ b/media-gfx/feh/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/feh
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.89 2011/10/10 23:33:46 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.90 2011/10/13 22:01:57 hwoarang Exp $
+
+ 13 Oct 2011; Markos Chandras <hwoarang@gentoo.org> -feh-1.13.ebuild,
+ -feh-1.14.1.ebuild, -feh-1.14.2.ebuild, -feh-1.15.1.ebuild, -feh-1.16.ebuild,
+ -feh-1.16.1.ebuild:
+ remove old ebuilds
*feh-2.0 (10 Oct 2011)
diff --git a/media-gfx/feh/feh-1.13.ebuild b/media-gfx/feh/feh-1.13.ebuild
deleted file mode 100644
index e0ff6adae2b2..000000000000
--- a/media-gfx/feh/feh-1.13.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.13.ebuild,v 1.2 2011/05/08 10:21:35 radhermit 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="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test xinerama"
-
-COMMON_DEPEND=">=media-libs/giblib-1.2.4
- media-libs/imlib2
- >=media-libs/libpng-1.4
- x11-libs/libX11
- 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() {
- fehopts=(
- DESTDIR="${D}"
- PREFIX=/usr
- doc_dir='${main_dir}'/share/doc/${PF}
- example_dir='${main_dir}'/share/doc/${PF}/examples
- )
-}
-
-src_prepare() {
- if ! use xinerama; then
- sed -i -e '/^xinerama/d' config.mk || die
- fi
-}
-
-src_compile() {
- tc-export CC
- emake "${fehopts[@]}"
-}
-
-src_install() {
- emake "${fehopts[@]}" install
-}
diff --git a/media-gfx/feh/feh-1.14.1.ebuild b/media-gfx/feh/feh-1.14.1.ebuild
deleted file mode 100644
index 1a8c41faed72..000000000000
--- a/media-gfx/feh/feh-1.14.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.14.1.ebuild,v 1.2 2011/06/11 12:10:15 maekke 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="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~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-1.14.2.ebuild b/media-gfx/feh/feh-1.14.2.ebuild
deleted file mode 100644
index d998bf6180c1..000000000000
--- a/media-gfx/feh/feh-1.14.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.14.2.ebuild,v 1.1 2011/07/05 09:05:40 radhermit 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="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~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-1.15.1.ebuild b/media-gfx/feh/feh-1.15.1.ebuild
deleted file mode 100644
index 745c74278d68..000000000000
--- a/media-gfx/feh/feh-1.15.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.15.1.ebuild,v 1.1 2011/08/17 03:30:29 radhermit 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="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~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-1.16.1.ebuild b/media-gfx/feh/feh-1.16.1.ebuild
deleted file mode 100644
index dc9e68b828e2..000000000000
--- a/media-gfx/feh/feh-1.16.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.16.1.ebuild,v 1.1 2011/09/11 21:05:31 radhermit 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="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~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-1.16.ebuild b/media-gfx/feh/feh-1.16.ebuild
deleted file mode 100644
index f5047c83d911..000000000000
--- a/media-gfx/feh/feh-1.16.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.16.ebuild,v 1.1 2011/09/05 17:22:48 hwoarang 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="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~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
-}