jlec        14/04/25 13:49:22

  Modified:             ChangeLog
  Added:                ccpn-data-2.3.1_p140425.ebuild
                        ccpn-data-2.4.0_p140425.ebuild
  Removed:              ccpn-data-2.1.5_p111011.ebuild
                        ccpn-data-2.3.1_p131008.ebuild
                        ccpn-data-2.2.2_p120511.ebuild
                        ccpn-data-2.3.1.ebuild
                        ccpn-data-2.2.2_p121012.ebuild
                        ccpn-data-2.2.2_p121112.ebuild
                        ccpn-data-2.3.1_p130822.ebuild
                        ccpn-data-2.2.2_p121112-r1.ebuild
  Log:
  sci-libs/ccpn-data: Version BUmp; drop old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.23                 sci-libs/ccpn-data/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccpn-data/ChangeLog?rev=1.23&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccpn-data/ChangeLog?rev=1.23&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccpn-data/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccpn-data/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   8 Oct 2013 11:23:40 -0000       1.22
+++ ChangeLog   25 Apr 2014 13:49:22 -0000      1.23
@@ -1,6 +1,17 @@
 # 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.22 
2013/10/08 11:23:40 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccpn-data/ChangeLog,v 1.23 
2014/04/25 13:49:22 jlec Exp $
+
+*ccpn-data-2.4.0_p140425 (25 Apr 2014)
+*ccpn-data-2.3.1_p140425 (25 Apr 2014)
+
+  25 Apr 2014; Justin Lecher <[email protected]> -ccpn-data-2.1.5_p111011.ebuild,
+  -ccpn-data-2.2.2_p120511.ebuild, -ccpn-data-2.2.2_p121012.ebuild,
+  -ccpn-data-2.2.2_p121112.ebuild, -ccpn-data-2.2.2_p121112-r1.ebuild,
+  -ccpn-data-2.3.1.ebuild, -ccpn-data-2.3.1_p130822.ebuild,
+  -ccpn-data-2.3.1_p131008.ebuild, +ccpn-data-2.3.1_p140425.ebuild,
+  +ccpn-data-2.4.0_p140425.ebuild:
+  Version BUmp; drop old
 
 *ccpn-data-2.3.1_p131008 (08 Oct 2013)
 



1.1                  sci-libs/ccpn-data/ccpn-data-2.3.1_p140425.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccpn-data/ccpn-data-2.3.1_p140425.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccpn-data/ccpn-data-2.3.1_p140425.ebuild?rev=1.1&content-type=text/plain

Index: ccpn-data-2.3.1_p140425.ebuild
===================================================================
# Copyright 1999-2014 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.1_p140425.ebuild,v 1.1 
2014/04/25 13:49:22 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

inherit eutils portability python-r1 versionator

PATCHSET="${PV##*_p}"
MY_PN="${PN/-data}mr"
MY_PV="$(replace_version_separator 3 _ ${PV%%_p*})r2"
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}.tar.gz";
[[ -n ${PATCHSET} ]] && SRC_URI+=" 
http://dev.gentoo.org/~jlec/distfiles/ccpn-update-${MY_MAJOR}-${PATCHSET}.patch.xz";

SLOT="0"
LICENSE="|| ( CCPN LGPL-2.1 )"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="
        ${PYTHON_DEPS}
        !<sci-chemistry/ccpn-${PVR}"
DEPEND=""

RESTRICT="binchecks strip"

S="${WORKDIR}"/ccpnmr/ccpnmr2.3

src_prepare() {
        [[ -n ${PATCHSET} ]] && \
                epatch "${WORKDIR}"/ccpn-update-${MY_MAJOR}-${PATCHSET}.patch
        cp "${FILESDIR}"/312+ccpn_rhf22_2013-10-02-16-17-30-923_00001.xml 
data/ccp/nmr/NmrExpPrototype/ || die
}

src_install() {
        local i pydocs in_path ein_path

        dodir /usr/share/doc/${PF}/html
        sed \
                -e "s:../ccpnmr2.1:${EPREFIX}/usr/share/doc/${PF}/html:g" \
                ../doc/index.html > "${ED}"/usr/share/doc/${PF}/html/index.html 
|| die
        treecopy $(find python/ -name doc -type d) 
"${ED}"/usr/share/doc/${PF}/html/

        pydocs="$(find python -name doc -type d)"

        symlinking() {
                in_path=$(python_get_sitedir)/ccpn
                ein_path="${in_path#${EPREFIX}}"
                dosym ../../../../share/doc/${PF}/html ${ein_path}/doc
                for i in ${pydocs}; do
                        dosym /usr/share/doc/${PF}/html/${i} ${ein_path}/${i}
                done
                dosym /usr/share/ccpn/data ${ein_path}/data
                dosym /usr/share/ccpn/model ${ein_path}/model
        }
        python_foreach_impl symlinking

        dohtml -r doc/*
        insinto /usr/share/ccpn
        doins -r data model
}



1.1                  sci-libs/ccpn-data/ccpn-data-2.4.0_p140425.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccpn-data/ccpn-data-2.4.0_p140425.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccpn-data/ccpn-data-2.4.0_p140425.ebuild?rev=1.1&content-type=text/plain

Index: ccpn-data-2.4.0_p140425.ebuild
===================================================================
# Copyright 1999-2014 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.4.0_p140425.ebuild,v 1.1 
2014/04/25 13:49:22 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

inherit eutils portability python-r1 versionator

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}.tar.gz";
[[ -n ${PATCHSET} ]] && SRC_URI+=" 
http://dev.gentoo.org/~jlec/distfiles/ccpn-update-${MY_MAJOR}-${PATCHSET}.patch.xz";

SLOT="0"
LICENSE="|| ( CCPN LGPL-2.1 )"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="
        ${PYTHON_DEPS}
        !<sci-chemistry/ccpn-${PVR}"
DEPEND=""

RESTRICT="binchecks strip"

S="${WORKDIR}"/ccpnmr/ccpnmr2.3

src_prepare() {
        [[ -n ${PATCHSET} ]] && \
                epatch "${WORKDIR}"/ccpn-update-${MY_MAJOR}-${PATCHSET}.patch
        cp "${FILESDIR}"/312+ccpn_rhf22_2013-10-02-16-17-30-923_00001.xml 
data/ccp/nmr/NmrExpPrototype/ || die
}

src_install() {
        local i pydocs in_path ein_path

        dodir /usr/share/doc/${PF}/html
        sed \
                -e "s:../ccpnmr2.1:${EPREFIX}/usr/share/doc/${PF}/html:g" \
                ../doc/index.html > "${ED}"/usr/share/doc/${PF}/html/index.html 
|| die
        treecopy $(find python/ -name doc -type d) 
"${ED}"/usr/share/doc/${PF}/html/

        pydocs="$(find python -name doc -type d)"

        symlinking() {
                in_path=$(python_get_sitedir)/ccpn
                ein_path="${in_path#${EPREFIX}}"
                dosym ../../../../share/doc/${PF}/html ${ein_path}/doc
                for i in ${pydocs}; do
                        dosym /usr/share/doc/${PF}/html/${i} ${ein_path}/${i}
                done
                dosym /usr/share/ccpn/data ${ein_path}/data
                dosym /usr/share/ccpn/model ${ein_path}/model
        }
        python_foreach_impl symlinking

        dohtml -r doc/*
        insinto /usr/share/ccpn
        doins -r data model
}




Reply via email to