summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2005-04-23 14:17:14 +0000
committerCarsten Lohrke <carlo@gentoo.org>2005-04-23 14:17:14 +0000
commit20db04591b8e5aff7a9a16a9807ac941628386e6 (patch)
tree4bfc72dcefe9001fe217ff65002c31a13f33b2fd /net-dns/idnkit
parentAdded to ~ppc. (diff)
downloadgentoo-2-20db04591b8e5aff7a9a16a9807ac941628386e6.tar.gz
gentoo-2-20db04591b8e5aff7a9a16a9807ac941628386e6.tar.bz2
gentoo-2-20db04591b8e5aff7a9a16a9807ac941628386e6.zip
QA: multiple corrections
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-dns/idnkit')
-rw-r--r--net-dns/idnkit/ChangeLog7
-rw-r--r--net-dns/idnkit/idnkit-1.0.ebuild18
2 files changed, 18 insertions, 7 deletions
diff --git a/net-dns/idnkit/ChangeLog b/net-dns/idnkit/ChangeLog
index 0d40b0724033..45afbc8ee984 100644
--- a/net-dns/idnkit/ChangeLog
+++ b/net-dns/idnkit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dns/idnkit
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/idnkit/ChangeLog,v 1.5 2004/11/30 22:19:52 swegener Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/idnkit/ChangeLog,v 1.6 2005/04/23 14:17:14 carlo Exp $
+
+ 23 Apr 2005; Carsten Lohrke <carlo@gentoo.org> idnkit-1.0.ebuild:
+ QA: multiple corrections
30 Nov 2004; Sven Wegener <swegener@gentoo.org> idnkit-1.0.ebuild:
Fixed invalid atoms in *DEPEND.
diff --git a/net-dns/idnkit/idnkit-1.0.ebuild b/net-dns/idnkit/idnkit-1.0.ebuild
index 8518870938e3..d18be3dd6086 100644
--- a/net-dns/idnkit/idnkit-1.0.ebuild
+++ b/net-dns/idnkit/idnkit-1.0.ebuild
@@ -1,21 +1,29 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/idnkit/idnkit-1.0.ebuild,v 1.6 2004/11/30 22:19:52 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/idnkit/idnkit-1.0.ebuild,v 1.7 2005/04/23 14:17:14 carlo Exp $
S="${WORKDIR}/${P}-src"
DESCRIPTION="Toolkit for Internationalized Domain Names (IDN)"
HOMEPAGE="http://www.nic.ad.jp/ja/idn/idnkit/download/"
SRC_URI="http://www.nic.ad.jp/ja/idn/idnkit/download/sources/${P}-src.tar.gz"
-LICENSE="JNIC"
+
SLOT="0"
+LICENSE="JNIC"
KEYWORDS="x86 ppc"
IUSE=""
-DEPEND="net-dns/libidn"
+DEPEND="sys-libs/glibc"
+# non gnu systems need libiconv
+
+src_unpack()
+{
+ unpack ${A} ; cd ${S}
+ sed -i -e "s:head -1:head -n 1:g" *
+}
src_install()
{
- einstall || die
+ make DESTDIR="${D}" install
dodoc Changelog DISTFILES INSTALL INSTALL.ja LICENSE.txt NEWS \
README README.ja