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
commit392ce6d63780baead4396c10527ecc8740b23ad3 (patch)
treebf5db0ee95e067a9f46d9a6263d5f932382076ab /x11-misc/xrmap
parentfinish stablizing (Manifest recommit) (diff)
downloadgentoo-2-392ce6d63780baead4396c10527ecc8740b23ad3.tar.gz
gentoo-2-392ce6d63780baead4396c10527ecc8740b23ad3.tar.bz2
gentoo-2-392ce6d63780baead4396c10527ecc8740b23ad3.zip
old
Diffstat (limited to 'x11-misc/xrmap')
-rw-r--r--x11-misc/xrmap/files/digest-xrmap-2.102
-rw-r--r--x11-misc/xrmap/xrmap-2.10.ebuild49
2 files changed, 0 insertions, 51 deletions
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
-}