public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-libs/libfac/
@ 2011-06-25 17:21 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2011-06-25 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b84c3c3808512739017cca345a750f03517242cc
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 12:54:42 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 12:54:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b84c3c38

Cleaned ebuild and add USE description to metadata.xml

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

---
 sci-libs/libfac/ChangeLog           |    6 +++++-
 sci-libs/libfac/libfac-3.1.0.ebuild |   29 ++++++++++++-----------------
 sci-libs/libfac/libfac-3.1.1.ebuild |   14 +++-----------
 sci-libs/libfac/metadata.xml        |   15 +++++++++------
 4 files changed, 29 insertions(+), 35 deletions(-)

diff --git a/sci-libs/libfac/ChangeLog b/sci-libs/libfac/ChangeLog
index bd7a01c..5ec780e 100644
--- a/sci-libs/libfac/ChangeLog
+++ b/sci-libs/libfac/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-libs/libfac
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Jun 2011; Justin Lecher <jlec@gentoo.org> libfac-3.1.0.ebuild,
+  libfac-3.1.1.ebuild, metadata.xml:
+  Cleaned ebuild and add USE description to metadata.xml
+
 *libfac-3.1.1 (07 Jul 2010)
 
   07 Jul 2010; Thomas Kahle <tom111@gmx.de> +libfac-3.1.1.ebuild:

diff --git a/sci-libs/libfac/libfac-3.1.0.ebuild b/sci-libs/libfac/libfac-3.1.0.ebuild
index e49d009..16a3ba3 100644
--- a/sci-libs/libfac/libfac-3.1.0.ebuild
+++ b/sci-libs/libfac/libfac-3.1.0.ebuild
@@ -1,36 +1,31 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=2
 
-inherit eutils
-DESCRIPTION="libfac is an extension of Singular-factory to finite fields"
+inherit eutils versionator
 
-HOMEPAGE="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Libfac/"
+MY_PV=$(replace_all_version_separators '-')
 
-SRC_URI="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Libfac/libfac-3-1-0.tar.gz"
+DESCRIPTION="libfac is an extension of Singular-factory to finite fields"
+HOMEPAGE="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Libfac/"
+SRC_URI="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Libfac/${PN}-${MY_PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
-
 IUSE="singular"
 
-DEPEND="singular? ( sci-libs/factory[singular] )
-		!singular? ( sci-libs/factory[-singular] )"
-
+DEPEND=">=sci-libs/factory-${PV}[singular=]"
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/libfac"
+S="${WORKDIR}/${PN}"
 
-src_compile() {
+RESTRICT="mirror"
+
+src_configure() {
 	econf --prefix="${D}/usr" \
-		$(use_with singular Singular) ||  die "econf failed"
+		$(use_with singular Singular)
 
-	emake all || die "make failed"
 }
-
-src_install() {
-	emake install || die "Install failed"
-}
\ No newline at end of file

diff --git a/sci-libs/libfac/libfac-3.1.1.ebuild b/sci-libs/libfac/libfac-3.1.1.ebuild
index eb44b9e..16a3ba3 100644
--- a/sci-libs/libfac/libfac-3.1.1.ebuild
+++ b/sci-libs/libfac/libfac-3.1.1.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: $
 
@@ -10,30 +10,22 @@ MY_PV=$(replace_all_version_separators '-')
 
 DESCRIPTION="libfac is an extension of Singular-factory to finite fields"
 HOMEPAGE="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Libfac/"
-
 SRC_URI="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Libfac/${PN}-${MY_PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
-
 IUSE="singular"
 
 DEPEND=">=sci-libs/factory-${PV}[singular=]"
-
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}"
 
 RESTRICT="mirror"
 
