public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lua/lua-zlib: lua-zlib-0.3.ebuild ChangeLog
@ 2014-10-19 17:15 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-10-19 17:15 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/10/19 17:15:32

  Modified:             ChangeLog
  Added:                lua-zlib-0.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.8                  dev-lua/lua-zlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	8 Aug 2013 19:26:29 -0000	1.7
+++ ChangeLog	19 Oct 2014 17:15:32 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lua/lua-zlib
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v 1.7 2013/08/08 19:26:29 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v 1.8 2014/10/19 17:15:32 mrueg Exp $
+
+*lua-zlib-0.3 (19 Oct 2014)
+
+  19 Oct 2014; Manuel Rüger <mrueg@gentoo.org> +lua-zlib-0.3.ebuild:
+  Version bump.
 
   08 Aug 2013; Markus Meier <maekke@gentoo.org> lua-zlib-0.2.ebuild:
   add ~arm, bug #476264



1.1                  dev-lua/lua-zlib/lua-zlib-0.3.ebuild

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

Index: lua-zlib-0.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/lua-zlib-0.3.ebuild,v 1.1 2014/10/19 17:15:32 mrueg Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION="Lua bindings to zlib"
HOMEPAGE="http://github.com/brimworks/lua-zlib"
SRC_URI="https://github.com/brimworks/${PN}/tarball/v${PV} -> ${P}.tgz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""

RDEPEND="dev-lang/lua
		sys-libs/zlib"
DEPEND="${RDEPEND}
		virtual/pkgconfig"

src_unpack() {
	unpack ${A}
	mv *-${PN}-* "${S}"
}

src_configure() {
	MYCMAKEARGS="-DINSTALL_CMOD='$(pkg-config --variable INSTALL_CMOD lua)'"
	cmake-utils_src_configure
}





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

* [gentoo-commits] gentoo-x86 commit in dev-lua/lua-zlib: lua-zlib-0.3.ebuild ChangeLog
@ 2014-12-26 19:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-26 19:15 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/26 19:15:00

  Modified:             lua-zlib-0.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #533446
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-lua/lua-zlib/lua-zlib-0.3.ebuild

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

Index: lua-zlib-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/lua-zlib-0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lua-zlib-0.3.ebuild	14 Nov 2014 21:20:44 -0000	1.2
+++ lua-zlib-0.3.ebuild	26 Dec 2014 19:15:00 -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-lua/lua-zlib/lua-zlib-0.3.ebuild,v 1.2 2014/11/14 21:20:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/lua-zlib-0.3.ebuild,v 1.3 2014/12/26 19:15:00 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm ~x86"
+KEYWORDS="amd64 arm ~x86"
 IUSE=""
 
 RDEPEND="dev-lang/lua



1.10                 dev-lua/lua-zlib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	14 Nov 2014 21:20:44 -0000	1.9
+++ ChangeLog	26 Dec 2014 19:15:00 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lua/lua-zlib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v 1.9 2014/11/14 21:20:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v 1.10 2014/12/26 19:15:00 ago Exp $
+
+  26 Dec 2014; Agostino Sarubbo <ago@gentoo.org> lua-zlib-0.3.ebuild:
+  Stable for amd64, wrt bug #533446
 
   14 Nov 2014; Markus Meier <maekke@gentoo.org> lua-zlib-0.3.ebuild:
   arm stable, bug #511532





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

* [gentoo-commits] gentoo-x86 commit in dev-lua/lua-zlib: lua-zlib-0.3.ebuild ChangeLog
@ 2014-12-28 10:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-28 10:19 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/28 10:19:34

  Modified:             lua-zlib-0.3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #533446
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-lua/lua-zlib/lua-zlib-0.3.ebuild

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

Index: lua-zlib-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/lua-zlib-0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lua-zlib-0.3.ebuild	26 Dec 2014 19:15:00 -0000	1.3
+++ lua-zlib-0.3.ebuild	28 Dec 2014 10:19:34 -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-lua/lua-zlib/lua-zlib-0.3.ebuild,v 1.3 2014/12/26 19:15:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/lua-zlib-0.3.ebuild,v 1.4 2014/12/28 10:19:34 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~x86"
+KEYWORDS="amd64 arm x86"
 IUSE=""
 
 RDEPEND="dev-lang/lua



1.11                 dev-lua/lua-zlib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	26 Dec 2014 19:15:00 -0000	1.10
+++ ChangeLog	28 Dec 2014 10:19:34 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lua/lua-zlib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v 1.10 2014/12/26 19:15:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v 1.11 2014/12/28 10:19:34 ago Exp $
+
+  28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> lua-zlib-0.3.ebuild:
+  Stable for x86, wrt bug #533446
 
   26 Dec 2014; Agostino Sarubbo <ago@gentoo.org> lua-zlib-0.3.ebuild:
   Stable for amd64, wrt bug #533446





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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-28 10:19 [gentoo-commits] gentoo-x86 commit in dev-lua/lua-zlib: lua-zlib-0.3.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-26 19:15 Agostino Sarubbo (ago)
2014-10-19 17:15 Manuel Rueger (mrueg)

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