Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-util/cproto
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cproto/ChangeLog,v 1.22 2008/01/27 10:19:43 grobian Exp $
27 Jan 2008; Fabian Groffen
Dropped ppc-macos keyword, see you in prefix
19 Mar 2007; Bryan Østergaard
Remove tcort from metadata.xml due to retirement.
17 Jun 2006; Thomas Cort
cproto-4.7e.ebuild:
Remove old version, fix quoting.
17 Jun 2006; Thomas Cort
Removed virtual/libc DEPEND.
14 Jun 2006;
Stable on ppc; bug #136734
14 Jun 2006; Michele Noberasco
Stable for x86. See bug #136734.
14 Jun 2006; Thomas Cort
Stable on alpha and amd64.
*cproto-4.7e (12 May 2006)
12 May 2006; Thomas Cort
-cproto-4.6.ebuild, cproto-4.6-r1.ebuild, +cproto-4.7e.ebuild:
Version bump to 4.7e wrt Bug #122354. Update HOMEPAGE/SRC_URI as there is a
new upstream maintainer. Removed cproto-4.6 because it doesn't build
properly, fixed in 4.6-r1 (Bug #44638). Added metadata.xml with myself as
maintainer. cproto-4.6-r1 stable on amd64.
11 May 2006; Thomas Cort
Stable on alpha.
23 Mar 2006; Fernando J. Pereda
Add ~alpha. Tested by Thomas Cort
10 Nov 2005; Fabian Groffen
Marked ~ppc-macos (bug #111593)
12 Sep 2005; Luis Medinas
Added ~amd64 keyword. Closes bug #105390.
24 Apr 2005; Michael Hanselmann
Stable on ppc.
25 Aug 2004; Sven Wegener
Changed SRC_URI to use mirror:// syntax.
01 Jul 2004; Jeremy Huddleston
cproto-4.6.ebuild:
virtual/glibc -> virtual/libc
15 Mar 2004; David Holm
Added to ~ppc.
*cproto-4.6-r1 (14 Mar 2004)
14 Mar 2004; George Shapovalov
fix (for gcc-3.3 related?) build problem (#44638)
thanks to Joe Khoobyar
12 Mar 2004; Michael Sterrett
Don't assign default to S; header fix
*cproto-4.6 (06 Dec 2002)
06 Dec 2002; George Shapovalov
initial release
generate C function prototypes from C source code
ebuild submitted by Cory Visi
AUX 4.6-YYSTYPE.patch 349 RMD160 25c68b5dbd8cfb4ba2ed4f5880efb8b86fdc17b0 SHA1 c3555199d28c79eb517ec6c2ece4ba1b2d4e36fe SHA256 97b481af40b76abfcea0060ceb433451cff2fda0791ac86e665cb02dc2b72fa5
AUX cproto-4.6-mkstemp.patch 1077 RMD160 8c42cf97f6eec6633392f54048dfb6e85c2dce5b SHA1 02b0f85239884716ac6fe76b087e533eb77cfbe1 SHA256 3919c24582309ceade0fcf24f702c9b441080260dd78ab0e992dc07ef7f59d2a
DIST cproto-4_7e.tgz 145919 RMD160 23d32eb05dc494d44dd1ecf5c31d8bcab9f7e191 SHA1 2f978436e974185721b7c8278fdea0f861b2d295 SHA256 df190e002103c01cfb757d9ffe1f1c476ff36f42f16eb7c3badb4f9b5e0547b7
EBUILD cproto-4.7e.ebuild 591 RMD160 2b89163e0ff61a68485379b6a1a1e961ddb502d7 SHA1 06a35b0da9a8133b5fd58946e7fdcc22e5095501 SHA256 dd7baada667179d44785e4a8227130308e4a3babe7b88d3d625621bd2c03e96d
MISC ChangeLog 2905 RMD160 6afe9ec358c3f324185c56263e9d9b204e2b7e06 SHA1 643984debfe9b214ef97fb5b5efaa14bc7656e37 SHA256 211eb64ba688424055ea5359a5c79310031a16dd3ebc578a2135a0ca2b239637
MISC metadata.xml 232 RMD160 854b06094287201d0b98f2b21d36054db25d81cd SHA1 cc4f98e9ee0102aea687d71cf3af924cf156edbb SHA256 21382e863647add08888c924279a4b931b2b90ccd0cf5e526ee74a3d5e1fd0df
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cproto/cproto-4.7e.ebuild,v 1.7 2008/01/27 10:19:43 grobian Exp $
MY_PV="4_7e"
MY_P=${PN}-${MY_PV}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Generate C function prototypes from C source code"
HOMEPAGE="http://invisible-island.net/cproto/"
SRC_URI="ftp://invisible-island.net/cproto/${MY_P}.tgz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="alpha amd64 ppc x86"
IUSE=""
src_install() {
dobin cproto || die
doman cproto.1
dodoc README CHANGES
}