aballier 15/04/14 10:31:01 Added: metadata.xml ChangeLog Stage-4.1.1.ebuild Stage-9999.ebuild Log: Initial import, bug #185298 Signed-off-by: Alexis Ballier <aball...@gentoo.org> (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.1 sci-electronics/Stage/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/Stage/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/Stage/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> <email>aball...@gentoo.org</email> <name>Alexis Ballier</name> </maintainer> </pkgmetadata> 1.1 sci-electronics/Stage/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/Stage/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/Stage/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for sci-electronics/Stage # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/Stage/ChangeLog,v 1.1 2015/04/14 10:31:01 aballier Exp $ *Stage-9999 (14 Apr 2015) *Stage-4.1.1 (14 Apr 2015) 14 Apr 2015; Alexis Ballier <aball...@gentoo.org> +Stage-4.1.1.ebuild, +Stage-9999.ebuild, +metadata.xml: Initial import, bug #185298 1.1 sci-electronics/Stage/Stage-4.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/Stage/Stage-4.1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/Stage/Stage-4.1.1.ebuild?rev=1.1&content-type=text/plain Index: Stage-4.1.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/Stage/Stage-4.1.1.ebuild,v 1.1 2015/04/14 10:31:01 aballier Exp $ EAPI=5 SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-r3" EGIT_REPO_URI="https://github.com/rtv/Stage" fi inherit ${SCM} cmake-utils if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" SRC_URI="" else KEYWORDS="~amd64" SRC_URI="https://github.com/rtv/Stage/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi DESCRIPTION="The Stage Robot Simulator" HOMEPAGE="http://rtv.github.io/Stage/" LICENSE="GPL-2" SLOT="0" IUSE="" RDEPEND=" dev-libs/libltdl:0 virtual/jpeg:0 media-libs/libpng:0= x11-libs/fltk virtual/glu virtual/opengl " DEPEND="${RDEPEND} virtual/pkgconfig" 1.1 sci-electronics/Stage/Stage-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/Stage/Stage-9999.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/Stage/Stage-9999.ebuild?rev=1.1&content-type=text/plain Index: Stage-9999.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/Stage/Stage-9999.ebuild,v 1.1 2015/04/14 10:31:01 aballier Exp $ EAPI=5 SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-r3" EGIT_REPO_URI="https://github.com/rtv/Stage" fi inherit ${SCM} cmake-utils if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" SRC_URI="" else KEYWORDS="~amd64" SRC_URI="https://github.com/rtv/Stage/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi DESCRIPTION="The Stage Robot Simulator" HOMEPAGE="http://rtv.github.io/Stage/" LICENSE="GPL-2" SLOT="0" IUSE="" RDEPEND=" dev-libs/libltdl:0 virtual/jpeg:0 media-libs/libpng:0= x11-libs/fltk virtual/glu virtual/opengl " DEPEND="${RDEPEND} virtual/pkgconfig"