diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-05-12 05:05:28 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-05-12 05:05:28 +0000 |
commit | fc850a28fb201d4ad061fa5849a089c57fa7f39d (patch) | |
tree | 44819f5f2c20c505d6e88204c048413b10421238 /dev-util/cproto/cproto-4.7e.ebuild | |
parent | New upstream version. (diff) | |
download | gentoo-2-fc850a28fb201d4ad061fa5849a089c57fa7f39d.tar.gz gentoo-2-fc850a28fb201d4ad061fa5849a089c57fa7f39d.tar.bz2 gentoo-2-fc850a28fb201d4ad061fa5849a089c57fa7f39d.zip |
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.
(Portage version: 2.0.54)
Diffstat (limited to 'dev-util/cproto/cproto-4.7e.ebuild')
-rw-r--r-- | dev-util/cproto/cproto-4.7e.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/cproto/cproto-4.7e.ebuild b/dev-util/cproto/cproto-4.7e.ebuild new file mode 100644 index 000000000000..8dad37e368c6 --- /dev/null +++ b/dev-util/cproto/cproto-4.7e.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 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.1 2006/05/12 05:05:28 tcort 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 ~ppc-macos ~x86" +IUSE="" + +DEPEND="virtual/libc" + +src_install() { + dobin cproto || die + doman cproto.1 + dodoc README CHANGES +} |