* [gentoo-commits] gentoo-x86 commit in net-irc/atheme-services: ChangeLog atheme-services-7.0.0_alpha7.ebuild
@ 2011-09-30 3:38 Nathan Phillip Brink (binki)
0 siblings, 0 replies; 3+ messages in thread
From: Nathan Phillip Brink (binki) @ 2011-09-30 3:38 UTC (permalink / raw
To: gentoo-commits
binki 11/09/30 03:38:22
Modified: ChangeLog
Added: atheme-services-7.0.0_alpha7.ebuild
Log:
Bump to atheme-services-7.0.0_alpha7 with patches pulled from git allowing it to compile.
(Portage version: 2.2.0_alpha55-r1/cvs/Linux x86_64)
Revision Changes Path
1.11 net-irc/atheme-services/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 27 Jul 2011 15:11:36 -0000 1.10
+++ ChangeLog 30 Sep 2011 03:38:22 -0000 1.11
@@ -1,6 +1,15 @@
# ChangeLog for net-irc/atheme-services
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v 1.10 2011/07/27 15:11:36 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v 1.11 2011/09/30 03:38:22 binki Exp $
+
+*atheme-services-7.0.0_alpha7 (30 Sep 2011)
+
+ 30 Sep 2011; Nathan Phillip Brink <binki@gentoo.org>
+ +atheme-services-7.0.0_alpha7.ebuild,
+ +files/atheme-services-7.0.0_alpha7-mowgli-strl.patch,
+ +files/atheme-services-7.0.0_alpha7-xmlrpc-mowgli-string.patch:
+ Bump to atheme-services-7.0.0_alpha7 with patches pulled from git allowing it
+ to compile.
*atheme-services-7.0.0_alpha6 (27 Jul 2011)
1.1 net-irc/atheme-services/atheme-services-7.0.0_alpha7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/atheme-services-7.0.0_alpha7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/atheme-services-7.0.0_alpha7.ebuild?rev=1.1&content-type=text/plain
Index: atheme-services-7.0.0_alpha7.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/atheme-services-7.0.0_alpha7.ebuild,v 1.1 2011/09/30 03:38:22 binki Exp $
EAPI=4
inherit eutils flag-o-matic perl-module prefix
MY_P=${P/_/-}
DESCRIPTION="A portable and secure set of open-source and modular IRC services"
HOMEPAGE="http://atheme.net/"
SRC_URI="http://atheme.net/downloads/${MY_P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd ~amd64-linux"
IUSE="largenet ldap nls +pcre perl profile ssl"
RDEPEND=">=dev-libs/libmowgli-0.9.90
ldap? ( net-nds/openldap )
nls? ( sys-devel/gettext )
perl? ( dev-lang/perl )
pcre? ( dev-libs/libpcre )
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S=${WORKDIR}/${MY_P}
pkg_setup() {
# the dependency calculation puts all of the .c files together and
# overwhelms cc1 with this flag :-(
filter-flags -combine
if use profile; then
# bug #371119
ewarn "USE=\"profile\" is incompatible with the hardened profile's -pie flag."
ewarn "Disabling PIE. Please ignore any warning messages about -nopie being invalid."
append-flags -nopie
fi
enewgroup ${PN}
enewuser ${PN} -1 -1 /var/lib/atheme ${PN}
}
src_prepare() {
epatch "${FILESDIR}"/${P}-mowgli-strl.patch \
"${FILESDIR}"/${P}-xmlrpc-mowgli-string.patch
# fix docdir
sed -i -e 's/\(^DOCDIR.*=.\)@DOCDIR@/\1@docdir@/' extra.mk.in || die
# basic logging config directive fix
sed -i -e '/^logfile/s;var/\(.*\.log\);'"${EPREFIX}"'/var/log/atheme/\1;g' dist/* || die
# QA against bundled libs
rm -rf libmowgli || die
# Get useful information into build.log
sed -i -e '/^\.SILENT:$/d' buildsys.mk.in || die
}
src_configure() {
econf \
atheme_cv_c_gcc_w_error_implicit_function_declaration=no \
--sysconfdir="${EPREFIX}"/etc/${PN} \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
--localstatedir="${EPREFIX}"/var \
--enable-fhs-paths \
--disable-warnings \
--enable-contrib \
$(use_enable largenet large-net) \
$(use_with ldap) \
$(use_with nls) \
$(use_enable profile) \
$(use_with perl) \
$(use_with pcre) \
$(use_enable ssl)
}
src_install() {
emake DESTDIR="${D}" install
insinto /etc/${PN}
for conf in dist/*.example; do
# The .cron file isn't meant to live in /etc/${PN}, so only
# install a .example version.
[[ ${conf} == *cron* ]] && continue
newins ${conf} $(basename ${conf} .example)
done
fowners -R 0:${PN} /etc/${PN}
keepdir /var/{lib,log}/atheme
fowners ${PN}:${PN} /var/{lib,log,run}/atheme
fperms -R go-w,o-rx /etc/${PN}
fperms 750 /etc/${PN} /var/{lib,log,run}/atheme
newinitd "${FILESDIR}"/${PN}.initd ${PN}
# contributed scripts and such:
insinto /usr/share/doc/${PF}/contrib
doins contrib/*.{c,pl,php,py,rb}
if use perl; then
perlinfo
insinto "${VENDOR_LIB#${EPREFIX}}"
doins -r contrib/Atheme{,.pm}
fi
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-irc/atheme-services: ChangeLog atheme-services-7.0.0_alpha7.ebuild
@ 2011-09-30 4:47 Nathan Phillip Brink (binki)
0 siblings, 0 replies; 3+ messages in thread
From: Nathan Phillip Brink (binki) @ 2011-09-30 4:47 UTC (permalink / raw
To: gentoo-commits
binki 11/09/30 04:47:45
Modified: ChangeLog atheme-services-7.0.0_alpha7.ebuild
Log:
Require libmowgli-0.9.95 for atheme-services-7.0.0_alpha7 at jdhore's hint.
(Portage version: 2.2.0_alpha55-r1/cvs/Linux x86_64)
Revision Changes Path
1.12 net-irc/atheme-services/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 30 Sep 2011 03:38:22 -0000 1.11
+++ ChangeLog 30 Sep 2011 04:47:45 -0000 1.12
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/atheme-services
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v 1.11 2011/09/30 03:38:22 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v 1.12 2011/09/30 04:47:45 binki Exp $
+
+ 30 Sep 2011; Nathan Phillip Brink <binki@gentoo.org>
+ atheme-services-7.0.0_alpha7.ebuild:
+ Require libmowgli-0.9.95 for atheme-services-7.0.0_alpha7 at jdhore's hint.
*atheme-services-7.0.0_alpha7 (30 Sep 2011)
1.2 net-irc/atheme-services/atheme-services-7.0.0_alpha7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/atheme-services-7.0.0_alpha7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/atheme-services-7.0.0_alpha7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/atheme-services-7.0.0_alpha7.ebuild?r1=1.1&r2=1.2
Index: atheme-services-7.0.0_alpha7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/atheme-services/atheme-services-7.0.0_alpha7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- atheme-services-7.0.0_alpha7.ebuild 30 Sep 2011 03:38:22 -0000 1.1
+++ atheme-services-7.0.0_alpha7.ebuild 30 Sep 2011 04:47:45 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/atheme-services-7.0.0_alpha7.ebuild,v 1.1 2011/09/30 03:38:22 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/atheme-services-7.0.0_alpha7.ebuild,v 1.2 2011/09/30 04:47:45 binki Exp $
EAPI=4
@@ -17,7 +17,7 @@
KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd ~amd64-linux"
IUSE="largenet ldap nls +pcre perl profile ssl"
-RDEPEND=">=dev-libs/libmowgli-0.9.90
+RDEPEND=">=dev-libs/libmowgli-0.9.95
ldap? ( net-nds/openldap )
nls? ( sys-devel/gettext )
perl? ( dev-lang/perl )
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-irc/atheme-services: ChangeLog atheme-services-7.0.0_alpha7.ebuild
@ 2011-11-08 2:51 Nathan Phillip Brink (binki)
0 siblings, 0 replies; 3+ messages in thread
From: Nathan Phillip Brink (binki) @ 2011-11-08 2:51 UTC (permalink / raw
To: gentoo-commits
binki 11/11/08 02:51:39
Modified: ChangeLog
Removed: atheme-services-7.0.0_alpha7.ebuild
Log:
Drop old atheme-services-7.0.0_alpha7.
(Portage version: 2.2.0_alpha71-r1/cvs/Linux x86_64)
Revision Changes Path
1.17 net-irc/atheme-services/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 8 Nov 2011 02:47:43 -0000 1.16
+++ ChangeLog 8 Nov 2011 02:51:39 -0000 1.17
@@ -1,6 +1,12 @@
# ChangeLog for net-irc/atheme-services
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v 1.16 2011/11/08 02:47:43 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v 1.17 2011/11/08 02:51:39 binki Exp $
+
+ 08 Nov 2011; Nathan Phillip Brink <binki@gentoo.org>
+ -atheme-services-7.0.0_alpha7.ebuild,
+ -files/atheme-services-7.0.0_alpha7-mowgli-strl.patch,
+ -files/atheme-services-7.0.0_alpha7-xmlrpc-mowgli-string.patch:
+ Drop old atheme-services-7.0.0_alpha7.
*atheme-services-7.0.0_alpha9 (08 Nov 2011)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-11-08 2:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-30 4:47 [gentoo-commits] gentoo-x86 commit in net-irc/atheme-services: ChangeLog atheme-services-7.0.0_alpha7.ebuild Nathan Phillip Brink (binki)
-- strict thread matches above, loose matches on Subject: below --
2011-11-08 2:51 Nathan Phillip Brink (binki)
2011-09-30 3:38 Nathan Phillip Brink (binki)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox