aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstroFloyd <AstroFloyd@gmail.com>2017-05-28 12:42:16 +0200
committerAstroFloyd <AstroFloyd@gmail.com>2017-05-28 12:42:16 +0200
commitd3f587d97993e38bd6b923a23f6c35e1bf35cc42 (patch)
tree8355b8ecc40aa3e5c955da33c6c87abd1d986e14
parentRemove SPINspiral from repo (diff)
downloadAstroFloyd-d3f587d97993e38bd6b923a23f6c35e1bf35cc42.tar.gz
AstroFloyd-d3f587d97993e38bd6b923a23f6c35e1bf35cc42.tar.bz2
AstroFloyd-d3f587d97993e38bd6b923a23f6c35e1bf35cc42.zip
Remove sci-astronomy/twin from repo
-rw-r--r--sci-astronomy/twin/ChangeLog10
-rw-r--r--sci-astronomy/twin/Manifest3
-rw-r--r--sci-astronomy/twin/metadata.xml9
-rw-r--r--sci-astronomy/twin/twin-9999.ebuild27
4 files changed, 0 insertions, 49 deletions
diff --git a/sci-astronomy/twin/ChangeLog b/sci-astronomy/twin/ChangeLog
deleted file mode 100644
index a00f0d1..0000000
--- a/sci-astronomy/twin/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for sci-astronomy/twin
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*twin-9999 (21 Feb 2013)
-
- 21 Feb 2013; AstroFloyd <AstroFloyd@gmail.com> +twin-9999.ebuild,
- +metadata.xml:
- New ebuild
-
diff --git a/sci-astronomy/twin/Manifest b/sci-astronomy/twin/Manifest
deleted file mode 100644
index 11d1db3..0000000
--- a/sci-astronomy/twin/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-EBUILD twin-9999.ebuild 552 SHA256 4564cfb39daa6094507b78ffacbf3c685f06b7b0c54b54904a67759ecb79f8b1 SHA512 0330d4889de140e2abd37e41f743ebd840c5da68839a618e5c111e6a75616422c3a867d987da6c68aad17f4498c347ac37d660c77793ed17590848746ceb7697 WHIRLPOOL 096ea6cb0060d9c5bc52e02448bcdbd6ca708db9b8896628ec2ad2d51872efa7a01ea89af87e25999e2cc158c820154b2096583c8446c8f44b87aa0b785498cc
-MISC ChangeLog 244 SHA256 b68063b9fde42494dc335aa5d616ea3e8d3d48ac57af27ad74f665908ca8eeba SHA512 c5cdb8fd5ba0cc8aed25e197e735fe878dad193da81293769749612b4c1532a87311aaca4b08de429d19ac66d98c8c5d061f7d2858a3c3a710e739b663863c95 WHIRLPOOL 36877eab45700b5902dec0b119c410a7b1cdd92a570f01e8c14d16fe40b7042aafb34e170195f61531ed28c08af7206bdf1837f3b9cff41d10cb169ba3b082ef
-MISC metadata.xml 264 SHA256 ee70a62452103200e6d120f463a141b87a772bfdda04572283afa0a809039edb SHA512 c79eefbc9d27d7e04258df2337677bf7ed5eac5a594ecc923404fabe776804bebcbf4214f5008844b0afab101a02813890490e98756dc3d4aad55b283aeca715 WHIRLPOOL 2a80dcbc66e7dda8ea6711e0752e2ccf19aaaffec75f20770621cc7b73c34021944bc3347280d8afe0dd6410fdb9555f54534ec6d07e75ccac33323a569b2fab
diff --git a/sci-astronomy/twin/metadata.xml b/sci-astronomy/twin/metadata.xml
deleted file mode 100644
index 7ba46ab..0000000
--- a/sci-astronomy/twin/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci</herd>
- <maintainer type="person">
- <email>AstroFloyd@gmail.com</email>
- <name>AstroFloyd</name>
- </maintainer>
-</pkgmetadata>
diff --git a/sci-astronomy/twin/twin-9999.ebuild b/sci-astronomy/twin/twin-9999.ebuild
deleted file mode 100644
index 1adc3d1..0000000
--- a/sci-astronomy/twin/twin-9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit fortran-2 subversion cmake-utils
-
-DESCRIPTION="TWIN is a binary stellar evolution code"
-HOMEPAGE="https://svn.science.ru.nl/wsvn/stars/trunk/"
-ESVN_REPO_URI="https://svn.science.ru.nl/repos/stars/trunk"
-
-LICENSE="other"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- >=dev-util/cmake-2.4
- "
-
-ESVN_OPTIONS="--non-interactive --trust-server-cert"
-
-src_unpack() {
- subversion_src_unpack
-}