summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjarke Istrup Pedersen <gurligebis@gentoo.org>2008-12-14 18:51:28 +0000
committerBjarke Istrup Pedersen <gurligebis@gentoo.org>2008-12-14 18:51:28 +0000
commit1b028d1c7a25c7e91ed2d5847c20aca9f2fc4d29 (patch)
tree7fa66bd176776ccb9c55a19cc135c7e292935314 /net-irc
parentalpha/arm/ia64/sparc/x86 stable wrt #249746 (diff)
downloadgentoo-2-1b028d1c7a25c7e91ed2d5847c20aca9f2fc4d29.tar.gz
gentoo-2-1b028d1c7a25c7e91ed2d5847c20aca9f2fc4d29.tar.bz2
gentoo-2-1b028d1c7a25c7e91ed2d5847c20aca9f2fc4d29.zip
Bumping to 1.8.0_rc1
(Portage version: 2.2_rc17/cvs/Linux 2.6.28-rc8 i686)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/anope/ChangeLog8
-rw-r--r--net-irc/anope/anope-1.8.0_rc1.ebuild (renamed from net-irc/anope/anope-1.7.21.ebuild)19
-rw-r--r--net-irc/anope/files/pid-patch.diff7
3 files changed, 23 insertions, 11 deletions
diff --git a/net-irc/anope/ChangeLog b/net-irc/anope/ChangeLog
index 52be1a4fe340..fb58f1577832 100644
--- a/net-irc/anope/ChangeLog
+++ b/net-irc/anope/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-irc/anope
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/ChangeLog,v 1.12 2008/11/29 15:05:59 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/ChangeLog,v 1.13 2008/12/14 18:51:28 gurligebis Exp $
+
+*anope-1.8.0_rc1 (14 Dec 2008)
+
+ 14 Dec 2008; Bjarke Istrup Pedersen <gurligebis@gentoo.org>
+ files/pid-patch.diff, -anope-1.7.21.ebuild, +anope-1.8.0_rc1.ebuild:
+ Bumping to 1.8.0_rc1
29 Nov 2008; Thomas Anderson <gentoofan23@gentoo.org> anope-1.7.21.ebuild:
keyworded ~arch for amd64, bug 248624
diff --git a/net-irc/anope/anope-1.7.21.ebuild b/net-irc/anope/anope-1.8.0_rc1.ebuild
index 8f3421b344aa..07c0477c9c14 100644
--- a/net-irc/anope/anope-1.7.21.ebuild
+++ b/net-irc/anope/anope-1.8.0_rc1.ebuild
@@ -1,12 +1,15 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/anope-1.7.21.ebuild,v 1.2 2008/11/29 15:05:59 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/anope-1.8.0_rc1.ebuild,v 1.1 2008/12/14 18:51:28 gurligebis Exp $
-inherit eutils
+inherit eutils versionator
+
+MY_PV=$(replace_version_separator 3 '-')
+S="${WORKDIR}/${PN}-${MY_PV}"
DESCRIPTION="Anope IRC Services"
HOMEPAGE="http://www.anope.org"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -28,14 +31,19 @@ pkg_setup() {
fi
}
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ epatch "${FILESDIR}"/pid-patch.diff
+}
+
src_compile() {
local myconf
if ! use mysql; then
myconf="${myconf} --without-mysql"
fi
- epatch "${FILESDIR}"/pid-patch.diff
-
econf \
${myconf} \
--bindir ${INSTALL_DIR} \
@@ -108,7 +116,6 @@ src_install() {
doins src/core/*.so
fowners anope:anope ${INSTALL_DIR}/services
- fowners anope:anope ${INSTALL_DIR}/data/services.conf
fowners anope:anope ${INSTALL_DIR}/data/languages/cat
fowners anope:anope ${INSTALL_DIR}/data/languages/de
fowners anope:anope ${INSTALL_DIR}/data/languages/en_us
diff --git a/net-irc/anope/files/pid-patch.diff b/net-irc/anope/files/pid-patch.diff
index 3e859a10cf74..c92e1216be9c 100644
--- a/net-irc/anope/files/pid-patch.diff
+++ b/net-irc/anope/files/pid-patch.diff
@@ -1,7 +1,6 @@
-diff -aurp data/example.conf data/example.conf
---- data/example.conf 2006-08-29 22:07:50.000000000 +0000
-+++ data/example.conf 2006-08-29 22:08:11.000000000 +0000
-@@ -255,7 +255,7 @@ HostServName "HostServ" "vHost Server"
+--- data/example.conf.orig 2008-12-14 20:37:22.000000000 +0000
++++ data/example.conf 2008-12-14 20:37:43.000000000 +0000
+@@ -285,7 +285,7 @@ HostServName "HostServ" "vHost Server"
# PIDFile <filename> [REQUIRED]
# Specifies the name of the file containing Services' process ID.