summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-12 10:47:19 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-12 10:47:19 +0000
commit25143eea7e0bc2ec1e31ec0917e4ba6dc50f3b3b (patch)
tree0e3e13cf150cc6ec391a0768ecf8b8d9a444a13c /games-util
parentinstall the templates as documentation (diff)
downloadgentoo-2-25143eea7e0bc2ec1e31ec0917e4ba6dc50f3b3b.tar.gz
gentoo-2-25143eea7e0bc2ec1e31ec0917e4ba6dc50f3b3b.tar.bz2
gentoo-2-25143eea7e0bc2ec1e31ec0917e4ba6dc50f3b3b.zip
old
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-util')
-rw-r--r--games-util/ucon64/files/digest-ucon64-1.9.8.31
-rw-r--r--games-util/ucon64/ucon64-1.9.8.3.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/games-util/ucon64/files/digest-ucon64-1.9.8.3 b/games-util/ucon64/files/digest-ucon64-1.9.8.3
deleted file mode 100644
index c70362e8ba0f..000000000000
--- a/games-util/ucon64/files/digest-ucon64-1.9.8.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b15e81335a8710b2bed61c1307cad82f ucon64-1.9.8-3-src.tar.gz 884240
diff --git a/games-util/ucon64/ucon64-1.9.8.3.ebuild b/games-util/ucon64/ucon64-1.9.8.3.ebuild
deleted file mode 100644
index ddac6cadc140..000000000000
--- a/games-util/ucon64/ucon64-1.9.8.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/ucon64/ucon64-1.9.8.3.ebuild,v 1.3 2004/07/01 11:25:00 eradicator Exp $
-
-MAJ_PV=${PV:0:5}
-MIN_PV=${PV:6:7}
-MY_P="${PN}-${MAJ_PV}-${MIN_PV}-src"
-
-DESCRIPTION="The backup tool and wonderful emulator's Swiss Army knife program"
-HOMEPAGE="http://ucon64.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="virtual/libc
- sys-libs/zlib"
-
-S="${WORKDIR}/${MY_P}/src"
-
-src_install() {
- dobin ucon64 || die "dobin failed"
- dolib.so libdiscmage/discmage.so || die "dolib.so failed"
- dodoc GoodCodes.txt || die "dodoc failed"
- dohtml -x src -r -A png,jpg ../ || die "dohtml failed"
-}
-
-pkg_postinst() {
- echo
- einfo "In order to use ${PN}, please create the directory ~/.ucon64/dat"
- einfo "The command to do that is:"
- einfo " mkdir -p ~/.ucon64/dat"
- einfo "Then, you can copy your DAT file collection to ~/.ucon64/dat"
- echo
- einfo "To enable Discmage support, cp /usr/lib/discmage.so to ~/.ucon64"
- einfo "The command to do that is:"
- einfo " cp /usr/lib/discmage.so ~/.ucon64/"
- echo
- einfo "Be sure to check ~/.ucon64rc for some options after"
- einfo "you've run uCON64 for the first time"
-
-}