public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/capi4hylafax/
@ 2016-03-29  3:12 Sam Jorna
  0 siblings, 0 replies; 9+ messages in thread
From: Sam Jorna @ 2016-03-29  3:12 UTC (permalink / raw
  To: gentoo-commits

commit:     040c652e26d71a12c0df295626edce9d3a5baec0
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 03:04:25 2016 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 03:04:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040c652e

net-misc/capi4hylafax: bump to 01.03.00.99.300.20

Version bump to 01.03.00.99.300.20, includes patch to resolve compile
failure with newer versions of GCC (patch included in source). Ebuild
originally submitted by user Matthias Jansen.

Gentoo-bug: 513642
Package-Manager: portage-2.2.28

 net-misc/capi4hylafax/Manifest                     |   1 +
 .../capi4hylafax-01.03.00.99.300.20.ebuild         | 155 +++++++++++++++++++++
 2 files changed, 156 insertions(+)

diff --git a/net-misc/capi4hylafax/Manifest b/net-misc/capi4hylafax/Manifest
index d0582c3..019c759 100644
--- a/net-misc/capi4hylafax/Manifest
+++ b/net-misc/capi4hylafax/Manifest
@@ -1,3 +1,4 @@
+DIST capi4hylafax_01.03.00.99.svn.300-20.debian.tar.gz 546271 SHA256 783d31e3ae73df91607e86856ff93338eaf2c84f9b31ad21106005e479232f4c SHA512 a0c1e64d783150abf80feecca07a3eebead95a982133ac9601b204b73933468c61fa39863be8c93ea2bf52c5262b9944b4d5c4a8795475d3a5ca17e481401b8e WHIRLPOOL 25e9d37697fdf0bbde5bb84bfeea37ac749bdfca5da8b75b5474e39c3684efdd9ff517773bc0d77641331a5bdb9c500dc0caf7dfec84733fb200e1a5c7e1bf92
 DIST capi4hylafax_01.03.00.99.svn.300-3.diff.gz 155360 SHA256 dec167255e2307d12b5093e11ddbb6b1f96d0ac94985643579cfd6b534313ed2 SHA512 abf963a8840d9baf18ea7985f2354a287daaec3192eb54e9a5fd1ea838fd493f7ec3ad6399aa4e21256ff3bd6801a3511c031afb43e3160526d9bfe4d24f065a WHIRLPOOL e5f5832e96794fd8233b7e7e9e393026033e3c9b55b2757890ee8fbde08591e0f526f986327904f46a45ec5c592b7e61061e796fbc20e9f07c2ddbd6a337946b
 DIST capi4hylafax_01.03.00.99.svn.300-9.diff.gz 160179 SHA256 5c116fcefa6604a351c31507644c26fb43e0dc89e51f97ee748a52a5eebbc4af SHA512 3f98a69b96bb44cec4976cad954e52586b50bce1f8457391c1a07ca22689c9687779311252c87848b779c9afac0d492eefca11a270de551a7cacfce50d1aa185 WHIRLPOOL db79395c01935734c679345e2010882393a41dc1f7edb3af2ce1b993cca4ff61ad753b33071ea8cc5b4b85281ccfcd63f09758188665decc02c4f08856536251
 DIST capi4hylafax_01.03.00.99.svn.300.orig.tar.gz 533410 SHA256 8c5433fda85d5f178382c0a4fbc07cf22fc22c448146a4b7a090bc6a0b1789c2 SHA512 c01063bcdf7d5dfbeef0eadd94a0714b5f34f442c19e5287a0fa40ce3ecbbad53afaddeb093435952367fb7b503dd9c637002d954a58175df3920d9d2966c468 WHIRLPOOL 1fafcf1f88fe02f7b4b0bca0b4c40d1917d5fb1f02a11bd67aeebe46e049fcadecde78f8c6b7626c4bb4f23a3bdbec86a3e013e383ccf202cae407842ec0ae29

diff --git a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20.ebuild b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20.ebuild
new file mode 100644
index 0000000..d4f049f
--- /dev/null
+++ b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20.ebuild
@@ -0,0 +1,155 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils versionator autotools
+
+FAX_SPOOL_DIR="${ROOT}/var/spool/fax"
+
+MY_PV1="$(get_version_component_range 1-4)"
+MY_PV2="$(get_version_component_range 5)"
+MY_PV3="$(get_version_component_range 6)"
+MY_P="${PN}_${MY_PV1}.svn.${MY_PV2}"
+
+DESCRIPTION="capi4hylafax adds a faxcapi modem to the hylafax enviroment"
+SRC_URI="mirror://debian/pool/main/c/capi4hylafax/${MY_P}.orig.tar.gz
+		mirror://debian/pool/main/c/capi4hylafax/${MY_P}-${MY_PV3}.debian.tar.gz"
+HOMEPAGE="http://packages.qa.debian.org/c/capi4hylafax.html"
+
+S="${WORKDIR}/${PN}-svn"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="net-dialup/capi4k-utils
+	app-shells/bash:0
+	media-libs/tiff:0
+	virtual/jpeg:0
+	sys-libs/zlib"
+
+RDEPEND="${DEPEND}
+	dev-util/dialog"
+
+DOCS=( AUTHORS ChangeLog Readme_src )
+HTML_DOCS=( README.html LIESMICH.html )
+
+src_prepare() {
+	EPATCH_SOURCE="${WORKDIR}/debian/patches" EPATCH_SUFFIX="patch" \
+		EPATCH_FORCE="yes" epatch
+
+	eapply_user
+
+	eautoreconf
+
+	mv ../debian . || die
+
+	# fix location of fax spool
+	sed -e "s:/var/spool/hylafax:${FAX_SPOOL_DIR}:g" \
+		-i config.faxCAPI \
+		-i Readme_src \
+		-i src/defaults.h.in \
+		-i debian/*.1 || die
+
+	# fix location of fax config
+	sed -i -e "s:/etc/hylafax:${FAX_SPOOL_DIR}/etc:g" setupconffile || die
+
+	# fix name and location of logfile
+	sed -e "s:/var/spool/fax/log/capi4hylafax:/var/log/${PN}.log:" \
+		-i config.faxCAPI || die
+
+	sed -e "s:/tmp/capifax.log:/var/log/${PN}.log:" \
+		-i src/defaults.h.in config.faxCAPI || die
+
+	# patch man pages
+	sed -e "s:/usr/share/doc/capi4hylafax/:/usr/share/doc/${PF}/html/:g" \
+		-e "s:c2send:c2faxsend:g" \
+		-e "s:c2recv:c2faxrecv:g" \
+		-e "s:CAPI4HYLAFAXCONFIG \"1\":C2FAXADDMODEM \"8\":g" \
+		-e "s:capi4hylafaxconfig:c2faxaddmodem:g" \
+		-i debian/*.1 || die
+
+	cp -f debian/capi4hylafaxconfig.1 debian/c2faxaddmodem.8 || die
+}
+
+src_configure() {
+	econf --with-hylafax-spooldir="${FAX_SPOOL_DIR}"
+}
+
+src_install() {
+	keepdir "${FAX_SPOOL_DIR}"/{etc,recvq,pollq,log,status}
+	fowners uucp:uucp "${FAX_SPOOL_DIR}" "${FAX_SPOOL_DIR}"/{etc,recvq,pollq,log,status}
+	fperms 0700 "${FAX_SPOOL_DIR}"
+
+	default
+
+	# install setup script
+	newsbin setupconffile c2faxaddmodem
+
+	# install sample config
+	insinto "${FAX_SPOOL_DIR}/etc"
+	newins config.faxCAPI config.faxCAPI.default
+
+	# install docs
+	newdoc debian/changelog ChangeLog.debian
+
+	# install man pages
+	doman debian/c2fax*.[18]
+
+	# install examples
+	insinto /usr/share/doc/${PF}/examples
+	doins sample_faxrcvd config.faxCAPI fritz_pic.tif GenerateFileMail.pl
+	newins sample_AVMC4_config.faxCAPI config.faxCAPI_AVMC4
+	newins debian/faxsend sample_faxsend
+
+	# finally install init-script + config
+	newinitd "${FILESDIR}/${PN}.initd" ${PN}
+	newconfd "${FILESDIR}/${PN}.confd" ${PN}
+}
+
+pkg_postinst() {
+	einfo
+	elog "To use capi4hylafax:"
+	elog "Make sure that your isdn/capi devices are owned by"
+	elog "the \"uucp\" user (see udev or devfsd config)."
+	elog "Modify ${FAX_SPOOL_DIR}/etc/config.faxCAPI"
+	elog "to suit your system."
+
+	if [ -n "${REPLACING_VERSIONS}" ]; then
+		elog
+		elog "If you're upgrading from a previous version"
+		elog "please check for new or changed options."
+		elog "A sample default config is installed as:"
+		elog "${FAX_SPOOL_DIR}/etc/config.faxCAPI.default"
+	else
+		elog
+		elog "Please run package config to install a default configuration."
+	fi
+
+	elog
+	elog "You should also check special options in:"
+	elog "/etc/conf.d/${PN}"
+	elog
+	elog "The following optional dependency is also available:"
+	optfeature "hylafax integration" net-misc/hylafax
+	elog
+	elog "Then append the following line to your hylafax"
+	elog "config file (${FAX_SPOOL_DIR}/etc/config):"
+	elog "SendFaxCmd:			 /usr/bin/c2faxsend"
+	einfo
+}
+
+pkg_config() {
+	local config_file="${FAX_SPOOL_DIR}/etc/config.faxCAPI"
+	if [ -e "${config_file}" ]; then
+		eerror "The configuration file already exists. Please either update"
+		eerror "or remove this file and re-run package configuration."
+		eerror "Configuration file location: ${config_file}"
+	else
+		elog "Installing template configuration file to ${config_file}"
+		cp -f "${FAX_SPOOL_DIR}/etc/config.faxCAPI.default" \
+			"${config_file}" || die
+	fi
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/capi4hylafax/
@ 2016-05-04  0:10 Austin English
  0 siblings, 0 replies; 9+ messages in thread
From: Austin English @ 2016-05-04  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     73947448a279bf3a9d131357349db19014e8a88d
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 23:11:20 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed May  4 00:08:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73947448

net-misc/capi4hylafax: remove old versions

Package-Manager: portage-2.2.26

 .../capi4hylafax-01.03.00.99.300.20.ebuild         | 155 ---------------------
 .../capi4hylafax-01.03.00.99.300.3-r1.ebuild       | 142 -------------------
 .../capi4hylafax-01.03.00.99.300.9.ebuild          | 133 ------------------
 3 files changed, 430 deletions(-)

diff --git a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20.ebuild b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20.ebuild
deleted file mode 100644
index d4f049f..0000000
--- a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20.ebuild
+++ /dev/null
@@ -1,155 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils versionator autotools
-
-FAX_SPOOL_DIR="${ROOT}/var/spool/fax"
-
-MY_PV1="$(get_version_component_range 1-4)"
-MY_PV2="$(get_version_component_range 5)"
-MY_PV3="$(get_version_component_range 6)"
-MY_P="${PN}_${MY_PV1}.svn.${MY_PV2}"
-
-DESCRIPTION="capi4hylafax adds a faxcapi modem to the hylafax enviroment"
-SRC_URI="mirror://debian/pool/main/c/capi4hylafax/${MY_P}.orig.tar.gz
-		mirror://debian/pool/main/c/capi4hylafax/${MY_P}-${MY_PV3}.debian.tar.gz"
-HOMEPAGE="http://packages.qa.debian.org/c/capi4hylafax.html"
-
-S="${WORKDIR}/${PN}-svn"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="net-dialup/capi4k-utils
-	app-shells/bash:0
-	media-libs/tiff:0
-	virtual/jpeg:0
-	sys-libs/zlib"
-
-RDEPEND="${DEPEND}
-	dev-util/dialog"
-
-DOCS=( AUTHORS ChangeLog Readme_src )
-HTML_DOCS=( README.html LIESMICH.html )
-
-src_prepare() {
-	EPATCH_SOURCE="${WORKDIR}/debian/patches" EPATCH_SUFFIX="patch" \
-		EPATCH_FORCE="yes" epatch
-
-	eapply_user
-
-	eautoreconf
-
-	mv ../debian . || die
-
-	# fix location of fax spool
-	sed -e "s:/var/spool/hylafax:${FAX_SPOOL_DIR}:g" \
-		-i config.faxCAPI \
-		-i Readme_src \
-		-i src/defaults.h.in \
-		-i debian/*.1 || die
-
-	# fix location of fax config
-	sed -i -e "s:/etc/hylafax:${FAX_SPOOL_DIR}/etc:g" setupconffile || die
-
-	# fix name and location of logfile
-	sed -e "s:/var/spool/fax/log/capi4hylafax:/var/log/${PN}.log:" \
-		-i config.faxCAPI || die
-
-	sed -e "s:/tmp/capifax.log:/var/log/${PN}.log:" \
-		-i src/defaults.h.in config.faxCAPI || die
-
-	# patch man pages
-	sed -e "s:/usr/share/doc/capi4hylafax/:/usr/share/doc/${PF}/html/:g" \
-		-e "s:c2send:c2faxsend:g" \
-		-e "s:c2recv:c2faxrecv:g" \
-		-e "s:CAPI4HYLAFAXCONFIG \"1\":C2FAXADDMODEM \"8\":g" \
-		-e "s:capi4hylafaxconfig:c2faxaddmodem:g" \
-		-i debian/*.1 || die
-
-	cp -f debian/capi4hylafaxconfig.1 debian/c2faxaddmodem.8 || die
-}
-
-src_configure() {
-	econf --with-hylafax-spooldir="${FAX_SPOOL_DIR}"
-}
-
-src_install() {
-	keepdir "${FAX_SPOOL_DIR}"/{etc,recvq,pollq,log,status}
-	fowners uucp:uucp "${FAX_SPOOL_DIR}" "${FAX_SPOOL_DIR}"/{etc,recvq,pollq,log,status}
-	fperms 0700 "${FAX_SPOOL_DIR}"
-
-	default
-
-	# install setup script
-	newsbin setupconffile c2faxaddmodem
-
-	# install sample config
-	insinto "${FAX_SPOOL_DIR}/etc"
-	newins config.faxCAPI config.faxCAPI.default
-
-	# install docs
-	newdoc debian/changelog ChangeLog.debian
-
-	# install man pages
-	doman debian/c2fax*.[18]
-
-	# install examples
-	insinto /usr/share/doc/${PF}/examples
-	doins sample_faxrcvd config.faxCAPI fritz_pic.tif GenerateFileMail.pl
-	newins sample_AVMC4_config.faxCAPI config.faxCAPI_AVMC4
-	newins debian/faxsend sample_faxsend
-
-	# finally install init-script + config
-	newinitd "${FILESDIR}/${PN}.initd" ${PN}
-	newconfd "${FILESDIR}/${PN}.confd" ${PN}
-}
-
-pkg_postinst() {
-	einfo
-	elog "To use capi4hylafax:"
-	elog "Make sure that your isdn/capi devices are owned by"
-	elog "the \"uucp\" user (see udev or devfsd config)."
-	elog "Modify ${FAX_SPOOL_DIR}/etc/config.faxCAPI"
-	elog "to suit your system."
-
-	if [ -n "${REPLACING_VERSIONS}" ]; then
-		elog
-		elog "If you're upgrading from a previous version"
-		elog "please check for new or changed options."
-		elog "A sample default config is installed as:"
-		elog "${FAX_SPOOL_DIR}/etc/config.faxCAPI.default"
-	else
-		elog
-		elog "Please run package config to install a default configuration."
-	fi
-
-	elog
-	elog "You should also check special options in:"
-	elog "/etc/conf.d/${PN}"
-	elog
-	elog "The following optional dependency is also available:"
-	optfeature "hylafax integration" net-misc/hylafax
-	elog
-	elog "Then append the following line to your hylafax"
-	elog "config file (${FAX_SPOOL_DIR}/etc/config):"
-	elog "SendFaxCmd:			 /usr/bin/c2faxsend"
-	einfo
-}
-
-pkg_config() {
-	local config_file="${FAX_SPOOL_DIR}/etc/config.faxCAPI"
-	if [ -e "${config_file}" ]; then
-		eerror "The configuration file already exists. Please either update"
-		eerror "or remove this file and re-run package configuration."
-		eerror "Configuration file location: ${config_file}"
-	else
-		elog "Installing template configuration file to ${config_file}"
-		cp -f "${FAX_SPOOL_DIR}/etc/config.faxCAPI.default" \
-			"${config_file}" || die
-	fi
-}

diff --git a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild
deleted file mode 100644
index 319c72a..0000000
--- a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild
+++ /dev/null
@@ -1,142 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils versionator autotools
-
-FAX_SPOOL_DIR="/var/spool/fax"
-
-MY_PV1="$(get_version_component_range 1-4)"
-MY_PV2="$(get_version_component_range 5)"
-MY_PV3="$(get_version_component_range 6)"
-MY_P="${PN}_${MY_PV1}.svn.${MY_PV2}"
-
-DESCRIPTION="capi4hylafax adds a faxcapi modem to the hylafax enviroment"
-SRC_URI="mirror://debian/pool/main/c/capi4hylafax/${MY_P}.orig.tar.gz
-		mirror://debian/pool/main/c/capi4hylafax/${MY_P}-${MY_PV3}.diff.gz"
-HOMEPAGE="http://packages.qa.debian.org/c/capi4hylafax.html"
-
-S="${WORKDIR}/${PN}-svn"
-
-IUSE="unicode"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-
-DEPEND="net-dialup/capi4k-utils
-	media-libs/tiff
-	virtual/jpeg
-	sys-libs/zlib"
-
-RDEPEND="${DEPEND}
-	dev-util/dialog"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	# apply debian patches + update configs
-	epatch "${WORKDIR}/${MY_P}-${MY_PV3}.diff"
-
-	# apply bugfix patch (see bug #145982)
-	epatch "${FILESDIR}/${P}-recvdev.diff"
-
-	eautoreconf
-
-	# fix location of fax spool
-	for i in config.faxCAPI Readme_src src/defaults.h.in debian/*.1; do
-		[ -f "${i}" ] && sed -i -e "s:/var/spool/hylafax:${FAX_SPOOL_DIR}:g" "${i}"
-	done
-
-	# fix location of fax config
-	sed -i -e "s:/etc/hylafax:${FAX_SPOOL_DIR}/etc:g" setupconffile
-
-	# fix name and location of logfile
-	sed -i -e "s:/var/spool/fax/log/capi4hylafax:/var/log/${PN}.log:" config.faxCAPI
-	sed -i -e "s:/tmp/capifax.log:/var/log/${PN}.log:" src/defaults.h.in config.faxCAPI
-
-	# patch man pages
-	sed -i -e "s:/usr/share/doc/capi4hylafax/:/usr/share/doc/${PF}/html/:g" \
-		-e "s:c2send:c2faxsend:g" -e "s:c2recv:c2faxrecv:g" \
-		-e "s:CAPI4HYLAFAXCONFIG \"1\":C2FAXADDMODEM \"8\":g" \
-		-e "s:capi4hylafaxconfig:c2faxaddmodem:g" debian/*.1
-	cp -f debian/capi4hylafaxconfig.1 debian/c2faxaddmodem.8
-
-	# if specified, convert all relevant files from latin1 to UTF-8
-	if use unicode; then
-		for i in config.faxCAPI; do
-			einfo "Converting ${i} to UTF-8"
-			iconv -f latin1 -t utf8 -o "${i}~" "${i}" && mv -f "${i}~" "${i}" || rm -f "${i}~"
-		done
-	fi
-}
-
-src_compile() {
-	econf --with-hylafax-spooldir="${FAX_SPOOL_DIR}" || die "econf failed"
-	emake || die "emake failed"
-}
-
-src_install() {
-	keepdir "${FAX_SPOOL_DIR}"/{etc,recvq,pollq,log,status}
-	fowners uucp:uucp "${FAX_SPOOL_DIR}" "${FAX_SPOOL_DIR}"/{etc,recvq,pollq,log,status}
-	fperms 0700 "${FAX_SPOOL_DIR}"
-
-	make DESTDIR="${D}" install || die "make install failed"
-
-	# install setup script
-	newsbin setupconffile c2faxaddmodem
-
-	# install sample config
-	insinto "${FAX_SPOOL_DIR}/etc"
-	newins config.faxCAPI config.faxCAPI.default
-
-	# install docs
-	dodoc AUTHORS ChangeLog Readme_src
-	newdoc debian/changelog ChangeLog.debian
-	dohtml README.html LIESMICH.html
-
-	# install man pages
-	doman debian/c2fax*.[18]
-
-	# install examples
-	insinto /usr/share/doc/${PF}/examples
-	doins sample_faxrcvd faxrcvd config.faxCAPI fritz_pic.tif GenerateFileMail.pl
-	newins sample_AVMC4_config.faxCAPI config.faxCAPI_AVMC4
-	newins debian/faxsend sample_faxsend
-
-	# finally install init-script + config
-	newinitd "${FILESDIR}/${PN}.initd" ${PN}
-	newconfd "${FILESDIR}/${PN}.confd" ${PN}
-}
-
-pkg_postinst() {
-	einfo "To use capi4hylafax:"
-	einfo "Make sure that your isdn/capi devices are owned by"
-	einfo "the \"uucp\" user (see udev or devfsd config)."
-	einfo "Modify ${FAX_SPOOL_DIR}/etc/config.faxCAPI"
-	einfo "to suit your system."
-
-	if [ -f "${FAX_SPOOL_DIR}/etc/config.faxCAPI" ]; then
-		einfo
-		einfo "If you're upgrading from a previous version"
-		einfo "please check for new or changed options."
-		einfo "A sample default config is installed as:"
-		einfo "${FAX_SPOOL_DIR}/etc/config.faxCAPI.default"
-	else
-		# install default config
-		cp -f "${FAX_SPOOL_DIR}/etc/config.faxCAPI.default" \
-			"${FAX_SPOOL_DIR}/etc/config.faxCAPI"
-	fi
-
-	einfo
-	einfo "You should also check special options in:"
-	einfo "/etc/conf.d/${PN}"
-	einfo
-	einfo "If you want to use capi4hylafax together with"
-	einfo "hylafax, then please emerge net-misc/hylafax"
-	einfo
-	einfo "Then append the following line to your hylafax"
-	einfo "config file (${FAX_SPOOL_DIR}/etc/config):"
-	einfo "SendFaxCmd:			   /usr/bin/c2faxsend"
-}

diff --git a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.9.ebuild b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.9.ebuild
deleted file mode 100644
index 760f04b..0000000
--- a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.9.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils versionator autotools
-
-FAX_SPOOL_DIR="/var/spool/fax"
-
-MY_PV1="$(get_version_component_range 1-4)"
-MY_PV2="$(get_version_component_range 5)"
-MY_PV3="$(get_version_component_range 6)"
-MY_P="${PN}_${MY_PV1}.svn.${MY_PV2}"
-
-DESCRIPTION="capi4hylafax adds a faxcapi modem to the hylafax enviroment"
-SRC_URI="mirror://debian/pool/main/c/capi4hylafax/${MY_P}.orig.tar.gz
-		mirror://debian/pool/main/c/capi4hylafax/${MY_P}-${MY_PV3}.diff.gz"
-HOMEPAGE="http://packages.qa.debian.org/c/capi4hylafax.html"
-
-S="${WORKDIR}/${PN}-svn"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="net-dialup/capi4k-utils
-	app-shells/bash
-	media-libs/tiff
-	virtual/jpeg
-	sys-libs/zlib"
-
-RDEPEND="${DEPEND}
-	dev-util/dialog"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	# apply debian patches + update configs
-	epatch "${WORKDIR}/${MY_P}-${MY_PV3}.diff"
-
-	# update autotools
-	eautoreconf
-
-	# fix location of fax spool
-	for i in config.faxCAPI Readme_src src/defaults.h.in debian/*.1; do
-		[ -f "${i}" ] && sed -i -e "s:/var/spool/hylafax:${FAX_SPOOL_DIR}:g" "${i}"
-	done
-
-	# fix location of fax config
-	sed -i -e "s:/etc/hylafax:${FAX_SPOOL_DIR}/etc:g" setupconffile
-
-	# fix name and location of logfile
-	sed -i -e "s:/var/spool/fax/log/capi4hylafax:/var/log/${PN}.log:" config.faxCAPI
-	sed -i -e "s:/tmp/capifax.log:/var/log/${PN}.log:" src/defaults.h.in config.faxCAPI
-
-	# patch man pages
-	sed -i -e "s:/usr/share/doc/capi4hylafax/:/usr/share/doc/${PF}/html/:g" \
-		-e "s:c2send:c2faxsend:g" -e "s:c2recv:c2faxrecv:g" \
-		-e "s:CAPI4HYLAFAXCONFIG \"1\":C2FAXADDMODEM \"8\":g" \
-		-e "s:capi4hylafaxconfig:c2faxaddmodem:g" debian/*.1
-	cp -f debian/capi4hylafaxconfig.1 debian/c2faxaddmodem.8
-}
-
-src_compile() {
-	econf --with-hylafax-spooldir="${FAX_SPOOL_DIR}" || die "econf failed"
-	emake || die "emake failed"
-}
-
-src_install() {
-	keepdir "${FAX_SPOOL_DIR}"/{etc,recvq,pollq,log,status}
-	fowners uucp:uucp "${FAX_SPOOL_DIR}" "${FAX_SPOOL_DIR}"/{etc,recvq,pollq,log,status}
-	fperms 0700 "${FAX_SPOOL_DIR}"
-
-	make DESTDIR="${D}" install || die "make install failed"
-
-	# install setup script
-	newsbin setupconffile c2faxaddmodem
-
-	# install sample config
-	insinto "${FAX_SPOOL_DIR}/etc"
-	newins config.faxCAPI config.faxCAPI.default
-
-	# install docs
-	dodoc AUTHORS ChangeLog Readme_src
-	newdoc debian/changelog ChangeLog.debian
-	dohtml README.html LIESMICH.html
-
-	# install man pages
-	doman debian/c2fax*.[18]
-
-	# install examples
-	insinto /usr/share/doc/${PF}/examples
-	doins sample_faxrcvd config.faxCAPI fritz_pic.tif GenerateFileMail.pl
-	newins sample_AVMC4_config.faxCAPI config.faxCAPI_AVMC4
-	newins debian/faxsend sample_faxsend
-
-	# finally install init-script + config
-	newinitd "${FILESDIR}/${PN}.initd" ${PN}
-	newconfd "${FILESDIR}/${PN}.confd" ${PN}
-}
-
-pkg_postinst() {
-	elog "To use capi4hylafax:"
-	elog "Make sure that your isdn/capi devices are owned by"
-	elog "the \"uucp\" user (see udev or devfsd config)."
-	elog "Modify ${FAX_SPOOL_DIR}/etc/config.faxCAPI"
-	elog "to suit your system."
-
-	if [ -f "${FAX_SPOOL_DIR}/etc/config.faxCAPI" ]; then
-		elog
-		elog "If you're upgrading from a previous version"
-		elog "please check for new or changed options."
-		elog "A sample default config is installed as:"
-		elog "${FAX_SPOOL_DIR}/etc/config.faxCAPI.default"
-	else
-		# install default config
-		cp -f "${FAX_SPOOL_DIR}/etc/config.faxCAPI.default" \
-			"${FAX_SPOOL_DIR}/etc/config.faxCAPI"
-	fi
-
-	elog
-	elog "You should also check special options in:"
-	elog "/etc/conf.d/${PN}"
-	elog
-	elog "If you want to use capi4hylafax together with"
-	elog "hylafax, then please emerge net-misc/hylafax"
-	elog
-	elog "Then append the following line to your hylafax"
-	elog "config file (${FAX_SPOOL_DIR}/etc/config):"
-	elog "SendFaxCmd:             /usr/bin/c2faxsend"
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/capi4hylafax/
@ 2016-11-27 20:03 Pacho Ramos
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2016-11-27 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     cab796643abd3d06b9e2ed02f542a4ea6ab55eb9
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 18:49:36 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 20:03:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab79664

net-misc/capi4hylafax: Use net-libs/libcapi (#595674)

Package-Manager: portage-2.3.2

 .../capi4hylafax-01.03.00.99.300.20-r2.ebuild      | 156 +++++++++++++++++++++
 1 file changed, 156 insertions(+)

diff --git a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
new file mode 100644
index 00000000..b1601dc
--- /dev/null
+++ b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
@@ -0,0 +1,156 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils versionator autotools
+
+FAX_SPOOL_DIR="${ROOT}/var/spool/fax"
+
+MY_PV1="$(get_version_component_range 1-4)"
+MY_PV2="$(get_version_component_range 5)"
+MY_PV3="$(get_version_component_range 6)"
+MY_P="${PN}_${MY_PV1}.svn.${MY_PV2}"
+
+DESCRIPTION="capi4hylafax adds a faxcapi modem to the hylafax enviroment"
+SRC_URI="mirror://debian/pool/main/c/capi4hylafax/${MY_P}.orig.tar.gz
+	mirror://debian/pool/main/c/capi4hylafax/${MY_P}-${MY_PV3}.debian.tar.gz"
+HOMEPAGE="http://packages.qa.debian.org/c/capi4hylafax.html"
+
+S="${WORKDIR}/${PN}-svn"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	app-shells/bash:0
+	net-libs/libcapi
+	media-libs/tiff:0
+	virtual/jpeg:0
+	sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+	dev-util/dialog
+"
+
+DOCS=( AUTHORS ChangeLog Readme_src )
+HTML_DOCS=( README.html LIESMICH.html )
+
+src_prepare() {
+	EPATCH_SOURCE="${WORKDIR}/debian/patches" EPATCH_SUFFIX="patch" \
+		EPATCH_FORCE="yes" epatch
+
+	eapply_user
+
+	eautoreconf
+
+	mv ../debian . || die
+
+	# fix location of fax spool
+	sed -e "s:/var/spool/hylafax:${FAX_SPOOL_DIR}:g" \
+		-i config.faxCAPI \
+		-i Readme_src \
+		-i src/defaults.h.in \
+		-i debian/*.1 || die
+
+	# fix location of fax config
+	sed -i -e "s:/etc/hylafax:${FAX_SPOOL_DIR}/etc:g" setupconffile || die
+
+	# fix name and location of logfile
+	sed -e "s:/var/spool/fax/log/capi4hylafax:/var/log/${PN}.log:" \
+		-i config.faxCAPI || die
+
+	sed -e "s:/tmp/capifax.log:/var/log/${PN}.log:" \
+		-i src/defaults.h.in config.faxCAPI || die
+
+	# patch man pages
+	sed -e "s:/usr/share/doc/capi4hylafax/:/usr/share/doc/${PF}/html/:g" \
+		-e "s:c2send:c2faxsend:g" \
+		-e "s:c2recv:c2faxrecv:g" \
+		-e "s:CAPI4HYLAFAXCONFIG \"1\":C2FAXADDMODEM \"8\":g" \
+		-e "s:capi4hylafaxconfig:c2faxaddmodem:g" \
+		-i debian/*.1 || die
+
+	cp -f debian/capi4hylafaxconfig.1 debian/c2faxaddmodem.8 || die
+}
+
+src_configure() {
+	econf --with-hylafax-spooldir="${FAX_SPOOL_DIR}"
+}
+
+src_install() {
+	keepdir "${FAX_SPOOL_DIR}"/{etc,recvq,pollq,log,status}
+	fowners uucp:uucp "${FAX_SPOOL_DIR}" "${FAX_SPOOL_DIR}"/{etc,recvq,pollq,log,status}
+	fperms 0700 "${FAX_SPOOL_DIR}"
+
+	default
+
+	# install setup script
+	newsbin setupconffile c2faxaddmodem
+
+	# install sample config
+	insinto "${FAX_SPOOL_DIR}/etc"
+	newins config.faxCAPI config.faxCAPI.default
+
+	# install docs
+	newdoc debian/changelog ChangeLog.debian
+
+	# install man pages
+	doman debian/c2fax*.[18]
+
+	# install examples
+	insinto /usr/share/doc/${PF}/examples
+	doins sample_faxrcvd config.faxCAPI fritz_pic.tif GenerateFileMail.pl
+	newins sample_AVMC4_config.faxCAPI config.faxCAPI_AVMC4
+	newins debian/faxsend sample_faxsend
+
+	# finally install init-script + config
+	newinitd "${FILESDIR}/${PN}.initd" ${PN}
+	newconfd "${FILESDIR}/${PN}.confd" ${PN}
+}
+
+pkg_postinst() {
+	einfo
+	elog "To use capi4hylafax:"
+	elog "Make sure that your isdn/capi devices are owned by"
+	elog "the \"uucp\" user (see udev or devfsd config)."
+	elog "Modify ${FAX_SPOOL_DIR}/etc/config.faxCAPI"
+	elog "to suit your system."
+
+	if [ -n "${REPLACING_VERSIONS}" ]; then
+		elog
+		elog "If you're upgrading from a previous version"
+		elog "please check for new or changed options."
+		elog "A sample default config is installed as:"
+		elog "${FAX_SPOOL_DIR}/etc/config.faxCAPI.default"
+	else
+		elog
+		elog "Please run package config to install a default configuration."
+	fi
+
+	elog
+	elog "You should also check special options in:"
+	elog "/etc/conf.d/${PN}"
+	elog
+	elog "The following optional dependency is also available:"
+	optfeature "hylafax integration" net-misc/hylafax
+	elog
+	elog "Then append the following line to your hylafax"
+	elog "config file (${FAX_SPOOL_DIR}/etc/config):"
+	elog "SendFaxCmd:			 /usr/bin/c2faxsend"
+	einfo
+}
+
+pkg_config() {
+	local config_file="${FAX_SPOOL_DIR}/etc/config.faxCAPI"
+	if [ -e "${config_file}" ]; then
+		eerror "The configuration file already exists. Please either update"
+		eerror "or remove this file and re-run package configuration."
+		eerror "Configuration file location: ${config_file}"
+	else
+		elog "Installing template configuration file to ${config_file}"
+		cp -f "${FAX_SPOOL_DIR}/etc/config.faxCAPI.default" \
+			"${config_file}" || die
+	fi
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/capi4hylafax/
@ 2017-01-06  3:29 Aaron Bauman
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2017-01-06  3:29 UTC (permalink / raw
  To: gentoo-commits

commit:     17ecda379012c35b54ea83ee4e9b6054cfc748e6
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 03:28:16 2017 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 03:28:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17ecda37

net-misc/capi4hylafax: amd64 stable wrt bug #587014

 net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
index b1601dc..2ab22d9 100644
--- a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
+++ b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ S="${WORKDIR}/${PN}-svn"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	app-shells/bash:0


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/capi4hylafax/
@ 2017-02-07 16:58 Jeroen Roovers
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers @ 2017-02-07 16:58 UTC (permalink / raw
  To: gentoo-commits

commit:     694d2eb0783148331e4bb8aae776f9adcabaf483
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  7 16:56:24 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 16:58:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=694d2eb0

net-misc/capi4hylafax: Fix DEPEND/RDEPEND.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild    | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
index 7012cb1..e79d7b4 100644
--- a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
+++ b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=6
-inherit eutils versionator autotools
+inherit autotools eutils versionator
 
 FAX_SPOOL_DIR="${ROOT}/var/spool/fax"
 
@@ -23,14 +23,15 @@ SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="amd64 x86"
 
-RDEPEND="
+DEPEND="
 	app-shells/bash:0
-	net-libs/libcapi
 	media-libs/tiff:0
-	virtual/jpeg:0
+	net-libs/libcapi
 	sys-libs/zlib
+	virtual/jpeg:0
 "
-DEPEND="${RDEPEND}
+RDEPEND="
+	${DEPEND}
 	dev-util/dialog
 "
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/capi4hylafax/
@ 2017-03-01  0:43 Michael Weber
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Weber @ 2017-03-01  0:43 UTC (permalink / raw
  To: gentoo-commits

commit:     09b4696ffdd9689f45ad623dd8cee3b89ed37f72
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 00:40:27 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 00:40:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b4696f

net-misc/capi4hylafax: ppc stable (bug 587014).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"

 net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
index 2edf822cfcc..d0a0c7444c4 100644
--- a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
+++ b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/${PN}-svn"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 DEPEND="
 	app-shells/bash:0


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/capi4hylafax/
@ 2017-03-01  0:43 Michael Weber
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Weber @ 2017-03-01  0:43 UTC (permalink / raw
  To: gentoo-commits

commit:     8f2dbd8a073fd9a23a981217deb66b6ad31c9532
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 00:37:51 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 00:37:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2dbd8a

net-misc/capi4hylafax: add ~ppc keyword (bug 601022).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"

 net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
index 0a52f5387d4..2edf822cfcc 100644
--- a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
+++ b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/${PN}-svn"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 
 DEPEND="
 	app-shells/bash:0


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/capi4hylafax/
@ 2017-06-12  8:25 Michael Palimaka
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2017-06-12  8:25 UTC (permalink / raw
  To: gentoo-commits

commit:     8764fbe378a5cbc5f7b0e0fa09532709fba2ac59
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 08:23:32 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 08:25:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8764fbe3

net-misc/capi4hylafax: use HTTPS

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
index d0a0c7444c4..bcdf51d45f7 100644
--- a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
+++ b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
@@ -12,9 +12,9 @@ MY_PV3="$(get_version_component_range 6)"
 MY_P="${PN}_${MY_PV1}.svn.${MY_PV2}"
 
 DESCRIPTION="capi4hylafax adds a faxcapi modem to the hylafax enviroment"
+HOMEPAGE="https://packages.qa.debian.org/c/capi4hylafax.html"
 SRC_URI="mirror://debian/pool/main/c/capi4hylafax/${MY_P}.orig.tar.gz
 	mirror://debian/pool/main/c/capi4hylafax/${MY_P}-${MY_PV3}.debian.tar.gz"
-HOMEPAGE="http://packages.qa.debian.org/c/capi4hylafax.html"
 
 S="${WORKDIR}/${PN}-svn"
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/capi4hylafax/
@ 2021-04-04 18:55 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2021-04-04 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     96c1ea35173aa5e56ff1cf848b7bd0a9e16efa07
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  3 11:26:28 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 18:55:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c1ea35

net-misc/capi4hylafax: Drop superfluous optfeature header

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
index 50cce3b0405..8332aaea224 100644
--- a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
+++ b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 inherit autotools epatch optfeature versionator
 
 FAX_SPOOL_DIR="${ROOT}/var/spool/fax"
@@ -111,7 +112,7 @@ src_install() {
 }
 
 pkg_postinst() {
-	einfo
+	elog
 	elog "To use capi4hylafax:"
 	elog "Make sure that your isdn/capi devices are owned by"
 	elog "the \"uucp\" user (see udev or devfsd config)."
@@ -133,13 +134,12 @@ pkg_postinst() {
 	elog "You should also check special options in:"
 	elog "/etc/conf.d/${PN}"
 	elog
-	elog "The following optional dependency is also available:"
 	optfeature "hylafax integration" net-misc/hylafax
 	elog
 	elog "Then append the following line to your hylafax"
 	elog "config file (${FAX_SPOOL_DIR}/etc/config):"
 	elog "SendFaxCmd:			 /usr/bin/c2faxsend"
-	einfo
+	elog
 }
 
 pkg_config() {


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-04-04 18:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-12  8:25 [gentoo-commits] repo/gentoo:master commit in: net-misc/capi4hylafax/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2021-04-04 18:55 Andreas Sturmlechner
2017-03-01  0:43 Michael Weber
2017-03-01  0:43 Michael Weber
2017-02-07 16:58 Jeroen Roovers
2017-01-06  3:29 Aaron Bauman
2016-11-27 20:03 Pacho Ramos
2016-05-04  0:10 Austin English
2016-03-29  3:12 Sam Jorna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox