diff options
author | 2003-06-16 14:53:19 +0000 | |
---|---|---|
committer | 2003-06-16 14:53:19 +0000 | |
commit | 514631ac08023ac6e5a4d97a8aa785fefb27bd60 (patch) | |
tree | 9b93e6f970109386442aeac0e057d0932c899266 /media-libs/stimg | |
parent | Initial import (diff) | |
download | gentoo-2-514631ac08023ac6e5a4d97a8aa785fefb27bd60.tar.gz gentoo-2-514631ac08023ac6e5a4d97a8aa785fefb27bd60.tar.bz2 gentoo-2-514631ac08023ac6e5a4d97a8aa785fefb27bd60.zip |
Initial import
Diffstat (limited to 'media-libs/stimg')
-rw-r--r-- | media-libs/stimg/ChangeLog | 10 | ||||
-rw-r--r-- | media-libs/stimg/Manifest | 3 | ||||
-rw-r--r-- | media-libs/stimg/files/digest-stimg-0.1.0 | 1 | ||||
-rw-r--r-- | media-libs/stimg/stimg-0.1.0.ebuild | 26 |
4 files changed, 39 insertions, 1 deletions
diff --git a/media-libs/stimg/ChangeLog b/media-libs/stimg/ChangeLog new file mode 100644 index 000000000000..37cf60cedd27 --- /dev/null +++ b/media-libs/stimg/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-libs/stimg +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/ChangeLog,v 1.1 2003/06/16 14:53:10 phosphan Exp $ + +*stimg-0.1.0 (16 Jun 2003) + + 16 Jun 2003; Patrick Kursawe <phosphan@gentoo.org> stimg-0.1.0.ebuild: + Initial import. Ebuild written mby Mamoru KOMACHI + <usata@sodan.ecc.u-tokyo.ac.jp> + diff --git a/media-libs/stimg/Manifest b/media-libs/stimg/Manifest index 7f6764fa7e0f..934a7cf39298 100644 --- a/media-libs/stimg/Manifest +++ b/media-libs/stimg/Manifest @@ -1,2 +1,3 @@ -MD5 1abf176954706ed8e84278f0e8b9bcd8 stimg-0.1.0.ebuild 535 +MD5 f7db8ec2563d2206039bf8d06c7755f8 ChangeLog 405 +MD5 f844c3199bacd8d4925f212bb69894b3 stimg-0.1.0.ebuild 635 MD5 8fb7f82ce0674e7c51aec4ae762a6257 files/digest-stimg-0.1.0 63 diff --git a/media-libs/stimg/files/digest-stimg-0.1.0 b/media-libs/stimg/files/digest-stimg-0.1.0 new file mode 100644 index 000000000000..11ed3a097659 --- /dev/null +++ b/media-libs/stimg/files/digest-stimg-0.1.0 @@ -0,0 +1 @@ +MD5 219a9a0197b46ba51c82a1d0cc2a544e stimg-0.1.0.tar.gz 187172 diff --git a/media-libs/stimg/stimg-0.1.0.ebuild b/media-libs/stimg/stimg-0.1.0.ebuild new file mode 100644 index 000000000000..01e685a64eee --- /dev/null +++ b/media-libs/stimg/stimg-0.1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/stimg-0.1.0.ebuild,v 1.1 2003/06/16 14:53:10 phosphan Exp $ + +IUSE="" + +DESCRIPTION="Simple and tiny image loading library" + +HOMEPAGE="http:///homepage3.nifty.com/slokar/fb/" +SRC_URI="http://homepage3.nifty.com/slokar/stimg/${P}.tar.gz" + +LICENSE="as-is LGPL-2" + +SLOT="0" + +KEYWORDS="~x86 ~alpha" + +DEPEND=">=media-libs/libpng-1.0.12-r2 + >=media-libs/jpeg-6b-r2 + >=media-libs/tiff-3.5.7-r1" + +src_install() { + einstall + + dodoc AUTHORS COPYING{,.imlib2} INSTALL README.ja +} |