diff options
author | Chris White <chriswhite@gentoo.org> | 2005-07-28 21:35:10 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-07-28 21:35:10 +0000 |
commit | 28e1ce3c6794fa53fffc7d7a481a1b0319e34921 (patch) | |
tree | 65fcd5b06a5044103caeda617471d4520f29eae9 /dev-util/bcpp | |
parent | Changed maintainer to sekretarz (diff) | |
download | gentoo-2-28e1ce3c6794fa53fffc7d7a481a1b0319e34921.tar.gz gentoo-2-28e1ce3c6794fa53fffc7d7a481a1b0319e34921.tar.bz2 gentoo-2-28e1ce3c6794fa53fffc7d7a481a1b0319e34921.zip |
Bump to 20050725. Added indent.cfg to install and moved configuration files to /etc. Added src_postinst note about usage.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-util/bcpp')
-rw-r--r-- | dev-util/bcpp/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/bcpp/Manifest | 4 | ||||
-rw-r--r-- | dev-util/bcpp/bcpp-20050725.ebuild | 32 | ||||
-rw-r--r-- | dev-util/bcpp/files/digest-bcpp-20050725 | 1 |
4 files changed, 43 insertions, 2 deletions
diff --git a/dev-util/bcpp/ChangeLog b/dev-util/bcpp/ChangeLog index ed6ec8236daa..35c10057dd53 100644 --- a/dev-util/bcpp/ChangeLog +++ b/dev-util/bcpp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/bcpp # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bcpp/ChangeLog,v 1.5 2005/05/03 12:01:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bcpp/ChangeLog,v 1.6 2005/07/28 21:35:10 chriswhite Exp $ + +*bcpp-20050725 (28 Jul 2005) + + 28 Jul 2005; Chris White <chriswhite@gentoo.org> +bcpp-20050725.ebuild: + Bump to 20050725. Added indent.cfg to install and moved configuration files + to /etc. Added src_postinst note about usage. 03 May 2005; David Holm <dholm@gentoo.org> bcpp-20030423.ebuild: Added to ~ppc. diff --git a/dev-util/bcpp/Manifest b/dev-util/bcpp/Manifest index 2b7ab4daf622..7531192ed69d 100644 --- a/dev-util/bcpp/Manifest +++ b/dev-util/bcpp/Manifest @@ -1,4 +1,6 @@ -MD5 dc0c7f7532cb1e45cf9d1564402a847f ChangeLog 490 +MD5 d04869285122bc16c0c9d1f1dae2408f ChangeLog 721 MD5 7d216d68e66cbdbe734997d0ec3a4267 bcpp-20030423.ebuild 588 MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 +MD5 358267af0ce35f0c4ca3cd4978f61d79 bcpp-20050725.ebuild 978 MD5 68d2fd9c26ff6c376d410bc0139aca34 files/digest-bcpp-20030423 61 +MD5 5b4709dcfa5c8c562c05f88982360272 files/digest-bcpp-20050725 62 diff --git a/dev-util/bcpp/bcpp-20050725.ebuild b/dev-util/bcpp/bcpp-20050725.ebuild new file mode 100644 index 000000000000..441730fcc18e --- /dev/null +++ b/dev-util/bcpp/bcpp-20050725.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bcpp/bcpp-20050725.ebuild,v 1.1 2005/07/28 21:35:10 chriswhite Exp $ + +DESCRIPTION="Indents C/C++ source code" +HOMEPAGE="http://invisible-island.net/bcpp/" +SRC_URI="ftp://invisible-island.net/bcpp/${P}.tgz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" +DEPEND="" +RDEPEND="" + +src_install() { + make DESTDIR=${D} install || die + dodoc CHANGES MANIFEST README VERSION txtdocs/hirachy.txt \ + txtdocs/manual.txt + + # install our configuration files + insinto /etc/bcpp + doins bcpp.cfg indent.cfg +} + +pkg_postinst() { + einfo "Check the documentation for more information on how to" + einfo "Run bcpp. Please note that in order to get help for" + einfo "bcpp, please run bcpp -h and not the command by itself." + einfo "" + einfo "Configuration files are at /etc/bcpp." + einfo "To use them, use the -c option followed by the filename." +} diff --git a/dev-util/bcpp/files/digest-bcpp-20050725 b/dev-util/bcpp/files/digest-bcpp-20050725 new file mode 100644 index 000000000000..8304ae669484 --- /dev/null +++ b/dev-util/bcpp/files/digest-bcpp-20050725 @@ -0,0 +1 @@ +MD5 6894cd9cb3a2ef173050810103b209c9 bcpp-20050725.tgz 132649 |