-src_compile() {
+src_configure() {
 	econf --prefix="${D}/usr" \
-		$(use_with singular Singular) ||  die "econf failed"
+		$(use_with singular Singular)
 
-	emake all || die "make failed"
 }
-
-src_install() {
-	emake install || die "Install failed"
-}
\ No newline at end of file

diff --git a/sci-libs/libfac/metadata.xml b/sci-libs/libfac/metadata.xml
index 5530938..2808e85 100644
--- a/sci-libs/libfac/metadata.xml
+++ b/sci-libs/libfac/metadata.xml
@@ -1,12 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci</herd>
-<maintainer>
-<email>tom111@gmx.de</email>
-<name>Thomas Kahle</name>
-</maintainer>
-<longdescription lang="en">
+	<herd>sci</herd>
+	<maintainer>
+		<email>tom111@gmx.de</email>
+		<name>Thomas Kahle</name>
+	</maintainer>
+	<longdescription lang="en">
 libfac is an extension of Singular-factory to finite fields
 </longdescription>
+	<use>
+		<flag name="singular">Automatically generated description for singular</flag>
+	</use>
 </pkgmetadata>



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

* [gentoo-commits] proj/sci:master commit in: sci-libs/libfac/
@ 2015-01-12  0:00 Christoph Junghans
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2015-01-12  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a09b267088eea95e5d55616a4247315a1afc14a9
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Jan 10 23:06:22 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sat Jan 10 23:06:22 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a09b2670

sci-libs/libfac: Move to EAPI=5, clean ebuilds

---
 sci-libs/libfac/ChangeLog           | 6 +++++-
 sci-libs/libfac/libfac-3.1.0.ebuild | 8 +++-----
 sci-libs/libfac/libfac-3.1.1.ebuild | 8 +++-----
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/sci-libs/libfac/ChangeLog b/sci-libs/libfac/ChangeLog
index 5ec780e..23f9ac3 100644
--- a/sci-libs/libfac/ChangeLog
+++ b/sci-libs/libfac/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-libs/libfac
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Jan 2014; Marius Brehler <marbre@linux.sungazer.de>
+  libfac-3.1.1.ebuild, libfac-3.1.0.ebuild:
+  Move to EAPI=5; Clean ebuild
+
   25 Jun 2011; Justin Lecher <jlec@gentoo.org> libfac-3.1.0.ebuild,
   libfac-3.1.1.ebuild, metadata.xml:
   Cleaned ebuild and add USE description to metadata.xml

diff --git a/sci-libs/libfac/libfac-3.1.0.ebuild b/sci-libs/libfac/libfac-3.1.0.ebuild
index 8b82b54..6333cd4 100644
--- a/sci-libs/libfac/libfac-3.1.0.ebuild
+++ b/sci-libs/libfac/libfac-3.1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
 
 inherit eutils versionator
 
@@ -25,7 +25,5 @@ S="${WORKDIR}/${PN}"
 RESTRICT="mirror"
 
 src_configure() {
-	econf --prefix="${D}/usr" \
-		$(use_with singular Singular)
-
+	econf $(use_with singular Singular)
 }

diff --git a/sci-libs/libfac/libfac-3.1.1.ebuild b/sci-libs/libfac/libfac-3.1.1.ebuild
index 8b82b54..6333cd4 100644
--- a/sci-libs/libfac/libfac-3.1.1.ebuild
+++ b/sci-libs/libfac/libfac-3.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
 
 inherit eutils versionator
 
@@ -25,7 +25,5 @@ S="${WORKDIR}/${PN}"
 RESTRICT="mirror"
 
 src_configure() {
-	econf --prefix="${D}/usr" \
-		$(use_with singular Singular)
-
+	econf $(use_with singular Singular)
 }


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

* [gentoo-commits] proj/sci:master commit in: sci-libs/libfac/
@ 2015-01-12  0:00 Christoph Junghans
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2015-01-12  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     36d0e84921375015037b5c0c9693761da8b403c6
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Jan 11 09:56:00 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 09:56:00 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=36d0e849

sci-libs/libfac: Remove RESTRICT="mirror"

---
 sci-libs/libfac/libfac-3.1.0.ebuild | 2 --
 sci-libs/libfac/libfac-3.1.1.ebuild | 2 --
 2 files changed, 4 deletions(-)

diff --git a/sci-libs/libfac/libfac-3.1.0.ebuild b/sci-libs/libfac/libfac-3.1.0.ebuild
index 6333cd4..81bd94d 100644
--- a/sci-libs/libfac/libfac-3.1.0.ebuild
+++ b/sci-libs/libfac/libfac-3.1.0.ebuild
@@ -22,8 +22,6 @@ RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}"
 
-RESTRICT="mirror"
-
 src_configure() {
 	econf $(use_with singular Singular)
 }

diff --git a/sci-libs/libfac/libfac-3.1.1.ebuild b/sci-libs/libfac/libfac-3.1.1.ebuild
index 6333cd4..81bd94d 100644
--- a/sci-libs/libfac/libfac-3.1.1.ebuild
+++ b/sci-libs/libfac/libfac-3.1.1.ebuild
@@ -22,8 +22,6 @@ RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}"
 
