summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2008-11-09 16:21:42 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2008-11-09 16:21:42 +0000
commit1b773174bd79168e3686c963cfcda1da64919871 (patch)
treeef59e1a6d4c0c4ea308fd870dca2907841603140 /media-gfx/jhead
parentDependencies required to run tests fixed, bug #246164. (diff)
downloadgentoo-2-1b773174bd79168e3686c963cfcda1da64919871.tar.gz
gentoo-2-1b773174bd79168e3686c963cfcda1da64919871.tar.bz2
gentoo-2-1b773174bd79168e3686c963cfcda1da64919871.zip
Remove old ebuilds.
(Portage version: 2.1.4.5)
Diffstat (limited to 'media-gfx/jhead')
-rw-r--r--media-gfx/jhead/ChangeLog6
-rw-r--r--media-gfx/jhead/jhead-2.82-r1.ebuild34
-rw-r--r--media-gfx/jhead/jhead-2.82.ebuild31
3 files changed, 5 insertions, 66 deletions
diff --git a/media-gfx/jhead/ChangeLog b/media-gfx/jhead/ChangeLog
index f9a66f81127e..08151d7088b5 100644
--- a/media-gfx/jhead/ChangeLog
+++ b/media-gfx/jhead/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/jhead
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.93 2008/10/23 18:23:34 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.94 2008/11/09 16:21:42 vanquirius Exp $
+
+ 09 Nov 2008; Marcelo Goes <vanquirius@gentoo.org> -jhead-2.82.ebuild,
+ -jhead-2.82-r1.ebuild:
+ Remove old ebuilds.
23 Oct 2008; Tobias Scherbaum <dertobi123@gentoo.org> jhead-2.84.ebuild:
ppc stable, bug #242702
diff --git a/media-gfx/jhead/jhead-2.82-r1.ebuild b/media-gfx/jhead/jhead-2.82-r1.ebuild
deleted file mode 100644
index 2838ea9cd9dd..000000000000
--- a/media-gfx/jhead/jhead-2.82-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.82-r1.ebuild,v 1.5 2008/10/18 14:44:09 armin76 Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="Exif Jpeg camera setting parser and thumbnail remover"
-HOMEPAGE="http://www.sentex.net/~mwandel/jhead"
-SRC_URI="http://www.sentex.net/~mwandel/${PN}/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- sed -i \
- -e "s:-O3 -Wall:${CFLAGS}:" \
- -e "s:\${CC} -o jhead \$(objs) -lm:\${CC} -o jhead \$(objs) -lm ${LDFLAGS}:" \
- "${S}"/makefile || die
-}
-
-src_compile() {
- tc-export CC
- emake || die "emake failed."
-}
-
-src_install() {
- dobin ${PN} || die "dobin failed."
- dodoc *.txt
- dohtml *.html
- doman ${PN}.1.gz
-}
diff --git a/media-gfx/jhead/jhead-2.82.ebuild b/media-gfx/jhead/jhead-2.82.ebuild
deleted file mode 100644
index d8c14dbff56e..000000000000
--- a/media-gfx/jhead/jhead-2.82.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.82.ebuild,v 1.7 2008/07/17 19:07:53 corsair Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="Exif Jpeg camera setting parser and thumbnail remover"
-HOMEPAGE="http://www.sentex.net/~mwandel/jhead"
-SRC_URI="http://www.sentex.net/~mwandel/${PN}/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- sed -i -e "s:-O3 -Wall:${CFLAGS}:" "${S}"/makefile || die "sed failed."
-}
-
-src_compile() {
- tc-export CC
- emake || die "emake failed."
-}
-
-src_install() {
- dobin ${PN} || die "dobin failed."
- dodoc *.txt
- dohtml *.html
- doman ${PN}.1.gz
-}