Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csgapps/
Date: Thu, 14 Jul 2016 17:32:09
Message-Id: 1468516692.0a1913c089e3750f0197f631623fa8a5e4466aa1.ottxor@gentoo
1 commit: 0a1913c089e3750f0197f631623fa8a5e4466aa1
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 14 17:18:12 2016 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 14 17:18:12 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0a1913c0
7
8 sci-chemistry/votca-csgapps: moved to gx86
9
10 sci-chemistry/votca-csgapps/metadata.xml | 12 --------
11 .../votca-csgapps/votca-csgapps-9999.ebuild | 32 ----------------------
12 2 files changed, 44 deletions(-)
13
14 diff --git a/sci-chemistry/votca-csgapps/metadata.xml b/sci-chemistry/votca-csgapps/metadata.xml
15 deleted file mode 100644
16 index 6f0f3dc..0000000
17 --- a/sci-chemistry/votca-csgapps/metadata.xml
18 +++ /dev/null
19 @@ -1,12 +0,0 @@
20 -<?xml version="1.0" encoding="UTF-8"?>
21 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
22 -<pkgmetadata>
23 - <maintainer type="person">
24 - <email>ottxor@g.o</email>
25 - <name>Christoph Junghans</name>
26 - </maintainer>
27 -<maintainer type="project">
28 - <email>sci-chemistry@g.o</email>
29 - <name>Gentoo Chemistry Project</name>
30 - </maintainer>
31 -</pkgmetadata>
32
33 diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
34 deleted file mode 100644
35 index efa51d4..0000000
36 --- a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
37 +++ /dev/null
38 @@ -1,32 +0,0 @@
39 -# Copyright 1999-2015 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Id$
42 -
43 -EAPI=5
44 -
45 -CMAKE_MAKEFILE_GENERATOR="ninja"
46 -
47 -inherit cmake-utils
48 -
49 -if [ "${PV}" != "9999" ]; then
50 - SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
51 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
52 - S="${WORKDIR}/${P#votca-}"
53 -else
54 - inherit git-r3
55 - EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git"
56 - KEYWORDS=""
57 -fi
58 -
59 -DESCRIPTION="Extra applications for votca-csg"
60 -HOMEPAGE="http://www.votca.org"
61 -
62 -LICENSE="Apache-2.0"
63 -SLOT="0"
64 -IUSE=""
65 -
66 -RDEPEND="=sci-chemistry/${PN%apps}-${PV}"
67 -
68 -DEPEND="${RDEPEND}"
69 -
70 -DOCS=( README )