commit:     38dce45292b00cbbb4101ada64bb5b1c1418c104
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  3 17:16:52 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Sep  3 17:16:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38dce452

net-irc/znc: remove old

Package-Manager: portage-2.3.0_p24

 net-irc/znc/Manifest          |   1 -
 net-irc/znc/znc-1.2-r1.ebuild | 167 ------------------------------------------
 net-irc/znc/znc-1.4.ebuild    | 167 ------------------------------------------
 3 files changed, 335 deletions(-)

diff --git a/net-irc/znc/Manifest b/net-irc/znc/Manifest
index dc1f820..d4ac35e 100644
--- a/net-irc/znc/Manifest
+++ b/net-irc/znc/Manifest
@@ -1,5 +1,4 @@
 DIST gtest-1.7.0.zip 1164254 SHA256 
247ca18dd83f53deb1328be17e4b1be31514cedfc1e3424f672bf11fd7e0d60d SHA512 
8859369f2dd32cbc2ac01aba029aa3ff20a321f40658b9643aff442d34c33468221866b801b28c66a28af47dbcd362d26941fc98db92b6efb7e41ea5b7be1a07
 WHIRLPOOL 
0c31a385159551859c1afe76480b3fb1b560d666db9a0afc5cbda92bcd53bf129f85a8f902c6ded0779c2b4c49aacec59ba5a4d5ce316a07bf08174f4fc64049
-DIST znc-1.2.tar.gz 1235150 SHA256 
d9a2cd2a484ff23e6fc9cbde8dd8a43efbcd8d288afca7b1268914ca0d18701d SHA512 
dff24e56127e5599d64b4c62de967d5d48d8ebf23ca8597d33bf0b3622640512db7a462bfa7c2031cd8307f402bab8efa345f6d1fc813e78eb0dcae581de3cf7
 WHIRLPOOL 
b0810eb66e63be762f74f04eb2289e3634b18d6ecbd36d55f6a6772697e0397637d59b9ea01eaf62ef1cbe5f6e65b06432a254f4ada35194aa06b65c4a2f7994
 DIST znc-1.4.tar.gz 1239648 SHA256 
86e98fd0ed182d39828c926809f8075d836ee3b70a6dd43dfbb434822f2a7b52 SHA512 
0c33b05e8232084999812cbaa467dc7d37b80cafc1001b82e89c702b4303d8db9a27b948fe653e7090404eb1c66f5492f02f3524bc39efabade4be8bdb476671
 WHIRLPOOL 
420e665fa193b3f0284a070e021c4c467e3d40a0812eedeef9b2f65a6626a050b7af8bf15a754ac571d12261705832cfa18a0f7a7817cce96d220028a86230cf
 DIST znc-1.6.1.tar.gz 1463397 SHA256 
ba49397364f48d6d32ae5242bc1166f21d972f85dd390d6bbe68a63ecbb6c140 SHA512 
92c0acca6b585df394cf8d6d295948fc1342ff7b15d081017d2e0ba521129f914fa2b019a82d801f826f1009456294e4f578e978f34677bbfe436e87e2734aba
 WHIRLPOOL 
ff4a22742d5e1e8da66325fdc8a2fd88a467674a5f13f6d353b1c3588affd86f2c33c24d48f1b61dfba14311d6f1c13b2939851316cb302ab031073baa05ec17
 DIST znc-1.6.3.tar.gz 1464200 SHA256 
631c46de76fe601a41ef7676bc974958e9a302b72b25fc92b4a603a25d89b827 SHA512 
777279b6c973310b4e78a0472bd1e355c2adf3e4fbe9ebedde3dd4706e5c0b208d4330eb2318a8d9e0d7d7146bee0a4a428cbe5a3f230c8f6aa692a477e86e2b
 WHIRLPOOL 
2a41e0ac90038a8cc8f289d4ffc0494d29eda75450f650b8870c076fb809eb9c5829720bb39eb43d38ee4ac7f9bea6000ad90fcdd8c0eea461bf04f88cc17b52

