Portage is a package management system used by Gentoo Linux
# ChangeLog for games-util/ucon64
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-util/ucon64/ChangeLog,v 1.11 2007/03/12 18:23:00 genone Exp $
12 Mar 2007; Marius Mauch
ucon64-2.0.0.ebuild:
Replacing einfo with elog
07 Mar 2007; Chris Gianelloni
ucon64-2.0.0.ebuild:
Change all instances of [ to [[.
22 Feb 2007; Timothy Redaelli
Add ~amd64 keyword
26 Sep 2006; Tristan Heaven
Let portage strip binaries, bug #137836
*ucon64-2.0.0 (23 Aug 2005)
23 Aug 2005; Michael Sterrett
version bump
05 Jun 2005; Michael Hanselmann
Stable on ppc.
01 Jul 2004; Jeremy Huddleston
ucon64-1.9.8.3.ebuild, ucon64-1.9.8.4.ebuild:
virtual/glibc -> virtual/libc
07 Jun 2004; Michael Sterrett
mark stable (no bugs for 78 days)
*ucon64-1.9.8.4 (19 Mar 2004)
19 Mar 2004; David Holm
Version bumped and added to ~ppc. Also added a compile fix if parallel port
support is missing in the kernel.
*ucon64-1.9.8.3 (25 Feb 2004)
25 Feb 2004; Michael Sterrett
ucon64-1.9.8.3.ebuild:
initial commit; ebuild submitted by Luca Marra and heavily modified (bug
#42078)
DIST ucon64-1.9.8-4-src.tar.gz 926585 RMD160 98a18318907cee33939ee4f7352f5f73f070a3e8 SHA1 54d5e7b23231a7d7d93efe4bc177962c8175886b SHA256 54e8bfc95ea63d5ffb1d99171e5c38307bd0beda36fd66eef33dc086feb0bc89
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 1598 RMD160 3728d39213eda25679510de8645c817271fac3cb SHA1 afebe701a3307590219c7544db045a96ffb3554d SHA256 db420eee08b7ca12c7cbc3a11dd1061e13f666cb3aee2db5be3506d1709a50c9
MISC ChangeLog 1569 RMD160 361415da01b0a110ab5e48cb0b4ab5913b2c7093 SHA1 dda9f7f172d06b21e8f2f8ba87aea759ab36862b SHA256 dae2d5777afe0b1b90473e12effd0192dfaa0a124de514c94e85e17661a56269
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# 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"
}
# 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-2.0.0.ebuild,v 1.6 2007/12/05 03:33:38 mr_bones_ Exp $
DESCRIPTION="The backup tool and wonderful emulator's Swiss Army knife program"
HOMEPAGE="http://ucon64.sourceforge.net/"
SRC_URI="mirror://sourceforge/ucon64/${P}-src.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""
DEPEND="sys-libs/zlib"
S=${WORKDIR}/${P}-src
src_unpack() {
unpack ${A}
cd "${S}"
sed -i \
-e "/^CFLAGS/s/-O3/${CFLAGS}/" \
-e "/^LDFLAGS/s/-s$/${LDFLAGS}/" \
src/{,libdiscmage/}Makefile.in || die "sed failed"
}
src_compile() {
local myconf
if [[ ! -e /usr/include/sys/io.h ]] ; then
ewarn "Disabling support for parallel port"
myconf="${myconf} --disable-parallel"
fi
cd src
econf ${myconf} || die
emake || die "emake failed"
}
src_install() {
dobin src/ucon64 || die "dobin failed"
dolib.so src/libdiscmage/discmage.so || die "dolib.so failed"
dodoc GoodCodes.txt
dohtml -x src -r -A png,jpg *
}
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"
}