public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libdmapsharing: ChangeLog libdmapsharing-2.1.13.ebuild
@ 2011-04-08 21:51 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2011-04-08 21:51 UTC (permalink / raw
  To: gentoo-commits

eva         11/04/08 21:51:49

  Modified:             ChangeLog libdmapsharing-2.1.13.ebuild
  Log:
  Fix build with USE=doc, bug #361067.
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-libs/libdmapsharing/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	23 Mar 2011 22:51:57 -0000	1.1
+++ ChangeLog	8 Apr 2011 21:51:49 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/libdmapsharing
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.1 2011/03/23 22:51:57 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.2 2011/04/08 21:51:49 eva Exp $
+
+  08 Apr 2011; Gilles Dartiguelongue <eva@gentoo.org>
+  libdmapsharing-2.1.13.ebuild, +files/libdmapsharing-2.1.13-build-order.patch,
+  files/libdmapsharing-2.1.13-slotability-fix.patch:
+  Fix build with USE=doc, bug #361067.
 
 *libdmapsharing-2.1.13 (23 Mar 2011)
 



1.2                  net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild?r1=1.1&r2=1.2

Index: libdmapsharing-2.1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libdmapsharing-2.1.13.ebuild	23 Mar 2011 22:51:57 -0000	1.1
+++ libdmapsharing-2.1.13.ebuild	8 Apr 2011 21:51:49 -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-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild,v 1.1 2011/03/23 22:51:57 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild,v 1.2 2011/04/08 21:51:49 eva Exp $
 
 EAPI="3"
 
@@ -36,6 +36,17 @@
 
 	# Fix slot support
 	epatch "${FILESDIR}/${P}-slotability-fix.patch"
+	sed "s/name=\"${PN}\"/name=\"${PN}-${SLOT}\"/" \
+		-i ${S}/docs/html/${PN}.devhelp* || die "sed 1 failed"
+	mv ${S}/docs/html/${PN}{,-${SLOT}}.devhelp
+	mv ${S}/docs/html/${PN}{,-${SLOT}}.devhelp2
+	mv ${S}/docs/${PN}{,-${SLOT}}-docs.sgml
+	mv ${S}/docs/${PN}{,-${SLOT}}-overrides.txt
+	mv ${S}/docs/${PN}{,-${SLOT}}-sections.txt
+	mv ${S}/docs/${PN}{,-${SLOT}}.types
+
+	# Fix build order, bug #361067
+	epatch "${FILESDIR}/${P}-build-order.patch"
 
 	AT_M4DIR="m4" eautoreconf
 }






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libdmapsharing: ChangeLog libdmapsharing-2.1.13.ebuild
@ 2012-10-03 15:41 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-10-03 15:41 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/10/03 15:41:33

  Modified:             ChangeLog libdmapsharing-2.1.13.ebuild
  Log:
  x86 stable wrt bug #427544
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.6                  net-libs/libdmapsharing/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	3 May 2012 23:43:53 -0000	1.5
+++ ChangeLog	3 Oct 2012 15:41:33 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libdmapsharing
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.5 2012/05/03 23:43:53 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.6 2012/10/03 15:41:33 phajdan.jr Exp $
+
+  03 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  libdmapsharing-2.1.13.ebuild:
+  x86 stable wrt bug #427544
 
 *libdmapsharing-2.9.15 (03 May 2012)
 



1.4                  net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild?r1=1.3&r2=1.4

Index: libdmapsharing-2.1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libdmapsharing-2.1.13.ebuild	3 May 2012 23:43:53 -0000	1.3
+++ libdmapsharing-2.1.13.ebuild	3 Oct 2012 15:41:33 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild,v 1.3 2012/05/03 23:43:53 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild,v 1.4 2012/10/03 15:41:33 phajdan.jr Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="2.2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="doc"
 
 RDEPEND="





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

* [gentoo-commits] gentoo-x86 commit in net-libs/libdmapsharing: ChangeLog libdmapsharing-2.1.13.ebuild
@ 2012-10-04  8:40 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-10-04  8:40 UTC (permalink / raw
  To: gentoo-commits

ago         12/10/04 08:40:11

  Modified:             ChangeLog libdmapsharing-2.1.13.ebuild
  Log:
  Stable for amd64, wrt bug #427544
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  net-libs/libdmapsharing/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	4 Oct 2012 07:39:56 -0000	1.7
+++ ChangeLog	4 Oct 2012 08:40:11 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libdmapsharing
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.7 2012/10/04 07:39:56 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.8 2012/10/04 08:40:11 ago Exp $
+
+  04 Oct 2012; Agostino Sarubbo <ago@gentoo.org> libdmapsharing-2.1.13.ebuild:
+  Stable for amd64, wrt bug #427544
 
   04 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   libdmapsharing-2.9.15.ebuild:



1.5                  net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild?r1=1.4&r2=1.5

Index: libdmapsharing-2.1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libdmapsharing-2.1.13.ebuild	3 Oct 2012 15:41:33 -0000	1.4
+++ libdmapsharing-2.1.13.ebuild	4 Oct 2012 08:40:11 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild,v 1.4 2012/10/03 15:41:33 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.1.13.ebuild,v 1.5 2012/10/04 08:40:11 ago Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="2.2"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="doc"
 
 RDEPEND="





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

* [gentoo-commits] gentoo-x86 commit in net-libs/libdmapsharing: ChangeLog libdmapsharing-2.1.13.ebuild
@ 2014-02-10  3:33 Dion Moult (moult)
  0 siblings, 0 replies; 4+ messages in thread
From: Dion Moult (moult) @ 2014-02-10  3:33 UTC (permalink / raw
  To: gentoo-commits

moult       14/02/10 03:33:48

  Modified:             ChangeLog
  Removed:              libdmapsharing-2.1.13.ebuild
  Log:
  Remove net-libs/libdmapsharing:2.2 - see bug #488144
  
  (Portage version: 2.2.8_p18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.21                 net-libs/libdmapsharing/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	8 Dec 2013 19:25:01 -0000	1.20
+++ ChangeLog	10 Feb 2014 03:33:48 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libdmapsharing
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.20 2013/12/08 19:25:01 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.21 2014/02/10 03:33:48 moult Exp $
+
+  10 Feb 2014; Dion Moult <moult@gentoo.org> -libdmapsharing-2.1.13.ebuild:
+  Remove net-libs/libdmapsharing:2.2 - see bug #488144
 
   08 Dec 2013; Pacho Ramos <pacho@gentoo.org> libdmapsharing-2.9.23.ebuild:
   x86 stable, bug #478252





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

end of thread, other threads:[~2014-02-10  3:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-10  3:33 [gentoo-commits] gentoo-x86 commit in net-libs/libdmapsharing: ChangeLog libdmapsharing-2.1.13.ebuild Dion Moult (moult)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-04  8:40 Agostino Sarubbo (ago)
2012-10-03 15:41 PaweA Hajdan (phajdan.jr)
2011-04-08 21:51 Gilles Dartiguelongue (eva)

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