public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/taglib-sharp: ChangeLog taglib-sharp-2.0.4.0.ebuild
@ 2011-04-18 16:16 Christoph Mende (angelos)
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2011-04-18 16:16 UTC (permalink / raw
  To: gentoo-commits

angelos     11/04/18 16:16:00

  Modified:             ChangeLog
  Added:                taglib-sharp-2.0.4.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 dev-dotnet/taglib-sharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	7 Oct 2010 19:59:35 -0000	1.30
+++ ChangeLog	18 Apr 2011 16:16:00 -0000	1.31
@@ -1,6 +1,12 @@
 # ChangeLog for dev-dotnet/taglib-sharp
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.30 2010/10/07 19:59:35 pacho Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.31 2011/04/18 16:16:00 angelos Exp $
+
+*taglib-sharp-2.0.4.0 (18 Apr 2011)
+
+  18 Apr 2011; Christoph Mende <angelos@gentoo.org>
+  +taglib-sharp-2.0.4.0.ebuild:
+  Version bump
 
   07 Oct 2010; Pacho Ramos <pacho@gentoo.org> -taglib-sharp-2.0.3.2.ebuild,
   -taglib-sharp-2.0.3.6.ebuild, -files/taglib-sharp-fix-docs-test.patch:



1.1                  dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild?rev=1.1&content-type=text/plain

Index: taglib-sharp-2.0.4.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild,v 1.1 2011/04/18 16:16:00 angelos Exp $

EAPI=4
inherit mono

DESCRIPTION="Taglib# 2.0 - Managed tag reader/writer"
HOMEPAGE="http://developer.novell.com/wiki/index.php/TagLib_Sharp"
SRC_URI="http://download.banshee-project.org/${PN}/${PV}/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND="dev-lang/mono"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

DOCS="AUTHORS ChangeLog NEWS README"

src_prepare() {
	sed -i	-e "s:   docs::" \
		-e "s:   examples::" \
		Makefile.in || die "sedding sense into makefiles failed"
}

src_configure() {
	econf --disable-docs
}

src_compile() {
	emake -j1
}






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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/taglib-sharp: ChangeLog taglib-sharp-2.0.4.0.ebuild
@ 2011-04-19 11:51 Christoph Mende (angelos)
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2011-04-19 11:51 UTC (permalink / raw
  To: gentoo-commits

angelos     11/04/19 11:51:22

  Modified:             ChangeLog taglib-sharp-2.0.4.0.ebuild
  Log:
  Remove examples/docs from building (bug #364111)
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.32                 dev-dotnet/taglib-sharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	18 Apr 2011 16:16:00 -0000	1.31
+++ ChangeLog	19 Apr 2011 11:51:22 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/taglib-sharp
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.31 2011/04/18 16:16:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.32 2011/04/19 11:51:22 angelos Exp $
+
+  19 Apr 2011; Christoph Mende <angelos@gentoo.org>
+  taglib-sharp-2.0.4.0.ebuild:
+  Remove examples/docs from building (bug #364111)
 
 *taglib-sharp-2.0.4.0 (18 Apr 2011)
 



1.2                  dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild?r1=1.1&r2=1.2

Index: taglib-sharp-2.0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- taglib-sharp-2.0.4.0.ebuild	18 Apr 2011 16:16:00 -0000	1.1
+++ taglib-sharp-2.0.4.0.ebuild	19 Apr 2011 11:51:22 -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/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild,v 1.1 2011/04/18 16:16:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild,v 1.2 2011/04/19 11:51:22 angelos Exp $
 
 EAPI=4
 inherit mono
@@ -21,15 +21,11 @@
 DOCS="AUTHORS ChangeLog NEWS README"
 
 src_prepare() {
-	sed -i	-e "s:   docs::" \
-		-e "s:   examples::" \
+	sed -i	-e "s:docs::" \
+		-e "s:examples::" \
 		Makefile.in || die "sedding sense into makefiles failed"
 }
 
 src_configure() {
 	econf --disable-docs
 }
-
-src_compile() {
-	emake -j1
-}






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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/taglib-sharp: ChangeLog taglib-sharp-2.0.4.0.ebuild
@ 2011-06-21 13:38 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-06-21 13:38 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/06/21 13:38:52

  Modified:             ChangeLog taglib-sharp-2.0.4.0.ebuild
  Log:
  x86 stable wrt bug #371163
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.33                 dev-dotnet/taglib-sharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	19 Apr 2011 11:51:22 -0000	1.32
+++ ChangeLog	21 Jun 2011 13:38:52 -0000	1.33
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/taglib-sharp
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.32 2011/04/19 11:51:22 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.33 2011/06/21 13:38:52 phajdan.jr Exp $
+
+  21 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  taglib-sharp-2.0.4.0.ebuild:
+  x86 stable wrt bug #371163
 
   19 Apr 2011; Christoph Mende <angelos@gentoo.org>
   taglib-sharp-2.0.4.0.ebuild:



1.3                  dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild?r1=1.2&r2=1.3

Index: taglib-sharp-2.0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- taglib-sharp-2.0.4.0.ebuild	19 Apr 2011 11:51:22 -0000	1.2
+++ taglib-sharp-2.0.4.0.ebuild	21 Jun 2011 13:38:52 -0000	1.3
@@ -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/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild,v 1.2 2011/04/19 11:51:22 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild,v 1.3 2011/06/21 13:38:52 phajdan.jr Exp $
 
 EAPI=4
 inherit mono
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono"






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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/taglib-sharp: ChangeLog taglib-sharp-2.0.4.0.ebuild
@ 2011-11-10 19:21 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-11-10 19:21 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/11/10 19:21:21

  Modified:             ChangeLog taglib-sharp-2.0.4.0.ebuild
  Log:
  ppc stable wrt #389181
  
  (Portage version: 2.2.0_alpha73/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 dev-dotnet/taglib-sharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	5 Nov 2011 12:21:37 -0000	1.34
+++ ChangeLog	10 Nov 2011 19:21:21 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/taglib-sharp
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.34 2011/11/05 12:21:37 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.35 2011/11/10 19:21:21 xarthisius Exp $
+
+  10 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  taglib-sharp-2.0.4.0.ebuild:
+  ppc stable wrt #389181
 
   05 Nov 2011; Markos Chandras <hwoarang@gentoo.org>
   taglib-sharp-2.0.4.0.ebuild:



1.5                  dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild?r1=1.4&r2=1.5

Index: taglib-sharp-2.0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- taglib-sharp-2.0.4.0.ebuild	5 Nov 2011 12:21:37 -0000	1.4
+++ taglib-sharp-2.0.4.0.ebuild	10 Nov 2011 19:21:21 -0000	1.5
@@ -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/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild,v 1.4 2011/11/05 12:21:37 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild,v 1.5 2011/11/10 19:21:21 xarthisius Exp $
 
 EAPI=4
 inherit mono
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono"






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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/taglib-sharp: ChangeLog taglib-sharp-2.0.4.0.ebuild
@ 2012-05-04  3:56 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-04  3:56 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/04 03:56:55

  Modified:             ChangeLog taglib-sharp-2.0.4.0.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.37                 dev-dotnet/taglib-sharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	22 Jan 2012 11:18:12 -0000	1.36
+++ ChangeLog	4 May 2012 03:56:55 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for dev-dotnet/taglib-sharp
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.36 2012/01/22 11:18:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.37 2012/05/04 03:56:55 jdhore Exp $
+
+  04 May 2012; Jeff Horelick <jdhore@gentoo.org> taglib-sharp-2.0.4.0.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   22 Jan 2012; Pacho Ramos <pacho@gentoo.org> -taglib-sharp-2.0.3.7.ebuild,
   taglib-sharp-2.0.4.0.ebuild:



1.7                  dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild?r1=1.6&r2=1.7

Index: taglib-sharp-2.0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- taglib-sharp-2.0.4.0.ebuild	22 Jan 2012 11:18:12 -0000	1.6
+++ taglib-sharp-2.0.4.0.ebuild	4 May 2012 03:56:55 -0000	1.7
@@ -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/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild,v 1.6 2012/01/22 11:18:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.4.0.ebuild,v 1.7 2012/05/04 03:56:55 jdhore Exp $
 
 EAPI=4
 inherit mono
@@ -16,7 +16,7 @@
 
 RDEPEND="dev-lang/mono"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 DOCS="AUTHORS ChangeLog NEWS README"
 






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

end of thread, other threads:[~2012-05-04  3:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-10 19:21 [gentoo-commits] gentoo-x86 commit in dev-dotnet/taglib-sharp: ChangeLog taglib-sharp-2.0.4.0.ebuild Kacper Kowalik (xarthisius)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-04  3:56 Jeff Horelick (jdhore)
2011-06-21 13:38 PaweA Hajdan (phajdan.jr)
2011-04-19 11:51 Christoph Mende (angelos)
2011-04-18 16:16 Christoph Mende (angelos)

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