summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/countrycodes/ChangeLog10
-rw-r--r--app-misc/countrycodes/Manifest2
-rw-r--r--app-misc/countrycodes/countrycodes-1.0.5.ebuild27
-rw-r--r--app-misc/countrycodes/files/digest-countrycodes-1.0.51
4 files changed, 40 insertions, 0 deletions
diff --git a/app-misc/countrycodes/ChangeLog b/app-misc/countrycodes/ChangeLog
new file mode 100644
index 000000000000..0e4fb1f9a960
--- /dev/null
+++ b/app-misc/countrycodes/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-misc/countrycodes
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/ChangeLog,v 1.1 2004/02/29 22:10:15 humpback Exp $
+
+*countrycodes-1.0.5 (29 Feb 2004)
+
+ 29 Feb 2004; Gustavo Felisberto <humpback@gentoo.org>;
+ countrycodes-1.0.5.ebuild:
+ Initial import. Thanks to Petter E. Stokke <gibreel@gibreel.net> in bug 43124
+
diff --git a/app-misc/countrycodes/Manifest b/app-misc/countrycodes/Manifest
new file mode 100644
index 000000000000..3e48e733b196
--- /dev/null
+++ b/app-misc/countrycodes/Manifest
@@ -0,0 +1,2 @@
+MD5 bfbe295eb3f52092bd2e6074c76b7759 countrycodes-1.0.5.ebuild 661
+MD5 4f42346a15ab781a4585f7254b5e35e7 files/digest-countrycodes-1.0.5 69
diff --git a/app-misc/countrycodes/countrycodes-1.0.5.ebuild b/app-misc/countrycodes/countrycodes-1.0.5.ebuild
new file mode 100644
index 000000000000..6ecf73434bf3
--- /dev/null
+++ b/app-misc/countrycodes/countrycodes-1.0.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5.ebuild,v 1.1 2004/02/29 22:10:15 humpback Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="An ISO 3166 country code finder."
+HOMEPAGE="http://www.grigna.com/diego/linux/countrycodes/"
+KEYWORDS="~x86"
+SRC_URI="http://www.grigna.com/diego/linux/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="virtual/glibc
+sys-apps/sed"
+
+src_compile() {
+ make -C src $MAKEOPTS CCOPTS="$CFLAGS" || die
+}
+
+src_install () {
+ dodir /usr/bin
+ dodir /usr/man/man1
+ make -C src prefix=${D}/usr install || die
+ dosym iso3166 /usr/bin/countrycodes
+ dodoc doc/Changelog doc/README doc/COPYING doc/INSTALL
+}
diff --git a/app-misc/countrycodes/files/digest-countrycodes-1.0.5 b/app-misc/countrycodes/files/digest-countrycodes-1.0.5
new file mode 100644
index 000000000000..998a453fa2e7
--- /dev/null
+++ b/app-misc/countrycodes/files/digest-countrycodes-1.0.5
@@ -0,0 +1 @@
+MD5 9decb29be88236791fcb3f036095c018 countrycodes-1.0.5.tar.gz 18621