public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/ccp4i: ccp4i-6.1.3-r4.ebuild ChangeLog
@ 2015-03-09 13:30 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2015-03-09 13:30 UTC (permalink / raw
  To: gentoo-commits

jlec        15/03/09 13:30:18

  Modified:             ChangeLog
  Added:                ccp4i-6.1.3-r4.ebuild
  Log:
  Bump to new python.eclasses
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.14                 sci-chemistry/ccp4i/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	6 Jan 2014 15:05:37 -0000	1.13
+++ ChangeLog	9 Mar 2015 13:30:18 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/ccp4i
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ChangeLog,v 1.13 2014/01/06 15:05:37 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ChangeLog,v 1.14 2015/03/09 13:30:18 jlec Exp $
+
+*ccp4i-6.1.3-r4 (09 Mar 2015)
+
+  09 Mar 2015; Justin Lecher <jlec@gentoo.org> +ccp4i-6.1.3-r4.ebuild:
+  Bump to new python.eclasses
 
   06 Jan 2014; Justin Lecher <jlec@gentoo.org> ccp4i-6.1.3-r3.ebuild:
   Punt base.eclass
@@ -57,4 +62,3 @@
   +files/6.1.3-rename-superpose.patch, +files/6.1.3-rename-truncate.patch,
   +ccp4i-6.1.3.ebuild, +metadata.xml:
   Interface splitted from ccp4
-



1.1                  sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild?rev=1.1&content-type=text/plain

Index: ccp4i-6.1.3-r4.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild,v 1.1 2015/03/09 13:30:18 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

PYTHON_DEPEND="2"

inherit eutils multilib python-single-r1 virtualx

MY_PN="${PN%i}"
MY_P="${MY_PN}-${PV}"

#UPDATE="04_03_09"
#PATCHDATE="090511"

SRC="ftp://ftp.ccp4.ac.uk/ccp4"

DESCRIPTION="Protein X-ray crystallography toolkit -- graphical interface"
HOMEPAGE="http://www.ccp4.ac.uk/"
SRC_URI="
	${SRC}/${PV}/${MY_P}-core-src.tar.gz
	mirror://gentoo/${P}-arpwarp.patch.bz2
	http://dev.gentoo.org/~jlec/distfiles/${PV}-oasis4.0.patch.bz2"
[[ -n ${UPDATE} ]] && SRC_URI="${SRC_URI} ${SRC}/${PV}/updates/${P}-src-patch-${UPDATE}.tar.gz"
[[ -n ${PATCHDATE} ]] && SRC_URI="${SRC_URI} http://dev.gentoo.org/~jlec/science-dist/${PV}-${PATCHDATE}-updates.patch.bz2"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
LICENSE="ccp4"
IUSE=""

RDEPEND="
	app-shells/tcsh
	media-gfx/graphviz
	>=dev-lang/tk-8.3
	>=dev-tcltk/blt-2.4
	sci-libs/ccp4-libs"
DEPEND="${RDEPEND}"

S="${WORKDIR}/${MY_P}"

PATCHES=(
	"${FILESDIR}"/${PV}-fix-baubles.patch
	"${WORKDIR}"/${P}-arpwarp.patch
	)

src_prepare() {
	epatch ${PATCHES[@]}

	[[ ! -z ${PATCHDATE} ]] && epatch "${WORKDIR}"/${PV}-${PATCHDATE}-updates.patch

	epatch "${WORKDIR}"/${PV}-oasis4.0.patch
	python_fix_shebang ccp4i/ share/dbccp4i/
}

src_configure() {
	:
}

src_compile() {
	:
}

src_install() {
	# rm imosflm stuff
	rm -rf "${S}"/ccp4i/{bin/imosflm,imosflm} || die

	rm -rf "${S}"/ccp4i/{bin,etc}/WINDOWS || die

	# This is installed by mrbump
	rm -rf "${S}"/ccp4i/{tasks/{dbviewer.tcl,mrbump.*},templates/mrbump.com,scripts/mrbump.script} || die

	# CCP4Interface - GUI
	insinto /usr/$(get_libdir)/ccp4
	doins -r "${S}"/ccp4i
	exeinto /usr/$(get_libdir)/ccp4/ccp4i/bin
	doexe "${S}"/ccp4i/bin/*
	dosym ../$(get_libdir)/ccp4/ccp4i/bin/ccp4i /usr/bin/ccp4i

	dodir /usr/$(get_libdir)/ccp4/ccp4i/unix

	# dbccp4i
	insinto /usr/share/ccp4
	doins -r "${S}"/share/dbccp4i
}

pkg_postinst() {
	_ccp4-setup() {
		source "${EPREFIX}/etc/profile"
		export USER=root
		bash "${EPREFIX}"/usr/$(get_libdir)/ccp4/ccp4i/bin/ccp4i -h > /dev/null
	}
	VIRTUALX_COMMAND="_ccp4-setup" virtualmake
	echo ""
	elog "ccp4i needs some enviromental settings. So please"
	elog "\t source ${EPREFIX}/etc/profile"
	echo ""
}





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/ccp4i: ccp4i-6.1.3-r4.ebuild ChangeLog
@ 2015-03-25  7:29 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2015-03-25  7:29 UTC (permalink / raw
  To: gentoo-commits

jlec        15/03/25 07:29:47

  Modified:             ccp4i-6.1.3-r4.ebuild ChangeLog
  Log:
  Drop unnecessary PYTHON_DEPEND
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild?r1=1.1&r2=1.2

Index: ccp4i-6.1.3-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ccp4i-6.1.3-r4.ebuild	9 Mar 2015 13:30:18 -0000	1.1
+++ ccp4i-6.1.3-r4.ebuild	25 Mar 2015 07:29:46 -0000	1.2
@@ -1,13 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild,v 1.1 2015/03/09 13:30:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild,v 1.2 2015/03/25 07:29:46 jlec Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 
-PYTHON_DEPEND="2"
-
 inherit eutils multilib python-single-r1 virtualx
 
 MY_PN="${PN%i}"
@@ -35,7 +33,7 @@
 RDEPEND="
 	app-shells/tcsh
 	media-gfx/graphviz
-	>=dev-lang/tk-8.3
+	>=dev-lang/tk-8.3:0
 	>=dev-tcltk/blt-2.4
 	sci-libs/ccp4-libs"
 DEPEND="${RDEPEND}"



1.15                 sci-chemistry/ccp4i/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	9 Mar 2015 13:30:18 -0000	1.14
+++ ChangeLog	25 Mar 2015 07:29:46 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/ccp4i
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ChangeLog,v 1.14 2015/03/09 13:30:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ChangeLog,v 1.15 2015/03/25 07:29:46 jlec Exp $
+
+  25 Mar 2015; Justin Lecher <jlec@gentoo.org> ccp4i-6.1.3-r4.ebuild:
+  Drop unnecessary PYTHON_DEPEND
 
 *ccp4i-6.1.3-r4 (09 Mar 2015)
 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/ccp4i: ccp4i-6.1.3-r4.ebuild ChangeLog
@ 2015-03-27  9:11 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-27  9:11 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/27 09:11:36

  Modified:             ccp4i-6.1.3-r4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #544422
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild?r1=1.2&r2=1.3

Index: ccp4i-6.1.3-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ccp4i-6.1.3-r4.ebuild	25 Mar 2015 07:29:46 -0000	1.2
+++ ccp4i-6.1.3-r4.ebuild	27 Mar 2015 09:11:36 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild,v 1.2 2015/03/25 07:29:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild,v 1.3 2015/03/27 09:11:36 ago Exp $
 
 EAPI=5
 
@@ -26,7 +26,7 @@
 [[ -n ${PATCHDATE} ]] && SRC_URI="${SRC_URI} http://dev.gentoo.org/~jlec/science-dist/${PV}-${PATCHDATE}-updates.patch.bz2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 LICENSE="ccp4"
 IUSE=""
 



1.16                 sci-chemistry/ccp4i/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	25 Mar 2015 07:29:46 -0000	1.15
+++ ChangeLog	27 Mar 2015 09:11:36 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/ccp4i
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ChangeLog,v 1.15 2015/03/25 07:29:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ChangeLog,v 1.16 2015/03/27 09:11:36 ago Exp $
+
+  27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> ccp4i-6.1.3-r4.ebuild:
+  Stable for amd64, wrt bug #544422
 
   25 Mar 2015; Justin Lecher <jlec@gentoo.org> ccp4i-6.1.3-r4.ebuild:
   Drop unnecessary PYTHON_DEPEND





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/ccp4i: ccp4i-6.1.3-r4.ebuild ChangeLog
@ 2015-03-27 10:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-27 10:18 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/27 10:18:43

  Modified:             ccp4i-6.1.3-r4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #544422
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild?r1=1.3&r2=1.4

Index: ccp4i-6.1.3-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ccp4i-6.1.3-r4.ebuild	27 Mar 2015 09:11:36 -0000	1.3
+++ ccp4i-6.1.3-r4.ebuild	27 Mar 2015 10:18:43 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild,v 1.3 2015/03/27 09:11:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r4.ebuild,v 1.4 2015/03/27 10:18:43 ago Exp $
 
 EAPI=5
 
@@ -26,7 +26,7 @@
 [[ -n ${PATCHDATE} ]] && SRC_URI="${SRC_URI} http://dev.gentoo.org/~jlec/science-dist/${PV}-${PATCHDATE}-updates.patch.bz2"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
 LICENSE="ccp4"
 IUSE=""
 



1.17                 sci-chemistry/ccp4i/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	27 Mar 2015 09:11:36 -0000	1.16
+++ ChangeLog	27 Mar 2015 10:18:43 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/ccp4i
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ChangeLog,v 1.16 2015/03/27 09:11:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ChangeLog,v 1.17 2015/03/27 10:18:43 ago Exp $
+
+  27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> ccp4i-6.1.3-r4.ebuild:
+  Stable for x86, wrt bug #544422
 
   27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> ccp4i-6.1.3-r4.ebuild:
   Stable for amd64, wrt bug #544422





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-27 10:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-27 10:18 [gentoo-commits] gentoo-x86 commit in sci-chemistry/ccp4i: ccp4i-6.1.3-r4.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-27  9:11 Agostino Sarubbo (ago)
2015-03-25  7:29 Justin Lecher (jlec)
2015-03-09 13:30 Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox