summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2009-06-06 17:53:37 +0000
committerTristan Heaven <tristan@gentoo.org>2009-06-06 17:53:37 +0000
commit6a3664ce66eadb62f0dd4d6ba3f53a6937ce35df (patch)
tree83fe7f3d6885c402a0b1e520a7bae01d6cdba799 /games-util/ucon64
parentppc stable #272485 (diff)
downloadhistorical-6a3664ce66eadb62f0dd4d6ba3f53a6937ce35df.tar.gz
historical-6a3664ce66eadb62f0dd4d6ba3f53a6937ce35df.tar.bz2
historical-6a3664ce66eadb62f0dd4d6ba3f53a6937ce35df.zip
rm
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'games-util/ucon64')
-rw-r--r--games-util/ucon64/Manifest12
-rw-r--r--games-util/ucon64/ucon64-1.9.8.4.ebuild55
2 files changed, 10 insertions, 57 deletions
diff --git a/games-util/ucon64/Manifest b/games-util/ucon64/Manifest
index 89548d352e2d..d242991e2335 100644
--- a/games-util/ucon64/Manifest
+++ b/games-util/ucon64/Manifest
@@ -1,6 +1,14 @@
-DIST ucon64-1.9.8-4-src.tar.gz 926585 RMD160 98a18318907cee33939ee4f7352f5f73f070a3e8 SHA1 54d5e7b23231a7d7d93efe4bc177962c8175886b SHA256 54e8bfc95ea63d5ffb1d99171e5c38307bd0beda36fd66eef33dc086feb0bc89
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
DIST ucon64-2.0.0-src.tar.gz 1188488 RMD160 c28921cfae1a010db917b96be542c089690b374c SHA1 8782bbc2bf5760fafe3fa4cd02b67991d984a973 SHA256 62064324a1912387f84ac9d4c521c5d5e7b80f2567e9f61bf0ab3e1d976c0127
-EBUILD ucon64-1.9.8.4.ebuild 1548 RMD160 6a54aed29ffd0d4bd88f19c2ad67b8668cafc2cd SHA1 4268b2519f8a1f1786edd7be4937687317db0bf6 SHA256 8f3b56032877e4761e07789008944b8974df69102260b6efd88c8df8429d0152
EBUILD ucon64-2.0.0.ebuild 1594 RMD160 9cd9514be37206fca4cf8e757134d2e39da95e93 SHA1 6493118ad62045316f137e2a5cc697e60d58f120 SHA256 d5531c6b521c379795c458948d8f6d6f3e8a8ff6e5b04b1bd2a95386315092fd
MISC ChangeLog 1654 RMD160 c9685fe4a2130c39240139fa330c48782cd52ad0 SHA1 9e56d8177e3ca80f756a9114465821c27ab7b866 SHA256 372efc9903d093111a6d21df589d04ebab3eb38d83f2bf253f27c3fb47a0148d
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.11 (GNU/Linux)
+
+iEYEARECAAYFAkoqrScACgkQdz7hIScOURH+sgCgta0K+n8Wm67cUcLYtvVXqLpj
+RLIAoIkflOzLVn6Zk1Gy5rMGgDdlRJL7
+=gSzI
+-----END PGP SIGNATURE-----
diff --git a/games-util/ucon64/ucon64-1.9.8.4.ebuild b/games-util/ucon64/ucon64-1.9.8.4.ebuild
deleted file mode 100644
index 3af31662f0a2..000000000000
--- a/games-util/ucon64/ucon64-1.9.8.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2007 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.4.ebuild,v 1.7 2007/03/12 18:23:00 genone 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="ppc x86"
-IUSE=""
-
-DEPEND="virtual/libc
- sys-libs/zlib"
-
-S="${WORKDIR}/${MY_P}/src"
-
-src_compile() {
- myconf=""
- if [[ ! -e /usr/include/sys/io.h ]] ; then
- ewarn "Disabling support for parallel port"
- myconf="${myconf} --disable-parallel"
- fi
-
- econf ${myconf} || die "configure failed"
- emake || die "build failed"
-}
-
-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
- elog "In order to use ${PN}, please create the directory ~/.ucon64/dat"
- elog "The command to do that is:"
- elog " mkdir -p ~/.ucon64/dat"
- elog "Then, you can copy your DAT file collection to ~/.ucon64/dat"
- elog
- elog "To enable Discmage support, cp /usr/lib/discmage.so to ~/.ucon64"
- elog "The command to do that is:"
- elog " cp /usr/lib/discmage.so ~/.ucon64/"
- elog
- elog "Be sure to check ~/.ucon64rc for some options after"
- elog "you've run uCON64 for the first time"
-
-}