summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-08-06 17:30:17 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-08-06 17:30:17 +0000
commitf8155be6cd63e1dee521c05ea21aaf7c5f6fb6ea (patch)
tree093c4af1a0b51219bd7c53bf7ea40bcaf5b213ef /media-libs/stimg
parentChange dependency from virtual/ruby to =dev-lang/ruby-1.8*, since we're chang... (diff)
downloadgentoo-2-f8155be6cd63e1dee521c05ea21aaf7c5f6fb6ea.tar.gz
gentoo-2-f8155be6cd63e1dee521c05ea21aaf7c5f6fb6ea.tar.bz2
gentoo-2-f8155be6cd63e1dee521c05ea21aaf7c5f6fb6ea.zip
amd64 stable wrt #284501
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/stimg')
-rw-r--r--media-libs/stimg/ChangeLog7
-rw-r--r--media-libs/stimg/stimg-0.1.0.ebuild16
2 files changed, 15 insertions, 8 deletions
diff --git a/media-libs/stimg/ChangeLog b/media-libs/stimg/ChangeLog
index 75db7603f992..d1fadeb761de 100644
--- a/media-libs/stimg/ChangeLog
+++ b/media-libs/stimg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/stimg
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/ChangeLog,v 1.9 2009/09/12 12:22:25 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/ChangeLog,v 1.10 2010/08/06 17:30:17 ssuominen Exp $
+
+ 06 Aug 2010; Samuli Suominen <ssuominen@gentoo.org> stimg-0.1.0.ebuild:
+ amd64 stable wrt #284501
12 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> stimg-0.1.0.ebuild:
Keyword ~amd64 wrt #284501
diff --git a/media-libs/stimg/stimg-0.1.0.ebuild b/media-libs/stimg/stimg-0.1.0.ebuild
index 96b005c5a220..c711154bb07d 100644
--- a/media-libs/stimg/stimg-0.1.0.ebuild
+++ b/media-libs/stimg/stimg-0.1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# 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.9 2009/09/12 12:26:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/stimg-0.1.0.ebuild,v 1.10 2010/08/06 17:30:17 ssuominen Exp $
EAPI=2
inherit toolchain-funcs
@@ -11,8 +11,8 @@ SRC_URI="http://homepage3.nifty.com/slokar/stimg/${P}.tar.gz"
LICENSE="as-is LGPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 ppc x86"
-IUSE=""
+KEYWORDS="alpha amd64 ppc x86"
+IUSE="linguas_ja static-libs"
RDEPEND="media-libs/libpng
media-libs/jpeg
@@ -21,10 +21,14 @@ DEPEND="${RDEPEND}"
src_configure() {
tc-export CC
- econf
+ econf \
+ $(use_enable static-libs static)
}
src_install() {
emake DESTDIR="${D}" install || die
- dodoc AUTHORS README.ja
+ find "${D}" -name '*.la' -delete
+
+ dodoc AUTHORS
+ use linguas_ja && dodoc README.ja
}