summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-31 05:28:31 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-31 05:28:31 +0000
commitdb97a3cd4bb20cb4744ed971e9d039019c1a422d (patch)
tree34859a51e2dc5442745ed3feb1929d02b8d3b1b7 /x11-misc/xrmap
parentold (diff)
downloadhistorical-db97a3cd4bb20cb4744ed971e9d039019c1a422d.tar.gz
historical-db97a3cd4bb20cb4744ed971e9d039019c1a422d.tar.bz2
historical-db97a3cd4bb20cb4744ed971e9d039019c1a422d.zip
old
Diffstat (limited to 'x11-misc/xrmap')
-rw-r--r--x11-misc/xrmap/Manifest12
-rw-r--r--x11-misc/xrmap/files/digest-xrmap-2.102
-rw-r--r--x11-misc/xrmap/xrmap-2.10.ebuild49
3 files changed, 10 insertions, 53 deletions
diff --git a/x11-misc/xrmap/Manifest b/x11-misc/xrmap/Manifest
index bc196ce1e1a2..c4384864c68b 100644
--- a/x11-misc/xrmap/Manifest
+++ b/x11-misc/xrmap/Manifest
@@ -1,6 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 6bd05844ceb19ac3609cd429533f0bd4 ChangeLog 769
-MD5 476df3b9d9b564ca8ed13b7f16219f01 xrmap-2.10.ebuild 1740
MD5 8ba2ce5804e99570cf1936fbcb8d0d83 xrmap-2.29.ebuild 2034
MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166
MD5 a6a793c0c22c5a0b6255f93bed17b0a4 files/digest-xrmap-2.29 185
-MD5 d3d071db1ec04cf25a797313b25b8f49 files/digest-xrmap-2.10 121
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.10 (GNU/Linux)
+
+iD8DBQFBhHgdHTu7gpaalycRApWkAJ9Th7f3MrmQICqe+/6CjqSoanyy3gCgjceT
+N6R2h8erBcS8EbOKo3oGHcc=
+=ZXTt
+-----END PGP SIGNATURE-----
diff --git a/x11-misc/xrmap/files/digest-xrmap-2.10 b/x11-misc/xrmap/files/digest-xrmap-2.10
deleted file mode 100644
index 34a01b3f8ea2..000000000000
--- a/x11-misc/xrmap/files/digest-xrmap-2.10
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 e18247abf044e8e00616ef67f6126678 xrmap-2.10.tgz 3944521
-MD5 534818ffb498322b64373f66ae042596 CIA_WDB2.jpd.gz 7391060
diff --git a/x11-misc/xrmap/xrmap-2.10.ebuild b/x11-misc/xrmap/xrmap-2.10.ebuild
deleted file mode 100644
index f44f57b9b5bc..000000000000
--- a/x11-misc/xrmap/xrmap-2.10.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrmap/xrmap-2.10.ebuild,v 1.4 2004/08/14 14:57:28 swegener Exp $
-
-DESCRIPTION="The Xrmap program is a X client for generating images of the Earth and manipulating the CIA World data bank"
-HOMEPAGE="http://frmas.free.fr/li_1.htm#_Xrmap_"
-SRC_URI="ftp://ftp.ac-grenoble.fr/ge/geosciences/${PN}/${P}.tgz
- ftp://ftp.ac-grenoble.fr/ge/geosciences/CIA_WDB2.jpd.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="zlib"
-DEPEND="media-gfx/imagemagick
- app-text/gv
- sys-apps/less
- media-libs/xpm
- >=sys-apps/sed-4
- zlib? ( sys-libs/zlib )"
-
-src_compile() {
- use zlib || sed -i 's/-DZLIB\|-lz//g' Makefile.noimake || die
-
- sed -e 's,^\(X11DIR=\).*,\1/usr/,g' \
- -e 's,^\(EDITOR=\).*,\1less,g' \
- -e 's,^\(SHAREDIR=\).*,\1/usr/share/xrmap,g' \
- -e 's,^\(CCOPTIONS=\)-O6 -g,\1${CFLAGS},g' Makefile.noimake > Makefile || die
-
- sed -i -e 's,^\(#define RCFILE \)SHAREDIR\",\1\"/etc/xrmap,g' \
- -e 's,^\(#define SHAREDIR \"/usr/share/\),\1x,g' xrmap.h || die
- emake || die
- cd tools
- emake || die
- cd jpd2else
- sed -i 's,^\(#define DEFAULT_JPD_FILE \"/usr/share/\),\1x,g' jpd2else.c || die
- emake || die
- cd ../cbd2else
- emake || die
-}
-
-src_install() {
- dobin xrmap tools/preproc tools/jpd2else/jpd2else tools/cbd2else/cbd2else || die
- dodir /usr/share/${PN}/ || die
- dodir /etc/xrmap || die
- cp -r {i18n,Locations,factbook,anthems,flags} ${D}/usr/share/${PN}/ || die
- cp Xrmaprc ${D}/etc/xrmap || die
- cp ${WORKDIR}/CIA_WDB2.jpd ${D}/usr/share/${PN}/ || die
- dodoc CHANGES COPYING README TODO WARNING tools/cbd2else/README.cbd tools/jpd2else/README.jpd tools/rez2else/README.rez || die
-}