slyfox 14/08/10 20:42:11
Modified: luasocket-2.0.2.ebuild luasocket-3.0_rc1-r2.ebuild
ChangeLog
Log:
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key
611FF3AA)
Revision Changes Path
1.7 dev-lua/luasocket/luasocket-2.0.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luasocket/luasocket-2.0.2.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luasocket/luasocket-2.0.2.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luasocket/luasocket-2.0.2.ebuild?r1=1.6&r2=1.7
Index: luasocket-2.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lua/luasocket/luasocket-2.0.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- luasocket-2.0.2.ebuild 8 Aug 2013 19:24:27 -0000 1.6
+++ luasocket-2.0.2.ebuild 10 Aug 2014 20:42:11 -0000 1.7
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasocket/luasocket-2.0.2.ebuild,v
1.6 2013/08/08 19:24:27 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasocket/luasocket-2.0.2.ebuild,v
1.7 2014/08/10 20:42:11 slyfox Exp $
EAPI=2
inherit multilib toolchain-funcs flag-o-matic eutils
-DESCRIPTION="Networking support library for the Lua language."
+DESCRIPTION="Networking support library for the Lua language"
HOMEPAGE="http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/"
SRC_URI="http://luaforge.net/frs/download.php/2664/${P}.tar.gz"
1.6 dev-lua/luasocket/luasocket-3.0_rc1-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luasocket/luasocket-3.0_rc1-r2.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luasocket/luasocket-3.0_rc1-r2.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luasocket/luasocket-3.0_rc1-r2.ebuild?r1=1.5&r2=1.6
Index: luasocket-3.0_rc1-r2.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-lua/luasocket/luasocket-3.0_rc1-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- luasocket-3.0_rc1-r2.ebuild 4 Mar 2014 20:36:49 -0000 1.5
+++ luasocket-3.0_rc1-r2.ebuild 10 Aug 2014 20:42:11 -0000 1.6
@@ -1,12 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-lua/luasocket/luasocket-3.0_rc1-r2.ebuild,v 1.5
2014/03/04 20:36:49 vincent Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-lua/luasocket/luasocket-3.0_rc1-r2.ebuild,v 1.6
2014/08/10 20:42:11 slyfox Exp $
EAPI=5
inherit multilib flag-o-matic
-DESCRIPTION="Networking support library for the Lua language."
+DESCRIPTION="Networking support library for the Lua language"
HOMEPAGE="http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/"
SRC_URI="https://github.com/diegonehab/${PN}/archive/v${PV/_/-}.tar.gz ->
${P}.tar.gz"
1.20 dev-lua/luasocket/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luasocket/ChangeLog?rev=1.20&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luasocket/ChangeLog?rev=1.20&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luasocket/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lua/luasocket/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 19 Jun 2014 08:16:35 -0000 1.19
+++ ChangeLog 10 Aug 2014 20:42:11 -0000 1.20
@@ -1,6 +1,10 @@
# ChangeLog for dev-lua/luasocket
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasocket/ChangeLog,v 1.19
2014/06/19 08:16:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasocket/ChangeLog,v 1.20
2014/08/10 20:42:11 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <[email protected]> luasocket-2.0.2.ebuild,
+ luasocket-3.0_rc1-r2.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
19 Jun 2014; Michał Górny <[email protected]> luasocket-3.0_rc1-r3.ebuild:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug