public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/drawxtl/
@ 2011-04-05 14:19 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2011-04-05 14:19 UTC (permalink / raw
  To: gentoo-commits

commit:     a7648c53234769cd3844b72e90ad3195da9ef9ef
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  5 14:17:24 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 14:17:24 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a7648c53

Corrected Slot of fltk to 1, thanks Jan M. Simons noticing this

(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-chemistry/drawxtl/ChangeLog         |    6 +++++-
 sci-chemistry/drawxtl/drawxtl-44.ebuild |    4 ++--
 sci-chemistry/drawxtl/drawxtl-54.ebuild |    4 ++--
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/sci-chemistry/drawxtl/ChangeLog b/sci-chemistry/drawxtl/ChangeLog
index add22d9..a43efbc 100644
--- a/sci-chemistry/drawxtl/ChangeLog
+++ b/sci-chemistry/drawxtl/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-chemistry/drawxtl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Apr 2011; Justin Lecher <jlec@gentoo.org> drawxtl-44.ebuild,
+  drawxtl-54.ebuild:
+  Corrected Slot of fltk to 1, thanks Jan M. Simons noticing this
+
   19 Oct 2010; Justin Lecher <jlec@gentoo.org> +files/44-gentoo.patch,
   drawxtl-44.ebuild, -files/44-ldflags.patch, drawxtl-54.ebuild,
   +files/54-gcc44.patch, +files/54-gentoo.patch:

diff --git a/sci-chemistry/drawxtl/drawxtl-44.ebuild b/sci-chemistry/drawxtl/drawxtl-44.ebuild
index e02bbce..ada036a 100644
--- a/sci-chemistry/drawxtl/drawxtl-44.ebuild
+++ b/sci-chemistry/drawxtl/drawxtl-44.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -22,7 +22,7 @@ DEPEND="opengl? (
 		virtual/opengl
 		media-libs/freeglut
 		)
-	fltk? ( x11-libs/fltk:1.1[opengl?] )"
+	fltk? ( x11-libs/fltk:1[opengl?] )"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_PN}"

diff --git a/sci-chemistry/drawxtl/drawxtl-54.ebuild b/sci-chemistry/drawxtl/drawxtl-54.ebuild
index 56e2854..8b5c864 100644
--- a/sci-chemistry/drawxtl/drawxtl-54.ebuild
+++ b/sci-chemistry/drawxtl/drawxtl-54.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -21,7 +21,7 @@ IUSE="examples"
 DEPEND="virtual/opengl
 	>=media-libs/freeglut-2.6
 	virtual/opengl
-	x11-libs/fltk:1.1[opengl]"
+	x11-libs/fltk:1[opengl]"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_PN}"



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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/drawxtl/
@ 2011-06-24 17:09 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     eb9b2b924751fdd192980ba540f8bca1cc3f5e78
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 13:00:04 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 13:00:04 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=eb9b2b92

Sort inherit and/or USE

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-chemistry/drawxtl/drawxtl-44.ebuild |    2 +-
 sci-chemistry/drawxtl/drawxtl-54.ebuild |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/drawxtl/drawxtl-44.ebuild b/sci-chemistry/drawxtl/drawxtl-44.ebuild
index ada036a..17f0ad0 100644
--- a/sci-chemistry/drawxtl/drawxtl-44.ebuild
+++ b/sci-chemistry/drawxtl/drawxtl-44.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="2"
 
-inherit toolchain-funcs base
+inherit base toolchain-funcs
 
 MY_PN="DRAWxtl"
 MY_P=${MY_PN}${PV}

diff --git a/sci-chemistry/drawxtl/drawxtl-54.ebuild b/sci-chemistry/drawxtl/drawxtl-54.ebuild
index 8b5c864..20f591d 100644
--- a/sci-chemistry/drawxtl/drawxtl-54.ebuild
+++ b/sci-chemistry/drawxtl/drawxtl-54.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="2"
 
-inherit toolchain-funcs base
+inherit base toolchain-funcs
 
 MY_PN="DRAWxtl"
 MY_P=${MY_PN}${PV}



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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/drawxtl/
@ 2021-03-04 20:56 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-03-04 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     ad6670ad007e71988bb021b90561e0da207ee605
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar  4 20:27:47 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar  4 20:27:47 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ad6670ad

sci-chemistry/drawxtl: remove RedundantLongDescription

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-chemistry/drawxtl/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sci-chemistry/drawxtl/metadata.xml b/sci-chemistry/drawxtl/metadata.xml
index 37be5d841..da36ecbfc 100644
--- a/sci-chemistry/drawxtl/metadata.xml
+++ b/sci-chemistry/drawxtl/metadata.xml
@@ -5,8 +5,4 @@
 		<email>sci-chemistry@gentoo.org</email>
 		<name>Gentoo Chemistry Project</name>
 	</maintainer>
-	<longdescription lang="en">
-This software can be used to produce crystal structure drawings from structural
-data.
-</longdescription>
 </pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/drawxtl/
@ 2021-03-05  8:42 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-03-05  8:42 UTC (permalink / raw
  To: gentoo-commits

commit:     9a4b60dee14ee00cafbbf8b759fb4e5db9296344
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar  5 08:42:10 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar  5 08:42:10 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9a4b60de

sci-chemistry/drawxtl: EAPI bump

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-chemistry/drawxtl/drawxtl-45.ebuild | 15 +++++++++------
 sci-chemistry/drawxtl/drawxtl-55.ebuild | 15 +++++++--------
 2 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/sci-chemistry/drawxtl/drawxtl-45.ebuild b/sci-chemistry/drawxtl/drawxtl-45.ebuild
index 9558ffcef..e555eb352 100644
--- a/sci-chemistry/drawxtl/drawxtl-45.ebuild
+++ b/sci-chemistry/drawxtl/drawxtl-45.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 MY_PN="DRAWxtl"
 MY_P=${MY_PN}${PV}
@@ -27,8 +27,12 @@ RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_PN}"
 
+PATCHES=(
+	"${FILESDIR}"/${P}-gentoo.patch
+)
+
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-gentoo.patch
+	default
 	cd "${S}"/source || die
 	if ! use opengl; then
 		sed -i -e 's:define OPENGL 1:undef OPENGL:' ${MY_P}/drawxtl.h || die "sed failed"
@@ -59,8 +63,7 @@ src_install() {
 	fi
 
 	dodoc docs/readme.txt
-	insinto /usr/share/doc/${P}
-	doins docs/*.pdf
+	dodoc docs/*.pdf
 
 	if use examples; then
 		docinto examples

diff --git a/sci-chemistry/drawxtl/drawxtl-55.ebuild b/sci-chemistry/drawxtl/drawxtl-55.ebuild
index df7a16b53..c18fa4b2f 100644
--- a/sci-chemistry/drawxtl/drawxtl-55.ebuild
+++ b/sci-chemistry/drawxtl/drawxtl-55.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 MY_PN="DRAWxtl"
 MY_P=${MY_PN}${PV}
@@ -26,9 +26,9 @@ RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_PN}"
 
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-gentoo.patch
-}
+PATCHES=(
+	"${FILESDIR}"/${P}-gentoo.patch
+)
 
 src_compile() {
 	cd source/${MY_P} || die
@@ -41,8 +41,7 @@ src_install() {
 	dobin exe/${MY_P}
 
 	dodoc docs/readme.txt
-	insinto /usr/share/doc/${P}
-	doins docs/*.pdf
+	dodoc docs/*.pdf
 
 	if use examples; then
 		docinto examples


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

end of thread, other threads:[~2021-03-05  8:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-05 14:19 [gentoo-commits] proj/sci:master commit in: sci-chemistry/drawxtl/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2011-06-24 17:09 Justin Lecher
2021-03-04 20:56 Andrew Ammerlaan
2021-03-05  8:42 Andrew Ammerlaan

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