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 | 35e85117e5d2f42cca81dcd6d2c408292e83dbc5 (patch) | |
tree | 31be53a78fc6d40d44cbf3620d04b7122da64592 /dev-util/bcpp | |
parent | Changed maintainer to sekretarz (diff) | |
download | historical-35e85117e5d2f42cca81dcd6d2c408292e83dbc5.tar.gz historical-35e85117e5d2f42cca81dcd6d2c408292e83dbc5.tar.bz2 historical-35e85117e5d2f42cca81dcd6d2c408292e83dbc5.zip |
Bump to 20050725. Added indent.cfg to install and moved configuration files to /etc. Added src_postinst note about usage.
Package-Manager: portage-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 | 14 | ||||
-rw-r--r-- | dev-util/bcpp/bcpp-20050725.ebuild | 32 | ||||
-rw-r--r-- | dev-util/bcpp/files/digest-bcpp-20050725 | 1 |
4 files changed, 53 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..8c13245419c6 100644 --- a/dev-util/bcpp/Manifest +++ b/dev-util/bcpp/Manifest @@ -1,4 +1,16 @@ -MD5 dc0c7f7532cb1e45cf9d1564402a847f ChangeLog 490 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 5070797fa6cceb1df31c3a054b2aa166 ChangeLog 726 MD5 7d216d68e66cbdbe734997d0ec3a4267 bcpp-20030423.ebuild 588 MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 +MD5 6f44c8f5aea34b6e7f3d5acafb46b331 bcpp-20050725.ebuild 983 MD5 68d2fd9c26ff6c376d410bc0139aca34 files/digest-bcpp-20030423 61 +MD5 5b4709dcfa5c8c562c05f88982360272 files/digest-bcpp-20050725 62 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC6U+jFdQwWVoAgN4RArqgAJ9lXCm0PJ3Ycktfer4kEi7qbzaxHwCcDzfR +rKAfa5PYuF6YMziXiJ0GvKI= +=Lkat +-----END PGP SIGNATURE----- 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 |