ChangeLog

# ChangeLog for app-emulation/xcopilot
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/xcopilot/ChangeLog,v 1.10 2008/04/21 16:45:01 phreak Exp $

21 Apr 2008; Christian Heim metadata.xml:
Fix up metadata.xml. If there's no maintainer for the package, the metadata
also needs to contain m-needed@g.o.

22 Jul 2007; David Shakaryan xcopilot-0.6.6.ebuild:
Remove virtual/x11 from dependencies.

25 Jan 2007; Marius Mauch xcopilot-0.6.6.ebuild:
Replacing einfo with elog

24 Feb 2006; Marcelo Goes xcopilot-0.6.6.ebuild:
Make modular X friendly for bug 123980. Thanks to Mauricio L. Pilla at gentoo dot org>.

09 Jan 2006; Bryan Østergaard Remove retired dev from metadata.xml

29 Jul 2005; Marcelo Goes xcopilot-0.6.6.ebuild:
Use DESTDIR instead of einstall.

02 Mar 2004; David Holm xcopilot-0.6.6.ebuild:
Added to ~ppc.

*xcopilot-0.6.6 (26 Jan 2004)

26 Jan 2004; xcopilot-0.6.6.ebuild:
Initial version written by me.

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

DIST xcopilot-0.6.6-uc0.tar.gz 365229 RMD160 e0665e3aed94e0cea9d35a9ad089cad36c6ff44a SHA1 d352bddd9dab396089a372bf85409a3074eefd39 SHA256 bc3e70baa26e16154bf57d54e891674292e28747ae19af71de31423516011b4d
EBUILD xcopilot-0.6.6.ebuild 903 RMD160 2344fd8783c7ab1e01e2a8abe9506d34c1102535 SHA1 60b7f37f2ccbbf69eb5c10c6e6ee224ba858b29b SHA256 548242e3b928d7d84b6a158e1a2c57a39a34438a7dda20d99381e3cb9ca6d169
MISC ChangeLog 1209 RMD160 34d119544918e7f41ad64b0c15d15ca3d32d0458 SHA1 8bfe331bd478e352f0f9fc18f3e920593ae43f6f SHA256 4d50fee3701a23f98b7723fa7824a11cf65a01448f0739378511e40fbe92e028
MISC metadata.xml 290 RMD160 b9b86283c09349c8827faef7d3ef5f724a248e77 SHA1 ae1c8e62d75c94ff50b8a5391afb6008460963aa SHA256 380e26e9262298b9cb31e863a9ab641f6fbdc8c50bda2cf2e47fd399f9cb5e85
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFIDMSSyuNVb5qfaOYRAt6/AKCy2pOlYDT1X/qOtOQT8xpprflYrgCfQ5cT
Z4uwq8fyUhqaE1RM1VZ97fc=
=Ok0P
-----END PGP SIGNATURE-----

metadata.xml




no-herd

maintainer-needed@gentoo.org
Default assignee for orphaned packages

xcopilot-0.6.6.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/xcopilot/xcopilot-0.6.6.ebuild,v 1.9 2007/07/22 09:41:41 omp Exp $

MY_P="xcopilot-0.6.6-uc0"

DESCRIPTION="A pilot emulator"
HOMEPAGE="http://www.uclinux.org/"
SRC_URI="http://www.uclinux.org/pub/uClinux/utilities/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""

RDEPEND="x11-libs/libICE
x11-libs/libSM
x11-libs/libXt
x11-libs/libXpm
x11-libs/libX11
x11-libs/libXext
x11-libs/libXdmcp"

DEPEND="app-arch/dpkg
x11-proto/xextproto
x11-proto/xproto"

S="${WORKDIR}/${MY_P}"

src_compile() {
econf --disable-autorun || die
emake || die
}

src_install() {
make DESTDIR="${D}" install || die
dodoc AUTHORS README NEWS README.uClinux
}

pkg_postinst() {
elog "See /usr/share/doc/${PF}/README.uClinux for more info"
}