diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-30 14:15:24 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-30 14:15:24 +0000 |
commit | 20a0da8a28d5919ed92cb7ee8c9f6521f9e00786 (patch) | |
tree | 97fc5862a442e3aae0e35f44fb5229d662393d06 /media-gfx | |
parent | Remove old. (diff) | |
download | gentoo-2-20a0da8a28d5919ed92cb7ee8c9f6521f9e00786.tar.gz gentoo-2-20a0da8a28d5919ed92cb7ee8c9f6521f9e00786.tar.bz2 gentoo-2-20a0da8a28d5919ed92cb7ee8c9f6521f9e00786.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/jpeginfo/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild | 31 |
2 files changed, 5 insertions, 33 deletions
diff --git a/media-gfx/jpeginfo/ChangeLog b/media-gfx/jpeginfo/ChangeLog index 0a76c2e8bd50..137202cb2d73 100644 --- a/media-gfx/jpeginfo/ChangeLog +++ b/media-gfx/jpeginfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/jpeginfo -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.29 2014/08/10 21:15:12 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.30 2015/05/30 14:15:24 mrueg Exp $ + + 30 May 2015; Manuel Rüger <mrueg@gentoo.org> -jpeginfo-1.6.0.ebuild: + Remove old. 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> jpeginfo-1.6.0.ebuild, jpeginfo-1.6.1.ebuild: diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild b/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild deleted file mode 100644 index 954b10684e78..000000000000 --- a/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild,v 1.21 2014/08/10 21:15:12 slyfox Exp $ - -EAPI=2 -inherit eutils toolchain-funcs - -DESCRIPTION="Prints information and tests integrity of JPEG/JFIF files" -HOMEPAGE="http://www.cc.jyu.fi/~tjko/projects.html" -SRC_URI="http://www.cc.jyu.fi/~tjko/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -DEPEND="virtual/jpeg" - -src_prepare() { - epatch "${FILESDIR}"/${P}-parallel_install.patch -} - -src_configure() { - tc-export CC - econf -} - -src_install() { - emake INSTALL_ROOT="${D}" install || die - dodoc README -} |