summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2013-06-06 17:06:59 +0000
committerMikle Kolyada <zlogene@gentoo.org>2013-06-06 17:06:59 +0000
commit18ffb246e942cbd962f1544a4436e6f699b3217c (patch)
tree7aafb697e01be8022126162a8e0b592d92704a7d /net-irc
parentBump. (diff)
downloadgentoo-2-18ffb246e942cbd962f1544a4436e6f699b3217c.tar.gz
gentoo-2-18ffb246e942cbd962f1544a4436e6f699b3217c.tar.bz2
gentoo-2-18ffb246e942cbd962f1544a4436e6f699b3217c.zip
drop old
(Portage version: 2.1.11.62/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/iroffer-dinoex/ChangeLog7
-rw-r--r--net-irc/iroffer-dinoex/iroffer-dinoex-3.28-r1.ebuild121
2 files changed, 5 insertions, 123 deletions
diff --git a/net-irc/iroffer-dinoex/ChangeLog b/net-irc/iroffer-dinoex/ChangeLog
index aae1fc3413c2..3ae97ec861c0 100644
--- a/net-irc/iroffer-dinoex/ChangeLog
+++ b/net-irc/iroffer-dinoex/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/iroffer-dinoex
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/iroffer-dinoex/ChangeLog,v 1.5 2013/06/06 07:19:48 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/iroffer-dinoex/ChangeLog,v 1.6 2013/06/06 17:06:59 zlogene Exp $
+
+ 06 Jun 2013; Mikle Kolyada <zlogene@gentoo.org>
+ -iroffer-dinoex-3.28-r1.ebuild:
+ drop old
06 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> metadata.xml:
Reassigning due to Zlogene became Gentoo developer, remove proxy maintainers
@@ -32,4 +36,3 @@
Initial commit, wrt bug #426616. Ebuild made by Mikle Kolyada, who will
maintain this package through proxy maintainers. Logrotate script was picked
up from sunrise overlay
-
diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.28-r1.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.28-r1.ebuild
deleted file mode 100644
index 2445c4e02de2..000000000000
--- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.28-r1.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/iroffer-dinoex/iroffer-dinoex-3.28-r1.ebuild,v 1.1 2013/02/25 18:35:58 pinkbyte Exp $
-
-EAPI=5
-
-PLOCALES="de en fr it"
-PLOCALE_BACKUP="en"
-
-inherit eutils l10n toolchain-funcs user
-
-DESCRIPTION="IRC fileserver using DCC"
-HOMEPAGE="http://iroffer.dinoex.net/"
-SRC_URI="http://iroffer.dinoex.net/${P}.tar.gz
- http://iroffer.dinoex.net/HISTORY/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+admin +blowfish curl debug geoip gnutls +http kqueue +memsave ruby ssl +telnet upnp"
-
-REQUIRED_USE="
- admin? ( http )
- gnutls? ( ssl )
-"
-
-# Dependency on NSS should be optional, but it causes automagic, so it is hard for now.
-# chroot? ( dev-libs/nss )
-# $(usex chroot '' '-no-chroot' '' '')\
-RDEPEND="dev-libs/nss
- curl? (
- net-misc/curl[ssl?]
- gnutls? ( net-misc/curl[curl_ssl_gnutls] )
- !gnutls? ( ssl? ( net-misc/curl[curl_ssl_openssl] ) )
- )
- geoip? ( dev-libs/geoip )
- gnutls? ( net-libs/gnutls )
- ruby? ( dev-lang/ruby )
- ssl? ( !gnutls? ( dev-libs/openssl ) )"
-
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- enewgroup iroffer
- enewuser iroffer -1 -1 -1 iroffer
-}
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-config.patch"\
- "${FILESDIR}/${PN}-Werror.patch"
- l10n_find_plocales_changes "" 'help-admin-' '.txt'
-}
-
-do_configure() {
- echo ./Configure $*
- ./Configure $* || die "configure phase failed"
-}
-
-src_configure() {
- do_configure \
- PREFIX="${EPREFIX}/usr"\
- $(usex debug '-profiling' '' '' '')\
- $(usex debug '-debug' '' '' '')\
- $(usex geoip '-geoip' '' '' '')\
- $(usex curl '-curl' '' '' '' )\
- $(usex gnutls '-tls' '' '' '' '')\
- $(usex upnp '-upnp' '' '' '')\
- $(usex ruby '-ruby' '' '' '')\
- $(usex kqueue '-kqueue' '' '' '')\
- $(usex blowfish '' '-no-blowfish' '' '')\
- $(usex ssl '' '-no-openssl' '' '')\
- $(usex http '' '-no-http' '' '')\
- $(usex admin '' '-no-admin' '' '')\
- $(usex telnet '' '-no-telnet' '' '')\
- $(usex memsave '' '-no-memsave' '' '')
-}
-
-src_compile() {
- # TODO: default compile targets always include chrooted target, which is not good
- emake CC="$(tc-getCC)" $(l10n_get_locales)
-}
-
-myloc() {
- emake DESTDIR="${D}" install-${1}
-
- dodoc help-admin-${1}.txt
- use http && dohtml doc/INSTALL-linux-${1}.html
-
- insinto /etc/${PN}
- case ${1} in
- "de")
- doins beispiel.config;;
- "fr")
- doins exemple.config;;
- *)
- doins sample.config;;
- esac
-}
-
-src_install() {
- l10n_for_each_locale_do myloc
-
- dodoc README* THANKS TODO
- doman iroffer.1 xdcc.7
-
- newinitd "${FILESDIR}/${PN}.init" ${PN}
- newconfd "${FILESDIR}/${PN}.conf" ${PN}
-
- insinto /etc/logrotate.d
- newins "${FILESDIR}/${PN}.logrotate" ${PN}
-
- if use ruby; then
- insinto /usr/share/${PN}
- doins ruby-sample.rb
- fi
-
- if use http; then
- insinto /usr/share/${PN}/htdocs
- doins htdocs/*
- fi
-}