* [gentoo-commits] gentoo-x86 commit in net-libs/libircclient: ChangeLog libircclient-1.6-r1.ebuild
@ 2012-09-07 19:24 Julian Ospald (hasufell)
0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2012-09-07 19:24 UTC (permalink / raw
To: gentoo-commits
hasufell 12/09/07 19:24:24
Modified: ChangeLog
Added: libircclient-1.6-r1.ebuild
Log:
support shared libs
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Revision Changes Path
1.7 net-libs/libircclient/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libircclient/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libircclient/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libircclient/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libircclient/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 29 May 2012 07:01:30 -0000 1.6
+++ ChangeLog 7 Sep 2012 19:24:24 -0000 1.7
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/libircclient
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libircclient/ChangeLog,v 1.6 2012/05/29 07:01:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libircclient/ChangeLog,v 1.7 2012/09/07 19:24:24 hasufell Exp $
+
+*libircclient-1.6-r1 (07 Sep 2012)
+
+ 07 Sep 2012; Julian Ospald <hasufell@gentoo.org> +libircclient-1.6-r1.ebuild,
+ +files/libircclient-1.6-fpic.patch:
+ support shared libs
29 May 2012; Michael Sterrett <mr_bones_@gentoo.org>
-files/libircclient-1.3-build.patch, -libircclient-1.3.ebuild:
1.1 net-libs/libircclient/libircclient-1.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libircclient/libircclient-1.6-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libircclient/libircclient-1.6-r1.ebuild?rev=1.1&content-type=text/plain
Index: libircclient-1.6-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libircclient/libircclient-1.6-r1.ebuild,v 1.1 2012/09/07 19:24:24 hasufell Exp $
EAPI=4
inherit autotools eutils
DESCRIPTION="Small but powerful library implementing the client-server IRC protocol"
HOMEPAGE="http://www.ulduzsoft.com/libircclient/"
SRC_URI="mirror://sourceforge/libircclient/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc ipv6 ssl static threads"
DEPEND="ssl? ( dev-libs/openssl )"
src_prepare() {
epatch \
"${FILESDIR}"/${P}-build.patch \
"${FILESDIR}"/${P}-fpic.patch \
"${FILESDIR}"/${P}-include.patch
eautoconf
}
src_configure() {
econf \
$(use_enable threads) \
$(use_enable ipv6) \
$(use_enable ssl openssl) \
$(use_enable ssl threads)
}
src_compile() {
emake -C src $(usex static "shared static" "shared")
}
src_install() {
insinto /usr/include/libircclient
doins include/*.h
dolib.so src/libircclient.so
use static && dolib.a src/libircclient.a
dodoc Changelog THANKS
if use doc ; then
doman doc/man/man3/*
dohtml doc/html/*
fi
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libircclient: ChangeLog libircclient-1.6-r1.ebuild
@ 2014-02-22 8:14 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2014-02-22 8:14 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 14/02/22 08:14:09
Modified: ChangeLog
Removed: libircclient-1.6-r1.ebuild
Log:
old
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.19 net-libs/libircclient/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libircclient/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libircclient/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libircclient/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libircclient/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 22 Feb 2014 08:07:01 -0000 1.18
+++ ChangeLog 22 Feb 2014 08:14:09 -0000 1.19
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libircclient
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libircclient/ChangeLog,v 1.18 2014/02/22 08:07:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libircclient/ChangeLog,v 1.19 2014/02/22 08:14:09 mr_bones_ Exp $
+
+ 22 Feb 2014; Michael Sterrett <mr_bones_@gentoo.org>
+ -libircclient-1.6-r1.ebuild:
+ old
22 Feb 2014; Agostino Sarubbo <ago@gentoo.org> libircclient-1.6-r2.ebuild:
Stable for x86, wrt bug #498736
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-22 8:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-22 8:14 [gentoo-commits] gentoo-x86 commit in net-libs/libircclient: ChangeLog libircclient-1.6-r1.ebuild Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2012-09-07 19:24 Julian Ospald (hasufell)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox