public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/votca-csg: votca-csg-1.2.1.ebuild ChangeLog
@ 2011-09-10 15:02 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Junghans (ottxor) @ 2011-09-10 15:02 UTC (permalink / raw
  To: gentoo-commits

ottxor      11/09/10 15:02:16

  Modified:             votca-csg-1.2.1.ebuild ChangeLog
  Log:
  [sci-chemistry/votca-csg] Migrate to the bash-completion-r1 eclass
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.2                  sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild

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

Index: votca-csg-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- votca-csg-1.2.1.ebuild	25 Aug 2011 20:25:13 -0000	1.1
+++ votca-csg-1.2.1.ebuild	10 Sep 2011 15:02:16 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild,v 1.1 2011/08/25 20:25:13 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild,v 1.2 2011/09/10 15:02:16 ottxor Exp $
 
 EAPI=4
 
-inherit bash-completion cmake-utils
+inherit bash-completion-r1 cmake-utils
 
 IUSE="doc examples extras +gromacs +system-boost"
 PDEPEND="extras? ( =sci-chemistry/votca-csgapps-${PV} )"
@@ -57,7 +57,7 @@
 
 src_install() {
 	DOCS=(README NOTICE ${CMAKE_BUILD_DIR}/CHANGELOG)
-	dobashcompletion scripts/csg-completion.bash ${PN}
+	newbashcomp scripts/csg-completion.bash ${PN}
 	cmake-utils_src_install
 	if use doc; then
 		if [ -n "${PV##*9999}" ]; then
@@ -76,10 +76,9 @@
 }
 
 pkg_postinst() {
-	elog
-	elog "Please read and cite:"
-	elog "VOTCA, J. Chem. Theory Comput. 5, 3211 (2009). "
-	elog "http://dx.doi.org/10.1021/ct900369w"
-	elog
-	bash-completion_pkg_postinst
+	einfo
+	einfo "Please read and cite:"
+	einfo "VOTCA, J. Chem. Theory Comput. 5, 3211 (2009). "
+	einfo "http://dx.doi.org/10.1021/ct900369w"
+	einfo
 }



1.9                  sci-chemistry/votca-csg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	25 Aug 2011 20:25:13 -0000	1.8
+++ ChangeLog	10 Sep 2011 15:02:16 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/votca-csg
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.8 2011/08/25 20:25:13 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.9 2011/09/10 15:02:16 ottxor Exp $
+
+  10 Sep 2011; Christoph Junghans <ottxor@gentoo.org> votca-csg-1.2.1.ebuild:
+  Migrate to the bash-completion-r1 eclass manifest
 
 *votca-csg-1.2.1 (25 Aug 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/votca-csg: votca-csg-1.2.1.ebuild ChangeLog
@ 2011-11-05  2:46 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Junghans (ottxor) @ 2011-11-05  2:46 UTC (permalink / raw
  To: gentoo-commits

ottxor      11/11/05 02:46:25

  Modified:             votca-csg-1.2.1.ebuild ChangeLog
  Log:
  multilib support
  
  (Portage version: 2.2.0_alpha72/cvs/Linux i686)

Revision  Changes    Path
1.3                  sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild

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

Index: votca-csg-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- votca-csg-1.2.1.ebuild	10 Sep 2011 15:02:16 -0000	1.2
+++ votca-csg-1.2.1.ebuild	5 Nov 2011 02:46:25 -0000	1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild,v 1.2 2011/09/10 15:02:16 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild,v 1.3 2011/11/05 02:46:25 ottxor Exp $
 
 EAPI=4
 
-inherit bash-completion-r1 cmake-utils
+inherit bash-completion-r1 cmake-utils multilib
 
 IUSE="doc examples extras +gromacs +system-boost"
 PDEPEND="extras? ( =sci-chemistry/votca-csgapps-${PV} )"
@@ -51,6 +51,7 @@
 		$(cmake-utils_use_with gromacs GMX)
 		${extra}
 		-DWITH_RC_FILES=OFF
+		-DLIB=$(get_libdir)
 	)
 	cmake-utils_src_configure
 }



1.10                 sci-chemistry/votca-csg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	10 Sep 2011 15:02:16 -0000	1.9
+++ ChangeLog	5 Nov 2011 02:46:25 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/votca-csg
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.9 2011/09/10 15:02:16 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.10 2011/11/05 02:46:25 ottxor Exp $
+
+  05 Nov 2011; Christoph Junghans <ottxor@gentoo.org> votca-csg-1.2.1.ebuild:
+  multilib support
 
   10 Sep 2011; Christoph Junghans <ottxor@gentoo.org> votca-csg-1.2.1.ebuild:
   Migrate to the bash-completion-r1 eclass manifest






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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/votca-csg: votca-csg-1.2.1.ebuild ChangeLog
@ 2011-12-14 17:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2011-12-14 17:18 UTC (permalink / raw
  To: gentoo-commits

ago         11/12/14 17:18:09

  Modified:             votca-csg-1.2.1.ebuild ChangeLog
  Log:
  Stable for AMD64, wrt bug #389681
  
  (Portage version: 2.1.10.40/cvs/Linux i686)

Revision  Changes    Path
1.4                  sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild

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

Index: votca-csg-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- votca-csg-1.2.1.ebuild	5 Nov 2011 02:46:25 -0000	1.3
+++ votca-csg-1.2.1.ebuild	14 Dec 2011 17:18:09 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild,v 1.3 2011/11/05 02:46:25 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild,v 1.4 2011/12/14 17:18:09 ago Exp $
 
 EAPI=4
 
@@ -28,7 +28,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="=sci-libs/votca-tools-${PV}[system-boost=]
 	gromacs? ( sci-chemistry/gromacs )



1.11                 sci-chemistry/votca-csg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	5 Nov 2011 02:46:25 -0000	1.10
+++ ChangeLog	14 Dec 2011 17:18:09 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/votca-csg
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.10 2011/11/05 02:46:25 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.11 2011/12/14 17:18:09 ago Exp $
+
+  14 Dec 2011; Agostino Sarubbo <ago@gentoo.org> votca-csg-1.2.1.ebuild:
+  Stable for AMD64, wrt bug #389681
 
   05 Nov 2011; Christoph Junghans <ottxor@gentoo.org> votca-csg-1.2.1.ebuild:
   multilib support






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

end of thread, other threads:[~2011-12-14 17:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-10 15:02 [gentoo-commits] gentoo-x86 commit in sci-chemistry/votca-csg: votca-csg-1.2.1.ebuild ChangeLog Christoph Junghans (ottxor)
  -- strict thread matches above, loose matches on Subject: below --
2011-11-05  2:46 Christoph Junghans (ottxor)
2011-12-14 17:18 Agostino Sarubbo (ago)

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