diff options
Diffstat (limited to 'dev-util/bcpp/bcpp-20150811-r1.ebuild')
-rw-r--r-- | dev-util/bcpp/bcpp-20150811-r1.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-util/bcpp/bcpp-20150811-r1.ebuild b/dev-util/bcpp/bcpp-20150811-r1.ebuild deleted file mode 100644 index bf4a9d304e7a..000000000000 --- a/dev-util/bcpp/bcpp-20150811-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -DESCRIPTION="Indents C/C++ source code" -HOMEPAGE="https://invisible-island.net/bcpp/" -SRC_URI="ftp://ftp.invisible-island.net/bcpp/${P}.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-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." -} |