From 1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 13 Mar 2018 16:55:35 +0000 Subject: gentoo resync : 13.03.2018 --- sci-chemistry/Manifest.gz | Bin 17895 -> 17729 bytes sci-chemistry/platon/Manifest | 3 -- sci-chemistry/platon/metadata.xml | 8 ---- sci-chemistry/platon/platon-20151001.ebuild | 72 ---------------------------- 4 files changed, 83 deletions(-) delete mode 100644 sci-chemistry/platon/Manifest delete mode 100644 sci-chemistry/platon/metadata.xml delete mode 100644 sci-chemistry/platon/platon-20151001.ebuild (limited to 'sci-chemistry') diff --git a/sci-chemistry/Manifest.gz b/sci-chemistry/Manifest.gz index 8f25836e85ef..0281c56dbade 100644 Binary files a/sci-chemistry/Manifest.gz and b/sci-chemistry/Manifest.gz differ diff --git a/sci-chemistry/platon/Manifest b/sci-chemistry/platon/Manifest deleted file mode 100644 index 71f76fe2b799..000000000000 --- a/sci-chemistry/platon/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST platon-20151001.tar.gz 12076455 BLAKE2B fbf814f849da46ebb19eef9c2ed18be964df06986c04fc42bd1b582023bc6115332e30f7c172f0d2e9e5e0fd473eaac2c996c0dd494e8e5b6d99c66295cf1ea9 SHA512 fc93e4c425c25ddc9ae634c82b63e95c5ce99bcbada43976478a58783e3b369f082e08e2ee24ff7d9ebe2d9d2d730cd42f6361276a53bed9edd0c0476cfb5148 -EBUILD platon-20151001.ebuild 1746 BLAKE2B bda6585f3ce9dc264ee28df298055574e37b623498d21979ca43bb0ede90f71e652496a1f27fa71369aa99a7b24e1d97519776dea515d69eca8c1cc94e427de9 SHA512 7f9eba83b8287737f0a0552948917ab0469bca08b99425aebbb6475e547cdbaf682269c867001cc9b081af7c4d4a0eab2b6a77ef4ff60cbbcd63b82958e58c4c -MISC metadata.xml 265 BLAKE2B d5a98b9309829a0486c4b8a4336c2d24a0fe34e926d52afd0cc87e16fcc887ca4c18851e58afb33866823121fa8f221a90e0d726dbd85552a4caf66cf03b7b4a SHA512 470f6c178e88c4e83afa46d5e901a45fc2427a779ae832df7fa2d6e25e9e8b4ce77cd3a8fe191e6242d6df3b673f0de6b4f90f1e147aa8b8dd566f18163cc73a diff --git a/sci-chemistry/platon/metadata.xml b/sci-chemistry/platon/metadata.xml deleted file mode 100644 index da36ecbfcd6a..000000000000 --- a/sci-chemistry/platon/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - sci-chemistry@gentoo.org - Gentoo Chemistry Project - - diff --git a/sci-chemistry/platon/platon-20151001.ebuild b/sci-chemistry/platon/platon-20151001.ebuild deleted file mode 100644 index 7fcfb6bfc853..000000000000 --- a/sci-chemistry/platon/platon-20151001.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils fortran-2 flag-o-matic multilib toolchain-funcs - -DESCRIPTION="Versatile, SHELX-97 compatible, multipurpose crystallographic tool" -HOMEPAGE="http://www.cryst.chem.uu.nl/platon/" -SRC_URI="http://www.cryst.chem.uu.nl/xraysoft/unix/${PN}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="free-noncomm" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="examples" - -# Can't do libf2c dependent on whether "${T}"/env.d - newenvd "${T}"/env.d 50platon - - dodoc README.* - - if use examples; then - insinto /usr/share/${PN} - doins -r TEST - fi -} -- cgit v1.2.3