diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-07-11 22:07:39 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-07-11 22:07:39 +0000 |
commit | 1b85fd59bf1dbe8db83b09c271e303ebe50f8d3f (patch) | |
tree | 60807f38a0bc129affe99bbf6e6dfe2b48520c8f /media-gfx/jhead | |
parent | Fix ~arch version to support new windowmaker (diff) | |
download | gentoo-2-1b85fd59bf1dbe8db83b09c271e303ebe50f8d3f.tar.gz gentoo-2-1b85fd59bf1dbe8db83b09c271e303ebe50f8d3f.tar.bz2 gentoo-2-1b85fd59bf1dbe8db83b09c271e303ebe50f8d3f.zip |
Remove old.
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/jhead')
-rw-r--r-- | media-gfx/jhead/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/jhead/jhead-2.90.ebuild | 32 | ||||
-rw-r--r-- | media-gfx/jhead/jhead-2.94.ebuild | 32 |
3 files changed, 5 insertions, 65 deletions
diff --git a/media-gfx/jhead/ChangeLog b/media-gfx/jhead/ChangeLog index 5216d93da98e..274ad8ac24ac 100644 --- a/media-gfx/jhead/ChangeLog +++ b/media-gfx/jhead/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/jhead # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.132 2012/07/08 15:53:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.133 2012/07/11 22:07:39 radhermit Exp $ + + 11 Jul 2012; Tim Harder <radhermit@gentoo.org> -jhead-2.90.ebuild, + -jhead-2.94.ebuild: + Remove old. 08 Jul 2012; Raúl Porcel <armin76@gentoo.org> jhead-2.95.ebuild: alpha/ia64/sparc stable wrt #419067 diff --git a/media-gfx/jhead/jhead-2.90.ebuild b/media-gfx/jhead/jhead-2.90.ebuild deleted file mode 100644 index bb4c322a6655..000000000000 --- a/media-gfx/jhead/jhead-2.90.ebuild +++ /dev/null @@ -1,32 +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/jhead/jhead-2.90.ebuild,v 1.9 2012/03/06 22:02:09 ranger Exp $ - -EAPI=4 - -inherit eutils 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -src_prepare() { - # bug 275200 - respect flags and use mktemp instead of mkstemp - epatch "${FILESDIR}"/${P}-mkstemp_respect_flags.patch -} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" -} - -src_install() { - dobin ${PN} - dodoc *.txt - dohtml *.html - doman ${PN}.1 -} diff --git a/media-gfx/jhead/jhead-2.94.ebuild b/media-gfx/jhead/jhead-2.94.ebuild deleted file mode 100644 index 9a191102b0a2..000000000000 --- a/media-gfx/jhead/jhead-2.94.ebuild +++ /dev/null @@ -1,32 +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/jhead/jhead-2.94.ebuild,v 1.1 2012/03/01 10:44:43 radhermit Exp $ - -EAPI=4 - -inherit eutils 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -src_prepare() { - # bug 275200 - respect flags and use mktemp instead of mkstemp - epatch "${FILESDIR}"/${PN}-2.90-mkstemp_respect_flags.patch -} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" -} - -src_install() { - dobin ${PN} - dodoc *.txt - dohtml *.html - doman ${PN}.1 -} |