From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bcpp/
Date: Mon, 12 Jun 2017 07:47:03 +0000 (UTC) [thread overview]
Message-ID: <1497253615.4a4588e4108d0493879cabc47d08ef748a9baa7e.kensington@gentoo> (raw)
commit: 4a4588e4108d0493879cabc47d08ef748a9baa7e
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 07:45:51 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 07:46:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4588e4
dev-util/bcpp: port to EAPI 6 and fix LICENSE
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-util/bcpp/bcpp-20150811-r1.ebuild | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/dev-util/bcpp/bcpp-20150811-r1.ebuild b/dev-util/bcpp/bcpp-20150811-r1.ebuild
new file mode 100644
index 00000000000..bf4cc3ad2ba
--- /dev/null
+++ b/dev-util/bcpp/bcpp-20150811-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Indents C/C++ source code"
+HOMEPAGE="http://invisible-island.net/bcpp/"
+SRC_URI="ftp://invisible-island.net/bcpp/${P}.tgz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+src_compile() {
+ emake CPPFLAGS='-DBCPP_CONFIG_DIR=\"/etc/bcpp/\"'
+}
+
+src_install() {
+ default
+ dodoc CHANGES MANIFEST README VERSION txtdocs/hirachy.txt \
+ txtdocs/manual.txt
+
+ insinto /etc/bcpp
+ doins bcpp.cfg indent.cfg
+}
+
+pkg_postinst() {
+ elog "Check the documentation for more information on how to"
+ elog "Run bcpp. Please note that in order to get help for"
+ elog "bcpp, please run bcpp -h and not the command by itself."
+ elog ""
+ elog "Configuration files are at /etc/bcpp."
+ elog "To use them, use the -c option followed by the filename."
+}
next reply other threads:[~2017-06-12 7:47 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-12 7:47 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-30 4:31 [gentoo-commits] repo/gentoo:master commit in: dev-util/bcpp/ Sam James
2024-09-30 4:31 Sam James
2024-09-30 4:30 Sam James
2024-09-18 6:49 Sam James
2024-03-04 10:36 Sam James
2023-03-17 17:22 Sam James
2023-03-17 17:00 Sam James
2023-03-17 16:17 Arthur Zamarin
2023-02-02 6:45 Sam James
2022-12-18 12:45 Sam James
2022-12-18 12:13 Sam James
2022-11-10 5:56 Sam James
2022-08-10 20:29 Sam James
2021-05-09 12:53 David Seifert
2021-03-16 19:23 Sam James
2021-02-16 12:30 Sam James
2021-02-11 7:53 Sam James
2021-02-09 22:52 Sam James
2021-01-09 15:05 Sam James
2019-04-06 22:23 Patrice Clement
2017-06-12 12:54 Agostino Sarubbo
2017-06-12 12:41 Agostino Sarubbo
2015-10-30 14:00 Sebastian Pipping
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1497253615.4a4588e4108d0493879cabc47d08ef748a9baa7e.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox