diff options
author | 2008-08-27 18:07:00 +0000 | |
---|---|---|
committer | 2008-08-27 18:07:00 +0000 | |
commit | 7f4165f95634a8a8e476f6bb4224907e3c2c6f71 (patch) | |
tree | d05dff08e6bd6bf9eb5806d9c745eccb4a32b82e | |
parent | sci-misc/salome-med: Removed fetch restriction, removed hardcode (diff) | |
download | sci-7f4165f95634a8a8e476f6bb4224907e3c2c6f71.tar.gz sci-7f4165f95634a8a8e476f6bb4224907e3c2c6f71.tar.bz2 sci-7f4165f95634a8a8e476f6bb4224907e3c2c6f71.zip |
sci-misc/salome-meta: Fixed repoman errors, removed hardcode
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@1255 32389bae-6d03-0410-99cf-db05cde120eb
-rw-r--r-- | sci-misc/salome-meta/ChangeLog (renamed from sci-misc/salome-meta/Changelog) | 5 | ||||
-rw-r--r-- | sci-misc/salome-meta/Manifest | 5 | ||||
-rw-r--r-- | sci-misc/salome-meta/metadata.xml | 5 | ||||
-rw-r--r-- | sci-misc/salome-meta/salome-meta-3.2.6.ebuild | 21 |
4 files changed, 25 insertions, 11 deletions
diff --git a/sci-misc/salome-meta/Changelog b/sci-misc/salome-meta/ChangeLog index 84747b980..f5061f9b7 100644 --- a/sci-misc/salome-meta/Changelog +++ b/sci-misc/salome-meta/ChangeLog @@ -5,3 +5,8 @@ +salome-meta-3.2.6.ebuild A major thank to Francois Dorin <f.dorin@free.fr>, Jon Hood <squinky86@gmail.com>, Dewald Pietersen <dewald.pieterse@gmail.com>, <etienne.lorriaux@gmail.com> and Richard Westwell <garlicbread@ntlworld.com> for their respective contributions and feedback. Without you guys, the Salome ebuilds would not exist today. Thanks! See bug #155974 for more info + + 27 Aug 2008; Oliver Borm (boroli) <oli.borm@web.de> + salome-meta-3.2.6.ebuild, -Changelog, +metadata.xml: + Fixed repoman errors, removed hardcode + diff --git a/sci-misc/salome-meta/Manifest b/sci-misc/salome-meta/Manifest index e56669f0d..7fd427c91 100644 --- a/sci-misc/salome-meta/Manifest +++ b/sci-misc/salome-meta/Manifest @@ -1,2 +1,3 @@ -EBUILD salome-meta-3.2.6.ebuild 715 RMD160 2e89f00b0abb0b5661242b28e4f3a7ef675b11ae SHA1 ed00bb3f30462a7a2e48113e990fab00a3d5d3d4 SHA256 9c88b2231c2127009b50744b1eb162aa219a054c5c84756eeac93b8fe13d5e40 -MISC Changelog 539 RMD160 f219d4ec270ae667077311027761397e5ed617e8 SHA1 b048e068c6cfd72cb4bb63363a38218409a36e98 SHA256 172af42ee1206d224d7dc7af1b48fbe47a13be1d341586d61fd5a7009c31bbb3 +EBUILD salome-meta-3.2.6.ebuild 772 RMD160 b555593078edc6973fa8757d1f38c941e87ef49d SHA1 4d11039d0835bc47b8e21a4fd12216854e0cdad4 SHA256 4ab5c388a58b07e37227b7c32f172e2b8d2d7ca849f6b5819ee2325508abb410 +MISC ChangeLog 691 RMD160 50386a8799847e4ce21de3e39a2fdbf8e9c2479a SHA1 2106d81a32d3e18173aa319dd03942a96b089a34 SHA256 dd97bcf4038de1f4a0b4e2717f9d2bd9807fa41c88c0c6614962de5886d3739c +MISC metadata.xml 156 RMD160 dc078172bfebcb25d69bdf8731714f9cce9d3e36 SHA1 da2b240a255820145b7c83a5c48e45b96b7e9ee6 SHA256 5d22100902db7507a5b5493dd4a66cdb08025faf80a2c0b75e6392315c47f900 diff --git a/sci-misc/salome-meta/metadata.xml b/sci-misc/salome-meta/metadata.xml new file mode 100644 index 000000000..b229aec85 --- /dev/null +++ b/sci-misc/salome-meta/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +</pkgmetadata> diff --git a/sci-misc/salome-meta/salome-meta-3.2.6.ebuild b/sci-misc/salome-meta/salome-meta-3.2.6.ebuild index 1f3e89f45..7ed6212b8 100644 --- a/sci-misc/salome-meta/salome-meta-3.2.6.ebuild +++ b/sci-misc/salome-meta/salome-meta-3.2.6.ebuild @@ -1,24 +1,27 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# $Header: $ inherit eutils DESCRIPTION="SALOME : The Open Source Integration Platform for Numerical Simulation" +HOMEPAGE="http://www.salome-platform.org" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="=sci-misc/salome-kernel-3.2.6* - =sci-misc/salome-gui-3.2.6* - =sci-misc/salome-med-3.2.6* - =sci-misc/salome-geom-3.2.6* - =sci-misc/salome-smesh-3.2.6* - =sci-misc/salome-visu-3.2.6* - =sci-misc/salome-superv-3.2.6* - =sci-misc/salome-component-3.2.6* - =sci-misc/salome-pycalculator-3.2.6*" +DEPEND="=sci-misc/salome-kernel-${PV}* + =sci-misc/salome-gui-${PV}* + =sci-misc/salome-med-${PV}* + =sci-misc/salome-geom-${PV}* + =sci-misc/salome-smesh-${PV}* + =sci-misc/salome-visu-${PV}* + =sci-misc/salome-superv-${PV}* + =sci-misc/salome-component-${PV}* + =sci-misc/salome-pycalculator-${PV}*" pkg_postinst() { einfo "Salome ebuild needs further development. Please inform any problems or improvements in http://bugs.gentoo.org/show_bug.cgi?id=155974" } + |