summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-08-08 06:48:11 +0000
committerJustin Lecher <jlec@gentoo.org>2013-08-08 06:48:11 +0000
commit1d5d8f7d8778d82ca95772df650bd8947f3ea858 (patch)
treeee26f69be3a758d194308968638eac8afbc163c8 /sci-libs
parentVersion bump and remove old. (diff)
downloadgentoo-2-1d5d8f7d8778d82ca95772df650bd8947f3ea858.tar.gz
gentoo-2-1d5d8f7d8778d82ca95772df650bd8947f3ea858.tar.bz2
gentoo-2-1d5d8f7d8778d82ca95772df650bd8947f3ea858.zip
sci-libs/ccpn-data: Version Bump, drop broken
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/ccpn-data/ChangeLog8
-rw-r--r--sci-libs/ccpn-data/ccpn-data-2.3.1.ebuild (renamed from sci-libs/ccpn-data/ccpn-data-2.3.0_p130705.ebuild)10
2 files changed, 12 insertions, 6 deletions
diff --git a/sci-libs/ccpn-data/ChangeLog b/sci-libs/ccpn-data/ChangeLog
index 58267f8e0654..59bf22bd2588 100644
--- a/sci-libs/ccpn-data/ChangeLog
+++ b/sci-libs/ccpn-data/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-libs/ccpn-data
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccpn-data/ChangeLog,v 1.16 2013/07/05 15:18:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccpn-data/ChangeLog,v 1.17 2013/08/08 06:48:11 jlec Exp $
+
+*ccpn-data-2.3.1 (08 Aug 2013)
+
+ 08 Aug 2013; Justin Lecher <jlec@gentoo.org> -ccpn-data-2.3.0_p130705.ebuild,
+ +ccpn-data-2.3.1.ebuild:
+ Version Bump, drop broken
*ccpn-data-2.3.0_p130705 (05 Jul 2013)
diff --git a/sci-libs/ccpn-data/ccpn-data-2.3.0_p130705.ebuild b/sci-libs/ccpn-data/ccpn-data-2.3.1.ebuild
index 75b43bbd46d7..72762285bccc 100644
--- a/sci-libs/ccpn-data/ccpn-data-2.3.0_p130705.ebuild
+++ b/sci-libs/ccpn-data/ccpn-data-2.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccpn-data/ccpn-data-2.3.0_p130705.ebuild,v 1.1 2013/07/05 15:18:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccpn-data/ccpn-data-2.3.1.ebuild,v 1.1 2013/08/08 06:48:11 jlec Exp $
EAPI=5
@@ -8,14 +8,14 @@ PYTHON_COMPAT=( python{2_5,2_6,2_7} )
inherit eutils portability python-r1 versionator
-PATCHSET="${PV##*_p}"
+#PATCHSET="${PV##*_p}"
MY_PN="${PN/-data}mr"
MY_PV="$(replace_version_separator 3 _ ${PV%%_p*})"
MY_MAJOR="$(get_version_component_range 1-3)"
DESCRIPTION="The Collaborative Computing Project for NMR - Data"
HOMEPAGE="http://www.ccpn.ac.uk/ccpn"
-SRC_URI="http://www2.ccpn.ac.uk/download/${MY_PN}/analysis${MY_PV}r2.tar.gz -> analysis${MY_PV}.tar.gz"
+SRC_URI="http://www2.ccpn.ac.uk/download/${MY_PN}/analysis${MY_PV}.tar.gz"
[[ -n ${PATCHSET} ]] && SRC_URI+=" http://dev.gentoo.org/~jlec/distfiles/ccpn-update-${MY_MAJOR}-${PATCHSET}.patch.xz"
SLOT="0"
@@ -50,7 +50,7 @@ src_install() {
pydocs="$(find python -name doc -type d)"
- linking() {
+ symlinking() {
in_path=$(python_get_sitedir)/ccpn
ein_path="${in_path#${EPREFIX}}"
dosym ../../../../share/doc/${PF}/html ${ein_path}/doc
@@ -60,7 +60,7 @@ src_install() {
dosym /usr/share/ccpn/data ${ein_path}/data
dosym /usr/share/ccpn/model ${ein_path}/model
}
- python_foreach_impl linking
+ python_foreach_impl symlinking
dohtml -r doc/*
insinto /usr/share/ccpn