summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-02-19 20:29:56 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-02-19 20:29:56 +0000
commit9535fce1cd43d294f0ed59512cc3b7f0f94fe4ca (patch)
tree5da1cbb48a40c0429663513160973d8394b9c6ee /media-gfx/jhead
parentDone some cleanup and better use of gentoo provided ebuild functions. (diff)
downloadgentoo-2-9535fce1cd43d294f0ed59512cc3b7f0f94fe4ca.tar.gz
gentoo-2-9535fce1cd43d294f0ed59512cc3b7f0f94fe4ca.tar.bz2
gentoo-2-9535fce1cd43d294f0ed59512cc3b7f0f94fe4ca.zip
version bump and license fix. resolves #11917
Diffstat (limited to 'media-gfx/jhead')
-rw-r--r--media-gfx/jhead/ChangeLog6
-rw-r--r--media-gfx/jhead/files/digest-jhead-1.91
-rw-r--r--media-gfx/jhead/jhead-1.9.ebuild28
3 files changed, 34 insertions, 1 deletions
diff --git a/media-gfx/jhead/ChangeLog b/media-gfx/jhead/ChangeLog
index b193da68ec7c..9047024c33aa 100644
--- a/media-gfx/jhead/ChangeLog
+++ b/media-gfx/jhead/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for media-gfx/jhead
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.2 2003/02/12 07:02:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.3 2003/02/19 20:29:56 liquidx Exp $
+*jhead-1.9 (20 Feb 2003)
+
+ 20 Feb 2003; Alastair Tse <liquidx@gentoo.org> ChangeLog, jhead-1.9.ebuild:
+ Version bump and license correction. Resolves bug #11917
*jhead-1.6 (14 April 2002)
diff --git a/media-gfx/jhead/files/digest-jhead-1.9 b/media-gfx/jhead/files/digest-jhead-1.9
new file mode 100644
index 000000000000..b53631935dea
--- /dev/null
+++ b/media-gfx/jhead/files/digest-jhead-1.9
@@ -0,0 +1 @@
+MD5 d07137edfae49c62ed384b6c1075d802 jhead-1.9.tar.gz 36480
diff --git a/media-gfx/jhead/jhead-1.9.ebuild b/media-gfx/jhead/jhead-1.9.ebuild
new file mode 100644
index 000000000000..bf1b806ceb05
--- /dev/null
+++ b/media-gfx/jhead/jhead-1.9.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-1.9.ebuild,v 1.1 2003/02/19 20:29:56 liquidx Exp $
+
+IUSE=""
+S=${WORKDIR}/${P}
+DESCRIPTION="a program for making thumbnails for websites."
+SRC_URI="http://www.sentex.net/~mwandel/jhead/${P}.tar.gz"
+HOMEPAGE="http://www.sentex.net/~mwandel/jhead/"
+
+SLOT="0"
+LICENSE="public-domain"
+KEYWORDS="~x86"
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+
+ cd ${S}
+ emake || die
+}
+
+src_install () {
+
+ dobin jhead
+ dodoc readme.txt changes.txt
+ dohtml usage.html
+}