aballier 15/03/11 17:10:10 Added: metadata.xml ChangeLog ViSP-images-2.10.0.ebuild Log: initial import, ebuild by me Signed-off-by: [email protected] (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.1 sci-misc/ViSP-images/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/ViSP-images/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/ViSP-images/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>[email protected]</email> <name>Alexis Ballier</name> </maintainer> </pkgmetadata> 1.1 sci-misc/ViSP-images/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/ViSP-images/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/ViSP-images/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for sci-misc/ViSP-images # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-misc/ViSP-images/ChangeLog,v 1.1 2015/03/11 17:10:10 aballier Exp $ *ViSP-images-2.10.0 (11 Mar 2015) 11 Mar 2015; Alexis Ballier <[email protected]> +ViSP-images-2.10.0.ebuild, +metadata.xml: initial import, ebuild by me 1.1 sci-misc/ViSP-images/ViSP-images-2.10.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/ViSP-images/ViSP-images-2.10.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/ViSP-images/ViSP-images-2.10.0.ebuild?rev=1.1&content-type=text/plain Index: ViSP-images-2.10.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-misc/ViSP-images/ViSP-images-2.10.0.ebuild,v 1.1 2015/03/11 17:10:10 aballier Exp $ EAPI=5 DESCRIPTION="ViSP images data set" HOMEPAGE="http://www.irisa.fr/lagadic/visp/" SRC_URI="http://www.irisa.fr/lagadic/visp/download/sequence/ViSP-images-${PV}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="app-arch/unzip" RDEPEND="" S="${WORKDIR}/${PN}" src_install() { dodoc README ChangeLog rm -f README LICENSE.txt ChangeLog dodir /usr/share/visp-images-data/ mv "${S}" "${ED}/usr/share/visp-images-data/" }