diff --git a/net-irc/znc/znc-1.2-r1.ebuild b/net-irc/znc/znc-1.2-r1.ebuild
deleted file mode 100644
index 8322a7f..00000000
--- a/net-irc/znc/znc-1.2-r1.ebuild
+++ /dev/null
@@ -1,167 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_3 )
-inherit base python-single-r1 user
-
-MY_PV=${PV/_/-}
-DESCRIPTION="An advanced IRC Bouncer"
-
-if [[ ${PV} == *9999* ]]; then
-       inherit git-2
-       EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/znc/znc.git"}
-       SRC_URI=""
-       KEYWORDS=""
-else
-       SRC_URI="http://znc.in/releases/${PN}-${MY_PV}.tar.gz";
-       KEYWORDS="amd64 ~arm x86"
-fi
-
-HOMEPAGE="http://znc.in";
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="daemon debug ipv6 perl python ssl sasl tcl"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-       perl? ( >=dev-lang/perl-5.10 )
-       python? ( ${PYTHON_DEPS} )
-       sasl? ( >=dev-libs/cyrus-sasl-2 )
-       ssl? ( >=dev-libs/openssl-0.9.7d:0 )
-       tcl? ( dev-lang/tcl:0= )
-"
-DEPEND="
-       virtual/pkgconfig
-       perl? ( dev-lang/swig )
-       python? (
-               >=dev-lang/swig-2.0.8
-       )
-       ${RDEPEND}
-"
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-PATCHES=(
-       "${FILESDIR}/${PN}-1.0-systemwideconfig.patch"
-       "${FILESDIR}/${P}-webadmin-correctly-handle-channel-names.patch"
-)
-
-CONFDIR="/var/lib/znc"
-
-pkg_setup() {
-       if use python; then
-               python-single-r1_pkg_setup
-       fi
-       if use daemon; then
-               enewgroup ${PN}
-               enewuser ${PN} -1 -1 /dev/null ${PN}
-       fi
-}
-
-src_prepare() {
-       if [[ ${PV} == *9999* ]]; then
-               ./autogen.sh
-       fi
-
-       base_src_prepare
-}
-
-src_configure() {
-       econf \
-               $(use_enable debug) \
-               $(use_enable ipv6) \
-               $(use_enable perl) \
-               $(use python && echo "--enable-python=python3") \
-               $(use_enable sasl cyrus) \
-               $(use_enable ssl openssl) \
-               $(use_enable tcl tcl)
-}
-
-src_install() {
-       emake install DESTDIR="${D}"
-       dodoc NOTICE README.md
-       if use daemon; then
-               newinitd "${FILESDIR}"/znc.initd znc
-               newconfd "${FILESDIR}"/znc.confd znc
-       fi
-}
-
-pkg_postinst() {
-       if use !daemon; then
-               elog
-               elog "Run 'znc --makeconf' as the user you want to run ZNC as"
-               elog "to make a configuration file"
-               elog "If you are using SSL you should also run 'znc --makepem'"
-               elog
-       else
-               elog
-               elog "An init-script was installed in /etc/init.d"
-               elog "A config file was installed in /etc/conf.d"
-               if [[ ! -d "${EROOT}${CONFDIR}" ]]; then
-                       elog
-                       elog "Run 'emerge --config znc' to configure ZNC"
-                       elog "as a system-wide daemon."
-                       elog
-                       elog "If you are using SSL you should also run:"
-                       elog "  znc --system-wide-config-as znc --makepem -d 
${CONFDIR}"
-                       elog "as root"
-                       elog
-                       elog "If migrating from a user-based install"
-                       elog "you can use your existing config files:"
-                       elog "  mkdir ${CONFDIR}"
-                       elog "  mv /home/\$USER/.znc/* ${CONFDIR}"
-                       elog "  rm -rf /home/\$USER/.znc"
-                       elog "  chown -R znc:znc ${CONFDIR}"
-                       elog
-                       elog "If you already have znc set up and want take 
advantage of the"
-                       elog "init script but skip of all the above, you can 
also edit"
-                       elog "  /etc/conf.d/znc"
-                       elog "and adjust the variables to your current znc user 
and config"
-                       elog "location."
-                       if [[ -d "${EROOT}"/etc/znc ]]; then
-                               elog
-                               ewarn "/etc/znc exists on your system."
-                               ewarn "Due to the nature of the contents of 
that folder,"
-                               ewarn "we have changed the default 
configuration to use"
-                               ewarn " /var/lib/znc"
-                               ewarn "please move /etc/znc to /var/lib/znc"
-                               ewarn "or adjust /etc/conf.d/znc"
-                       fi
-               else
-                       elog "Existing config detected in ${CONFDIR}"
-                       elog "You're good to go :)"
-               fi
-               elog
-       fi
-}
-
-pkg_config() {
-       if use daemon && ! [[ -d "${EROOT}${CONFDIR}" ]]; then
-               einfo "Press ENTER to interactively create a new configuration 
file for znc."
-               einfo "To abort, press Control-C"
-               read
-               mkdir -p "${EROOT}${CONFDIR}" || die
-               chown -R ${PN}:${PN} "${EROOT}${CONFDIR}" ||
-                       die "Setting permissions failed"
-               "${EROOT}"/usr/bin/znc --system-wide-config-as znc -c -r -d 
"${EROOT}${CONFDIR}" ||
-                       die "Config failed"
-               echo
-               einfo "To start znc, run '/etc/init.d/znc start'"
-               einfo "or add znc to a runlevel:"
-               einfo "  rc-update add znc default"
-       else
-               if use daemon; then
-                       ewarn "${CONFDIR} already exists, aborting to avoid 
damaging"
-                       ewarn "any existing configuration. If you are sure you 
want"
-                       ewarn "to generate a new configuration, remove the 
folder"
-                       ewarn "and try again."
-               else
-                       ewarn "To configure znc as a system-wide daemon you 
have to"
-                       ewarn "enable the 'daemon' use flag."
-               fi
-       fi
-}

