summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-12-17 15:19:00 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-12-17 15:19:00 +0000
commit06f40d41c825a224a13836967a18df00fb528d01 (patch)
tree97c670171e487fa39f88292e772a225b789bb9ba /net-irc
parentStarted using EAPI=1 and IUSE defaults. Also added new 'video' flag to IUSE ... (diff)
downloadgentoo-2-06f40d41c825a224a13836967a18df00fb528d01.tar.gz
gentoo-2-06f40d41c825a224a13836967a18df00fb528d01.tar.bz2
gentoo-2-06f40d41c825a224a13836967a18df00fb528d01.zip
Cleanup ebuild, modify LICENSE, add ~amd64
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/ctrlproxy/ChangeLog5
-rw-r--r--net-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild21
2 files changed, 8 insertions, 18 deletions
diff --git a/net-irc/ctrlproxy/ChangeLog b/net-irc/ctrlproxy/ChangeLog
index 4c3078156e6d..333ddd4c267f 100644
--- a/net-irc/ctrlproxy/ChangeLog
+++ b/net-irc/ctrlproxy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/ctrlproxy
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ChangeLog,v 1.24 2007/12/13 21:43:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ChangeLog,v 1.25 2007/12/17 15:19:00 armin76 Exp $
+
+ 17 Dec 2007; Raúl Porcel <armin76@gentoo.org> ctrlproxy-3.0.5.ebuild:
+ Cleanup ebuild, modify LICENSE, add ~amd64
*ctrlproxy-3.0.5 (13 Dec 2007)
diff --git a/net-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild b/net-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild
index 41e6d4082a57..34d6698fa2ac 100644
--- a/net-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild
+++ b/net-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild
@@ -1,34 +1,21 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild,v 1.1 2007/12/13 21:43:18 armin76 Exp $
-
-inherit flag-o-matic
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild,v 1.2 2007/12/17 15:19:00 armin76 Exp $
DESCRIPTION="IRC proxy with multiserver and multiclient support"
HOMEPAGE="http://ctrlproxy.vernstok.nl/"
SRC_URI="http://ctrlproxy.vernstok.nl/releases/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~ia64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86"
IUSE="ssl"
RESTRICT="test"
DEPEND=">=dev-libs/glib-2
- dev-libs/popt
- dev-libs/libxml2
- dev-libs/libpcre
dev-util/pkgconfig
ssl? ( net-libs/gnutls )"
-src_compile() {
- # hack alert
- append-flags -fPIC
-
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
src_install() {
- make DESTDIR="${D}" install || die "emake install failed"
+ emake DESTDIR="${D}" install install-doc || die "emake install failed"
}