-RESTRICT="mirror"
-
 src_configure() {
 	econf $(use_with singular Singular)
 }


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

* [gentoo-commits] proj/sci:master commit in: sci-libs/libfac/
@ 2015-01-19 17:59 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-01-19 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     67be6af840d91bc0ae290fd4bcc2edbc2f530ca7
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Jan 18 11:30:33 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 18 11:30:33 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=67be6af8

Drop sci-libs/libfac-3.1.0.ebuild

libfac is an extension of factory and depends on it. As
factory-3.1.0 is not in the overlay, there is no need
for libfac-3.1.0.

---
 sci-libs/libfac/ChangeLog           |  7 ++++++-
 sci-libs/libfac/libfac-3.1.0.ebuild | 27 ---------------------------
 2 files changed, 6 insertions(+), 28 deletions(-)

diff --git a/sci-libs/libfac/ChangeLog b/sci-libs/libfac/ChangeLog
index 23f9ac3..80f8a5a 100644
--- a/sci-libs/libfac/ChangeLog
+++ b/sci-libs/libfac/ChangeLog
@@ -2,7 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
-  10 Jan 2014; Marius Brehler <marbre@linux.sungazer.de>
+  18 Jan 2015; Marius Brehler <marbre@linux.sungazer.de>
+  -libfac-3.1.0.ebuild:
+  Drop old; factory-3.1.0 is not in the overlay, so there is no need
+  for libfac-3.1.0.
+
+  10 Jan 2015; Marius Brehler <marbre@linux.sungazer.de>
   libfac-3.1.1.ebuild, libfac-3.1.0.ebuild:
   Move to EAPI=5; Clean ebuild
 

diff --git a/sci-libs/libfac/libfac-3.1.0.ebuild b/sci-libs/libfac/libfac-3.1.0.ebuild
deleted file mode 100644
index 81bd94d..0000000
--- a/sci-libs/libfac/libfac-3.1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit eutils versionator
-
-MY_PV=$(replace_all_version_separators '-')
-
-DESCRIPTION="libfac is an extension of Singular-factory to finite fields"
-HOMEPAGE="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Libfac/"
-SRC_URI="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Libfac/${PN}-${MY_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="singular"
-
-DEPEND=">=sci-libs/factory-${PV}[singular=]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_configure() {
-	econf $(use_with singular Singular)
-}


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

* [gentoo-commits] proj/sci:master commit in: sci-libs/libfac/
@ 2020-11-28  9:11 Horea Christian
  0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2020-11-28  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     333c765006945b65c39525b919d6ba691a582c94
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Nov 28 09:10:51 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Nov 28 09:10:51 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=333c7650

sci-libs/libfac: Removed deprecated package

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-libs/libfac/libfac-3.1.1.ebuild | 26 --------------------------
 sci-libs/libfac/metadata.xml        | 18 ------------------
 2 files changed, 44 deletions(-)

diff --git a/sci-libs/libfac/libfac-3.1.1.ebuild b/sci-libs/libfac/libfac-3.1.1.ebuild
deleted file mode 100644
index e8f8749fa..000000000
--- a/sci-libs/libfac/libfac-3.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils versionator
-
-MY_PV=$(replace_all_version_separators '-')
-
-DESCRIPTION="libfac is an extension of Singular-factory to finite fields"
-HOMEPAGE="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Libfac/"
-SRC_URI="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Libfac/${PN}-${MY_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="singular"
-
-DEPEND=">=sci-libs/factory-${PV}[singular=]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_configure() {
-	econf $(use_with singular Singular)
-}

diff --git a/sci-libs/libfac/metadata.xml b/sci-libs/libfac/metadata.xml
deleted file mode 100644
index 40ae88f5b..000000000
--- a/sci-libs/libfac/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>tom111@gmx.de</email>
-		<name>Thomas Kahle</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-	<longdescription lang="en">
-libfac is an extension of Singular-factory to finite fields
-</longdescription>
-	<use>
-		<flag name="singular">Automatically generated description for singular</flag>
-	</use>
-</pkgmetadata>


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

end of thread, other threads:[~2020-11-28  9:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-19 17:59 [gentoo-commits] proj/sci:master commit in: sci-libs/libfac/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2020-11-28  9:11 Horea Christian
2015-01-12  0:00 Christoph Junghans
2015-01-12  0:00 Christoph Junghans
2011-06-25 17:21 Justin Lecher

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