public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/ustr: ChangeLog ustr-1.0.4-r1.ebuild
@ 2009-08-02  4:42 Chris PeBenito (pebenito)
  0 siblings, 0 replies; 4+ messages in thread
From: Chris PeBenito (pebenito) @ 2009-08-02  4:42 UTC (permalink / raw
  To: gentoo-commits

pebenito    09/08/02 04:42:37

  Modified:             ChangeLog
  Added:                ustr-1.0.4-r1.ebuild
  Log:
  Fix bugs #240230, #241280, and #243954.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-libs/ustr/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ustr/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ustr/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ustr/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	22 Jul 2009 13:24:12 -0000	1.2
+++ ChangeLog	2 Aug 2009 04:42:37 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/ustr
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v 1.2 2009/07/22 13:24:12 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v 1.3 2009/08/02 04:42:37 pebenito Exp $
+
+*ustr-1.0.4-r1 (02 Aug 2009)
+
+  02 Aug 2009; Chris PeBenito <pebenito@gentoo.org> +ustr-1.0.4-r1.ebuild:
+  Fix bugs #240230, #241280, and #243954.
 
   22 Jul 2009; Chris PeBenito <pebenito@gentoo.org> ustr-1.0.4.ebuild:
   Mark stable. Remove old ebuilds.



1.1                  dev-libs/ustr/ustr-1.0.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ustr/ustr-1.0.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ustr/ustr-1.0.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: ustr-1.0.4-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ustr-1.0.4-r1.ebuild,v 1.1 2009/08/02 04:42:37 pebenito Exp $

inherit eutils

DESCRIPTION="Low-overhead managed string library for C"
HOMEPAGE="http://www.and.org/ustr"
SRC_URI="ftp://ftp.and.org/pub/james/ustr/${PV}/${P}.tar.bz2"

LICENSE="|| ( BSD-2 MIT LGPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

src_compile() {
	make CC="$(tc-getCC)" CFLAGS="${CFLAGS}" HIDE= all-shared || die
}

src_install() {
	emake install DESTDIR="${D}" HIDE= \
		mandir="/usr/share/man" \
		SHRDIR="/usr/share/doc/${PF}" \
		DOCSHRDIR="/usr/share/doc/${PF}" || die
	dodoc ChangeLog README README-DEVELOPERS AUTHORS NEWS TODO
}






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/ustr: ChangeLog ustr-1.0.4-r1.ebuild
@ 2011-02-05 22:24 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-02-05 22:24 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/02/05 22:24:54

  Modified:             ChangeLog ustr-1.0.4-r1.ebuild
  Log:
  Fix installation with FEATURES="multilib-strict".
  
  (Portage version: 2.2.0_alpha20/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-libs/ustr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	2 Aug 2009 04:42:37 -0000	1.3
+++ ChangeLog	5 Feb 2011 22:24:54 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/ustr
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v 1.3 2009/08/02 04:42:37 pebenito Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v 1.4 2011/02/05 22:24:54 arfrever Exp $
+
+  05 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  ustr-1.0.4-r1.ebuild:
+  Fix installation with FEATURES="multilib-strict".
 
 *ustr-1.0.4-r1 (02 Aug 2009)
 



1.2                  dev-libs/ustr/ustr-1.0.4-r1.ebuild

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

Index: ustr-1.0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ustr/ustr-1.0.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ustr-1.0.4-r1.ebuild	2 Aug 2009 04:42:37 -0000	1.1
+++ ustr-1.0.4-r1.ebuild	5 Feb 2011 22:24:54 -0000	1.2
@@ -1,8 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ustr-1.0.4-r1.ebuild,v 1.1 2009/08/02 04:42:37 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ustr-1.0.4-r1.ebuild,v 1.2 2011/02/05 22:24:54 arfrever Exp $
 
-inherit eutils
+EAPI="2"
+
+inherit multilib
 
 DESCRIPTION="Low-overhead managed string library for C"
 HOMEPAGE="http://www.and.org/ustr"
@@ -13,14 +15,18 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+DEPEND=""
+RDEPEND=""
+
 src_compile() {
-	make CC="$(tc-getCC)" CFLAGS="${CFLAGS}" HIDE= all-shared || die
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" HIDE= all-shared || die
 }
 
 src_install() {
 	emake install DESTDIR="${D}" HIDE= \
+		libdir="/usr/$(get_libdir)" \
 		mandir="/usr/share/man" \
 		SHRDIR="/usr/share/doc/${PF}" \
 		DOCSHRDIR="/usr/share/doc/${PF}" || die
-	dodoc ChangeLog README README-DEVELOPERS AUTHORS NEWS TODO
+	dodoc ChangeLog README README-DEVELOPERS AUTHORS NEWS TODO || die
 }






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/ustr: ChangeLog ustr-1.0.4-r1.ebuild
@ 2011-02-10 11:20 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-02-10 11:20 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/02/10 11:20:29

  Modified:             ChangeLog ustr-1.0.4-r1.ebuild
  Log:
  x86 stable wrt bug #353781
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.5                  dev-libs/ustr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	5 Feb 2011 22:24:54 -0000	1.4
+++ ChangeLog	10 Feb 2011 11:20:29 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/ustr
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v 1.4 2011/02/05 22:24:54 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v 1.5 2011/02/10 11:20:29 phajdan.jr Exp $
+
+  10 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ustr-1.0.4-r1.ebuild:
+  x86 stable wrt bug #353781
 
   05 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   ustr-1.0.4-r1.ebuild:



1.3                  dev-libs/ustr/ustr-1.0.4-r1.ebuild

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

Index: ustr-1.0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ustr/ustr-1.0.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ustr-1.0.4-r1.ebuild	5 Feb 2011 22:24:54 -0000	1.2
+++ ustr-1.0.4-r1.ebuild	10 Feb 2011 11:20:29 -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-libs/ustr/ustr-1.0.4-r1.ebuild,v 1.2 2011/02/05 22:24:54 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ustr-1.0.4-r1.ebuild,v 1.3 2011/02/10 11:20:29 phajdan.jr Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="|| ( BSD-2 MIT LGPL-2 )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/ustr: ChangeLog ustr-1.0.4-r1.ebuild
@ 2011-02-12  9:51 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-12  9:51 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/12 09:51:09

  Modified:             ChangeLog ustr-1.0.4-r1.ebuild
  Log:
  Stable on amd64 wrt bug #353781
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-libs/ustr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	10 Feb 2011 11:20:29 -0000	1.5
+++ ChangeLog	12 Feb 2011 09:51:09 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/ustr
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v 1.5 2011/02/10 11:20:29 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v 1.6 2011/02/12 09:51:09 hwoarang Exp $
+
+  12 Feb 2011; Markos Chandras <hwoarang@gentoo.org> ustr-1.0.4-r1.ebuild:
+  Stable on amd64 wrt bug #353781
 
   10 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ustr-1.0.4-r1.ebuild:
   x86 stable wrt bug #353781



1.4                  dev-libs/ustr/ustr-1.0.4-r1.ebuild

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

Index: ustr-1.0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ustr/ustr-1.0.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ustr-1.0.4-r1.ebuild	10 Feb 2011 11:20:29 -0000	1.3
+++ ustr-1.0.4-r1.ebuild	12 Feb 2011 09:51:09 -0000	1.4
@@ -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-libs/ustr/ustr-1.0.4-r1.ebuild,v 1.3 2011/02/10 11:20:29 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ustr-1.0.4-r1.ebuild,v 1.4 2011/02/12 09:51:09 hwoarang Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="|| ( BSD-2 MIT LGPL-2 )"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND=""






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

end of thread, other threads:[~2011-02-12  9:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-05 22:24 [gentoo-commits] gentoo-x86 commit in dev-libs/ustr: ChangeLog ustr-1.0.4-r1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-12  9:51 Markos Chandras (hwoarang)
2011-02-10 11:20 PaweA Hajdan (phajdan.jr)
2009-08-02  4:42 Chris PeBenito (pebenito)

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