diff --git a/net-irc/znc/znc-1.4.ebuild b/net-irc/znc/znc-1.4.ebuild
deleted file mode 100644
index 99ad525..00000000
--- a/net-irc/znc/znc-1.4.ebuild
+++ /dev/null
@@ -1,167 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_3 )
-inherit base python-single-r1 user
-
-MY_PV=${PV/_/-}
-DESCRIPTION="An advanced IRC Bouncer"
-
-if [[ ${PV} == *9999* ]]; then
-       inherit git-2
-       EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/znc/znc.git"}
-       SRC_URI=""
-       KEYWORDS=""
-else
-       SRC_URI="http://znc.in/releases/${PN}-${MY_PV}.tar.gz";
-       KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-HOMEPAGE="http://znc.in";
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="daemon debug ipv6 perl python ssl sasl tcl"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-       perl? ( >=dev-lang/perl-5.10 )
-       python? ( ${PYTHON_DEPS} )
-       sasl? ( >=dev-libs/cyrus-sasl-2 )
-       ssl? ( >=dev-libs/openssl-0.9.7d:0 )
-       tcl? ( dev-lang/tcl:0= )
-"
-DEPEND="
-       virtual/pkgconfig
-       perl? (
-               >=dev-lang/swig-2.0.12
-       )
-       python? (
-               >=dev-lang/swig-2.0.12
-       )
-       ${RDEPEND}
-"
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-PATCHES=(
-       "${FILESDIR}/${PN}-1.0-systemwideconfig.patch"
-)
-
-CONFDIR="/var/lib/znc"
-
-pkg_setup() {
-       if use python; then
-               python-single-r1_pkg_setup
-       fi
-       if use daemon; then
-               enewgroup ${PN}
-               enewuser ${PN} -1 -1 /dev/null ${PN}
-       fi
-}
-
-src_prepare() {
-       if [[ ${PV} == *9999* ]]; then
-               ./autogen.sh
-       fi
-
-       base_src_prepare
-}
-
-src_configure() {
-       econf \
-               $(use_enable debug) \
-               $(use_enable ipv6) \
-               $(use_enable perl) \
-               $(use python && echo "--enable-python=python3") \
-               $(use_enable sasl cyrus) \
-               $(use_enable ssl openssl) \
-               $(use_enable tcl tcl)
-}
-
-src_install() {
-       emake install DESTDIR="${D}"
-       dodoc NOTICE README.md
-       if use daemon; then
-               newinitd "${FILESDIR}"/znc.initd znc
-               newconfd "${FILESDIR}"/znc.confd znc
-       fi
-}
-
-pkg_postinst() {
-       if use !daemon; then
-               elog
-               elog "Run 'znc --makeconf' as the user you want to run ZNC as"
-               elog "to make a configuration file"
-               elog
-       else
-               elog
-               elog "An init-script was installed in /etc/init.d"
-               elog "A config file was installed in /etc/conf.d"
-               if [[ ! -d "${EROOT}${CONFDIR}" ]]; then
-                       elog
-                       elog "Run 'emerge --config znc' to configure ZNC"
-                       elog "as a system-wide daemon."
-                       elog
-                       elog "To generate a new SSL certificate, run:"
-                       elog "  znc --system-wide-config-as znc --makepem -d 
${CONFDIR}"
-                       elog "as root"
-                       elog
-                       elog "If migrating from a user-based install"
-                       elog "you can use your existing config files:"
-                       elog "  mkdir ${CONFDIR}"
-                       elog "  mv /home/\$USER/.znc/* ${CONFDIR}"
-                       elog "  rm -rf /home/\$USER/.znc"
-                       elog "  chown -R znc:znc ${CONFDIR}"
-                       elog
-                       elog "If you already have znc set up and want take 
advantage of the"
-                       elog "init script but skip of all the above, you can 
also edit"
-                       elog "  /etc/conf.d/znc"
-                       elog "and adjust the variables to your current znc user 
and config"
-                       elog "location."
-                       if [[ -d "${EROOT}"/etc/znc ]]; then
-                               elog
-                               ewarn "/etc/znc exists on your system."
-                               ewarn "Due to the nature of the contents of 
that folder,"
-                               ewarn "we have changed the default 
configuration to use"
-                               ewarn " /var/lib/znc"
-                               ewarn "please move /etc/znc to /var/lib/znc"
-                               ewarn "or adjust /etc/conf.d/znc"
-                       fi
-               else
-                       elog "Existing config detected in ${CONFDIR}"
-                       elog "You're good to go :)"
-               fi
-               elog
-       fi
-}
-
-pkg_config() {
-       if use daemon && ! [[ -d "${EROOT}${CONFDIR}" ]]; then
-               einfo "Press ENTER to interactively create a new configuration 
file for znc."
-               einfo "To abort, press Control-C"
-               read
-               mkdir -p "${EROOT}${CONFDIR}" || die
-               chown -R ${PN}:${PN} "${EROOT}${CONFDIR}" ||
-                       die "Setting permissions failed"
-               "${EROOT}"/usr/bin/znc --system-wide-config-as znc -c -r -d 
"${EROOT}${CONFDIR}" ||
-                       die "Config failed"
-               echo
-               einfo "To start znc, run '/etc/init.d/znc start'"
-               einfo "or add znc to a runlevel:"
-               einfo "  rc-update add znc default"
-       else
-               if use daemon; then
-                       ewarn "${CONFDIR} already exists, aborting to avoid 
damaging"
-                       ewarn "any existing configuration. If you are sure you 
want"
-                       ewarn "to generate a new configuration, remove the 
folder"
-                       ewarn "and try again."
-               else
-                       ewarn "To configure znc as a system-wide daemon you 
have to"
-                       ewarn "enable the 'daemon' use flag."
-               fi
-       fi
-}

Reply via email to