public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-irc/inspircd: inspircd-1.1.19.ebuild ChangeLog
@ 2008-04-26 11:05 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2008-04-26 11:05 UTC (permalink / raw
  To: gentoo-commits

maekke      08/04/26 11:05:19

  Modified:             inspircd-1.1.19.ebuild ChangeLog
  Log:
  fix cp for openssl in src_unpack, fix ipv6 detection, x86 stable (security bug #215704)
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.2                  net-irc/inspircd/inspircd-1.1.19.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild?r1=1.1&r2=1.2

Index: inspircd-1.1.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- inspircd-1.1.19.ebuild	23 Apr 2008 19:04:01 -0000	1.1
+++ inspircd-1.1.19.ebuild	26 Apr 2008 11:05:18 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild,v 1.1 2008/04/23 19:04:01 rbu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild,v 1.2 2008/04/26 11:05:18 maekke Exp $
 
 inherit eutils toolchain-funcs multilib # subversion
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="openssl gnutls ipv6 kernel_linux mysql postgres sqlite zlib ldap"
 
 RDEPEND="
@@ -38,7 +38,7 @@
 	fi
 	if use openssl || use gnutls ; then
 		cp extra/m_sslinfo.cpp .
-		cp extra/m_ssl_oper_cert.cpp
+		cp extra/m_ssl_oper_cert.cpp .
 	fi
 
 	if use ldap ; then
@@ -68,7 +68,7 @@
 	# so should be used only --enable-like.
 	local myconf=""
 	use gnutls  && myconf="--enable-gnutls"
-	use myconf  && myconf="${myconf} --enable-ipv6 --enable-remote-ipv6"
+	use ipv6  && myconf="${myconf} --enable-ipv6 --enable-remote-ipv6"
 	use openssl && myconf="${myconf} --enable-openssl"
 
 	./configure ${myconf} \



1.22                 net-irc/inspircd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	23 Apr 2008 19:04:01 -0000	1.21
+++ ChangeLog	26 Apr 2008 11:05:18 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for net-irc/inspircd
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.21 2008/04/23 19:04:01 rbu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.22 2008/04/26 11:05:18 maekke Exp $
+
+  26 Apr 2008; Markus Meier <maekke@gentoo.org> inspircd-1.1.19.ebuild:
+  fix cp for openssl in src_unpack, fix ipv6 detection, x86 stable (security
+  bug #215704)
 
 *inspircd-1.1.19 (23 Apr 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-irc/inspircd: inspircd-1.1.19.ebuild ChangeLog
@ 2008-04-28 17:46 Tobias Scherbaum (dertobi123)
  0 siblings, 0 replies; 6+ messages in thread
From: Tobias Scherbaum (dertobi123) @ 2008-04-28 17:46 UTC (permalink / raw
  To: gentoo-commits

dertobi123    08/04/28 17:46:02

  Modified:             inspircd-1.1.19.ebuild ChangeLog
  Log:
  ppc stable, bug #215704
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.3                  net-irc/inspircd/inspircd-1.1.19.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild?r1=1.2&r2=1.3

Index: inspircd-1.1.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- inspircd-1.1.19.ebuild	26 Apr 2008 11:05:18 -0000	1.2
+++ inspircd-1.1.19.ebuild	28 Apr 2008 17:46:02 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild,v 1.2 2008/04/26 11:05:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild,v 1.3 2008/04/28 17:46:02 dertobi123 Exp $
 
 inherit eutils toolchain-funcs multilib # subversion
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE="openssl gnutls ipv6 kernel_linux mysql postgres sqlite zlib ldap"
 
 RDEPEND="



1.23                 net-irc/inspircd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	26 Apr 2008 11:05:18 -0000	1.22
+++ ChangeLog	28 Apr 2008 17:46:02 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for net-irc/inspircd
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.22 2008/04/26 11:05:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.23 2008/04/28 17:46:02 dertobi123 Exp $
+
+  28 Apr 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+  inspircd-1.1.19.ebuild:
+  ppc stable, bug #215704
 
   26 Apr 2008; Markus Meier <maekke@gentoo.org> inspircd-1.1.19.ebuild:
   fix cp for openssl in src_unpack, fix ipv6 detection, x86 stable (security



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-irc/inspircd: inspircd-1.1.19.ebuild ChangeLog
@ 2008-05-21 18:56 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; 6+ messages in thread
From: Tiziano Mueller (dev-zero) @ 2008-05-21 18:56 UTC (permalink / raw
  To: gentoo-commits

dev-zero    08/05/21 18:56:03

  Modified:             inspircd-1.1.19.ebuild ChangeLog
  Log:
  Changed dependency for postgresql from dev-db/postgresql to virtual/postgresql-server
  (Portage version: 2.1.5_rc7)

Revision  Changes    Path
1.4                  net-irc/inspircd/inspircd-1.1.19.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild?r1=1.3&r2=1.4

Index: inspircd-1.1.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- inspircd-1.1.19.ebuild	28 Apr 2008 17:46:02 -0000	1.3
+++ inspircd-1.1.19.ebuild	21 May 2008 18:56:03 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild,v 1.3 2008/04/28 17:46:02 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild,v 1.4 2008/05/21 18:56:03 dev-zero Exp $
 
 inherit eutils toolchain-funcs multilib # subversion
 
@@ -19,7 +19,7 @@
 	openssl? ( dev-libs/openssl )
 	gnutls? ( net-libs/gnutls )
 	mysql? ( virtual/mysql )
-	postgres? ( dev-db/postgresql )
+	postgres? ( virtual/postgresql-server )
 	sqlite? ( >=dev-db/sqlite-3.0 )
 	ldap? ( net-nds/openldap )"
 DEPEND="${RDEPEND}"



1.24                 net-irc/inspircd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	28 Apr 2008 17:46:02 -0000	1.23
+++ ChangeLog	21 May 2008 18:56:03 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for net-irc/inspircd
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.23 2008/04/28 17:46:02 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.24 2008/05/21 18:56:03 dev-zero Exp $
+
+  21 May 2008; Tiziano Müller <dev-zero@gentoo.org> inspircd-1.1.19.ebuild:
+  Changed dependency for postgresql from dev-db/postgresql to
+  virtual/postgresql-server
 
   28 Apr 2008; Tobias Scherbaum <dertobi123@gentoo.org>
   inspircd-1.1.19.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-irc/inspircd: inspircd-1.1.19.ebuild ChangeLog
@ 2008-09-18 20:05 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2008-09-18 20:05 UTC (permalink / raw
  To: gentoo-commits

maekke      08/09/18 20:05:45

  Modified:             inspircd-1.1.19.ebuild ChangeLog
  Log:
  amd64 stable, bug #236658
  (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc6 i686)

Revision  Changes    Path
1.5                  net-irc/inspircd/inspircd-1.1.19.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild?r1=1.4&r2=1.5

Index: inspircd-1.1.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- inspircd-1.1.19.ebuild	21 May 2008 18:56:03 -0000	1.4
+++ inspircd-1.1.19.ebuild	18 Sep 2008 20:05:44 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild,v 1.4 2008/05/21 18:56:03 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild,v 1.5 2008/09/18 20:05:44 maekke Exp $
 
 inherit eutils toolchain-funcs multilib # subversion
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="openssl gnutls ipv6 kernel_linux mysql postgres sqlite zlib ldap"
 
 RDEPEND="



1.26                 net-irc/inspircd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	23 Aug 2008 01:14:04 -0000	1.25
+++ ChangeLog	18 Sep 2008 20:05:44 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/inspircd
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.25 2008/08/23 01:14:04 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.26 2008/09/18 20:05:44 maekke Exp $
+
+  18 Sep 2008; Markus Meier <maekke@gentoo.org> inspircd-1.1.19.ebuild:
+  amd64 stable, bug #236658
 
   23 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
   add GLEP 56 USE flag desc from use.local.desc






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-irc/inspircd: inspircd-1.1.19.ebuild ChangeLog
@ 2009-01-14  5:12 Mike Frysinger (vapier)
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger (vapier) @ 2009-01-14  5:12 UTC (permalink / raw
  To: gentoo-commits

vapier      09/01/14 05:12:18

  Modified:             inspircd-1.1.19.ebuild ChangeLog
  Log:
  Fix building with newer glibc #251446 by Diego E. Pettenò.
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.6                  net-irc/inspircd/inspircd-1.1.19.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild?r1=1.5&r2=1.6

Index: inspircd-1.1.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- inspircd-1.1.19.ebuild	18 Sep 2008 20:05:44 -0000	1.5
+++ inspircd-1.1.19.ebuild	14 Jan 2009 05:12:18 -0000	1.6
@@ -1,21 +1,20 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild,v 1.5 2008/09/18 20:05:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild,v 1.6 2009/01/14 05:12:18 vapier Exp $
 
 inherit eutils toolchain-funcs multilib # subversion
 
 DESCRIPTION="InspIRCd - The Modular C++ IRC Daemon"
 HOMEPAGE="http://www.inspircd.org/"
 SRC_URI="http://www.inspircd.org/downloads/InspIRCd-${PV}.tar.bz2
-mirror://sourceforge/${PN}/InspIRCd-${PV}.tar.bz2"
+	mirror://sourceforge/${PN}/InspIRCd-${PV}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE="openssl gnutls ipv6 kernel_linux mysql postgres sqlite zlib ldap"
 
-RDEPEND="
-	dev-lang/perl
+RDEPEND="dev-lang/perl
 	openssl? ( dev-libs/openssl )
 	gnutls? ( net-libs/gnutls )
 	mysql? ( virtual/mysql )
@@ -24,11 +23,12 @@
 	ldap? ( net-nds/openldap )"
 DEPEND="${RDEPEND}"
 
-S="${WORKDIR}/inspircd"
+S=${WORKDIR}/${PN}
 
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
+	epatch "${FILESDIR}"/${P}-build.patch #251446
 
 	local SQL=0
 	cd src/modules
@@ -63,7 +63,6 @@
 }
 
 src_compile() {
-
 	# ./configure doesn't know --disable-gnutls, -ipv6 and -openssl options,
 	# so should be used only --enable-like.
 	local myconf=""
@@ -98,7 +97,8 @@
 		MODPATH="${D}/usr/$(get_libdir)/inspircd/modules/" \
 		CONPATH="${D}/etc/inspircd" \
 		BINPATH="${D}/usr/bin" \
-		BASE="${D}/usr/$(get_libdir)/inspircd/inspircd.launcher"
+		BASE="${D}/usr/$(get_libdir)/inspircd/inspircd.launcher" \
+		|| die
 
 	insinto /usr/include/inspircd/
 	doins "${S}"/include/*



1.27                 net-irc/inspircd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	18 Sep 2008 20:05:44 -0000	1.26
+++ ChangeLog	14 Jan 2009 05:12:18 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for net-irc/inspircd
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.26 2008/09/18 20:05:44 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.27 2009/01/14 05:12:18 vapier Exp $
+
+  14 Jan 2009; Mike Frysinger <vapier@gentoo.org>
+  +files/inspircd-1.1.19-build.patch, inspircd-1.1.19.ebuild:
+  Fix building with newer glibc #251446 by Diego E. Pettenò.
 
   18 Sep 2008; Markus Meier <maekke@gentoo.org> inspircd-1.1.19.ebuild:
   amd64 stable, bug #236658






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-irc/inspircd: inspircd-1.1.19.ebuild ChangeLog
@ 2010-06-17 22:02 Patrick Lauer (patrick)
  0 siblings, 0 replies; 6+ messages in thread
From: Patrick Lauer (patrick) @ 2010-06-17 22:02 UTC (permalink / raw
  To: gentoo-commits

patrick     10/06/17 22:02:18

  Modified:             inspircd-1.1.19.ebuild ChangeLog
  Log:
  Migrating away from deprecated postgres virtuals
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  net-irc/inspircd/inspircd-1.1.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild?r1=1.6&r2=1.7

Index: inspircd-1.1.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- inspircd-1.1.19.ebuild	14 Jan 2009 05:12:18 -0000	1.6
+++ inspircd-1.1.19.ebuild	17 Jun 2010 22:02:18 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild,v 1.6 2009/01/14 05:12:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.19.ebuild,v 1.7 2010/06/17 22:02:18 patrick Exp $
 
 inherit eutils toolchain-funcs multilib # subversion
 
@@ -18,7 +18,7 @@
 	openssl? ( dev-libs/openssl )
 	gnutls? ( net-libs/gnutls )
 	mysql? ( virtual/mysql )
-	postgres? ( virtual/postgresql-server )
+	postgres? ( dev-db/postgresql-server )
 	sqlite? ( >=dev-db/sqlite-3.0 )
 	ldap? ( net-nds/openldap )"
 DEPEND="${RDEPEND}"



1.30                 net-irc/inspircd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/inspircd/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/inspircd/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/inspircd/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	7 Jan 2010 21:03:18 -0000	1.29
+++ ChangeLog	17 Jun 2010 22:02:18 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/inspircd
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.29 2010/01/07 21:03:18 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.30 2010/06/17 22:02:18 patrick Exp $
+
+  17 Jun 2010; Patrick Lauer <patrick@gentoo.org> inspircd-1.1.19.ebuild:
+  Migrating away from deprecated postgres virtuals
 
   07 Jan 2010; Patrick Lauer <patrick@gentoo.org> inspircd-1.1.23.ebuild:
   Fixing postgres dep






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-06-17 22:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-18 20:05 [gentoo-commits] gentoo-x86 commit in net-irc/inspircd: inspircd-1.1.19.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-17 22:02 Patrick Lauer (patrick)
2009-01-14  5:12 Mike Frysinger (vapier)
2008-05-21 18:56 Tiziano Mueller (dev-zero)
2008-04-28 17:46 Tobias Scherbaum (dertobi123)
2008-04-26 11:05 Markus Meier (maekke)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox