public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libowfat: libowfat-0.29.ebuild ChangeLog
@ 2012-11-05  6:52 Patrick Lauer (patrick)
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer (patrick) @ 2012-11-05  6:52 UTC (permalink / raw
  To: gentoo-commits

patrick     12/11/05 06:52:33

  Modified:             ChangeLog
  Added:                libowfat-0.29.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.34                 dev-libs/libowfat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libowfat/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	22 Mar 2012 05:52:13 -0000	1.33
+++ ChangeLog	5 Nov 2012 06:52:33 -0000	1.34
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libowfat
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/ChangeLog,v 1.33 2012/03/22 05:52:13 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/ChangeLog,v 1.34 2012/11/05 06:52:33 patrick Exp $
+
+*libowfat-0.29 (05 Nov 2012)
+
+  05 Nov 2012; Patrick Lauer <patrick@gentoo.org> +libowfat-0.29.ebuild:
+  Bump
 
   22 Mar 2012; Patrick Lauer <patrick@gentoo.org>
   +files/libowfat-0.28-GNUmakefile.patch, libowfat-0.28-r1.ebuild:



1.1                  dev-libs/libowfat/libowfat-0.29.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libowfat/libowfat-0.29.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libowfat/libowfat-0.29.ebuild?rev=1.1&content-type=text/plain

Index: libowfat-0.29.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.29.ebuild,v 1.1 2012/11/05 06:52:33 patrick Exp $

EAPI=2
inherit flag-o-matic toolchain-funcs eutils

DESCRIPTION="reimplement libdjb - excellent libraries from Dan Bernstein."
SRC_URI="http://dl.fefe.de/${P}.tar.bz2"
HOMEPAGE="http://www.fefe.de/libowfat/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~sparc ~x86"
IUSE="diet"

RDEPEND="diet? ( >=dev-libs/dietlibc-0.33_pre20090721 )"
DEPEND="${RDEPEND}
	>=sys-apps/sed-4"

pkg_setup() {
	# Required for mult/umult64.c to be usable
	append-flags -fomit-frame-pointer
}

src_prepare() {
	sed -e "s:^CFLAGS.*:CFLAGS=-I. ${CFLAGS}:" \
		-e "s:^DIET.*:DIET?=/usr/bin/diet -Os:" \
		-e "s:^prefix.*:prefix=/usr:" \
		-e "s:^INCLUDEDIR.*:INCLUDEDIR=\${prefix}/include/libowfat:" \
		-i GNUmakefile || die "sed failed"
	epatch "${FILESDIR}/libowfat-0.28-GNUmakefile.patch"
}

src_compile() {
	emake -j1 \
		CC=$(tc-getCC) \
		$( use diet || echo 'DIET=' )
}

src_install () {
	emake -j1 \
		LIBDIR="${D}/usr/lib" \
		MAN3DIR="${D}/usr/share/man/man3" \
		INCLUDEDIR="${D}/usr/include/libowfat" \
		install || die "emake install failed"

	cd "${D}"/usr/share/man
	mv man3/buffer.3 man3/owfat-buffer.3
}





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libowfat: libowfat-0.29.ebuild ChangeLog
@ 2014-03-01 23:35 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2014-03-01 23:35 UTC (permalink / raw
  To: gentoo-commits

pacho       14/03/01 23:35:59

  Modified:             libowfat-0.29.ebuild ChangeLog
  Log:
  amd64 stable, bug #417341
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  dev-libs/libowfat/libowfat-0.29.ebuild

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

Index: libowfat-0.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.29.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libowfat-0.29.ebuild	16 Jan 2014 13:52:34 -0000	1.2
+++ libowfat-0.29.ebuild	1 Mar 2014 23:35:59 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.29.ebuild,v 1.2 2014/01/16 13:52:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.29.ebuild,v 1.3 2014/03/01 23:35:59 pacho Exp $
 
 EAPI=2
 inherit flag-o-matic toolchain-funcs eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc ~x86"
 IUSE="diet"
 
 RDEPEND="diet? ( >=dev-libs/dietlibc-0.33_pre20090721 )"



1.36                 dev-libs/libowfat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libowfat/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	16 Jan 2014 13:52:34 -0000	1.35
+++ ChangeLog	1 Mar 2014 23:35:59 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libowfat
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/ChangeLog,v 1.35 2014/01/16 13:52:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/ChangeLog,v 1.36 2014/03/01 23:35:59 pacho Exp $
+
+  01 Mar 2014; Pacho Ramos <pacho@gentoo.org> libowfat-0.29.ebuild:
+  amd64 stable, bug #417341
 
   16 Jan 2014; Jeroen Roovers <jer@gentoo.org> libowfat-0.28-r1.ebuild,
   libowfat-0.29.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libowfat: libowfat-0.29.ebuild ChangeLog
@ 2014-03-02  8:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-02  8:04 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/02 08:04:31

  Modified:             libowfat-0.29.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #417341
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-libs/libowfat/libowfat-0.29.ebuild

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

Index: libowfat-0.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.29.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libowfat-0.29.ebuild	1 Mar 2014 23:35:59 -0000	1.3
+++ libowfat-0.29.ebuild	2 Mar 2014 08:04:31 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.29.ebuild,v 1.3 2014/03/01 23:35:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.29.ebuild,v 1.4 2014/03/02 08:04:31 ago Exp $
 
 EAPI=2
 inherit flag-o-matic toolchain-funcs eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc x86"
 IUSE="diet"
 
 RDEPEND="diet? ( >=dev-libs/dietlibc-0.33_pre20090721 )"



1.37                 dev-libs/libowfat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libowfat/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	1 Mar 2014 23:35:59 -0000	1.36
+++ ChangeLog	2 Mar 2014 08:04:31 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libowfat
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/ChangeLog,v 1.36 2014/03/01 23:35:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/ChangeLog,v 1.37 2014/03/02 08:04:31 ago Exp $
+
+  02 Mar 2014; Agostino Sarubbo <ago@gentoo.org> libowfat-0.29.ebuild:
+  Stable for x86, wrt bug #417341
 
   01 Mar 2014; Pacho Ramos <pacho@gentoo.org> libowfat-0.29.ebuild:
   amd64 stable, bug #417341





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libowfat: libowfat-0.29.ebuild ChangeLog
@ 2014-03-12 10:21 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-12 10:21 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/12 10:21:10

  Modified:             libowfat-0.29.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #417341
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-libs/libowfat/libowfat-0.29.ebuild

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

Index: libowfat-0.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.29.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libowfat-0.29.ebuild	2 Mar 2014 08:04:31 -0000	1.4
+++ libowfat-0.29.ebuild	12 Mar 2014 10:21:10 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.29.ebuild,v 1.4 2014/03/02 08:04:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.29.ebuild,v 1.5 2014/03/12 10:21:10 ago Exp $
 
 EAPI=2
 inherit flag-o-matic toolchain-funcs eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
+KEYWORDS="amd64 sparc x86"
 IUSE="diet"
 
 RDEPEND="diet? ( >=dev-libs/dietlibc-0.33_pre20090721 )"



1.38                 dev-libs/libowfat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libowfat/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	2 Mar 2014 08:04:31 -0000	1.37
+++ ChangeLog	12 Mar 2014 10:21:10 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libowfat
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/ChangeLog,v 1.37 2014/03/02 08:04:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/ChangeLog,v 1.38 2014/03/12 10:21:10 ago Exp $
+
+  12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> libowfat-0.29.ebuild:
+  Stable for sparc, wrt bug #417341
 
   02 Mar 2014; Agostino Sarubbo <ago@gentoo.org> libowfat-0.29.ebuild:
   Stable for x86, wrt bug #417341





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

end of thread, other threads:[~2014-03-12 10:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-05  6:52 [gentoo-commits] gentoo-x86 commit in dev-libs/libowfat: libowfat-0.29.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-01 23:35 Pacho Ramos (pacho)
2014-03-02  8:04 Agostino Sarubbo (ago)
2014-03-12 10:21 Agostino Sarubbo (ago)

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