public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-servers/mongoose: mongoose-5.3.ebuild ChangeLog
@ 2015-03-20 16:46 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2015-03-20 16:46 UTC (permalink / raw
  To: gentoo-commits

jlec        15/03/20 16:46:44

  Modified:             mongoose-5.3.ebuild ChangeLog
  Log:
  Use newbin instead of exinto /usr/bin && doexe
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  www-servers/mongoose/mongoose-5.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/mongoose/mongoose-5.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/mongoose/mongoose-5.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/mongoose/mongoose-5.3.ebuild?r1=1.1&r2=1.2

Index: mongoose-5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/mongoose/mongoose-5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mongoose-5.3.ebuild	6 Jun 2014 04:22:17 -0000	1.1
+++ mongoose-5.3.ebuild	20 Mar 2015 16:46:44 -0000	1.2
@@ -1,19 +1,23 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/mongoose/mongoose-5.3.ebuild,v 1.1 2014/06/06 04:22:17 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/mongoose/mongoose-5.3.ebuild,v 1.2 2015/03/20 16:46:44 jlec Exp $
 
 EAPI=5
+
 inherit toolchain-funcs
 
 DESCRIPTION="easy to use web server"
 SRC_URI="https://github.com/cesanta/${PN}/archive/${PV}.zip -> ${P}.zip"
 HOMEPAGE="https://code.google.com/p/${PN}/"
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~amd64-linux ~x86 ~arm-linux ~x86-linux"
 IUSE="lua"
+
 RDEPEND="lua? ( >=dev-lang/lua-5.2.3:5.2= )"
 DEPEND="${RDEPEND}"
+
 S=${WORKDIR}/${P}/examples
 
 src_prepare() {
@@ -38,7 +42,6 @@
 }
 
 src_install() {
-	exeinto /usr/bin
-	newexe "${S}/server" "${PN}"
+	newbin "${S}/server" "${PN}"
 	dodoc ../docs/{FAQ,LuaSqlite,Options,SSL,Usage}.md
 }



1.2                  www-servers/mongoose/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/mongoose/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/mongoose/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/mongoose/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/mongoose/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	6 Jun 2014 04:22:17 -0000	1.1
+++ ChangeLog	20 Mar 2015 16:46:44 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/mongoose
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/mongoose/ChangeLog,v 1.1 2014/06/06 04:22:17 zmedico Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-servers/mongoose/ChangeLog,v 1.2 2015/03/20 16:46:44 jlec Exp $
+
+  20 Mar 2015; Justin Lecher <jlec@gentoo.org> mongoose-5.3.ebuild:
+  Use newbin instead of exinto /usr/bin && doexe
 
 *mongoose-5.3 (06 Jun 2014)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-20 16:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-20 16:46 [gentoo-commits] gentoo-x86 commit in www-servers/mongoose: mongoose-5.3.ebuild ChangeLog Justin Lecher (jlec)

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