public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-libs/libflatarray/
@ 2014-03-22  9:45 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2014-03-22  9:45 UTC (permalink / raw
  To: gentoo-commits

commit:     36265c0446b1652c15c955fa26f354c30e21157c
Author:     Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Mon Mar 17 06:59:43 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Mar 17 06:59:43 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=36265c04

fixed use flag description

---
 dev-libs/libflatarray/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libflatarray/metadata.xml b/dev-libs/libflatarray/metadata.xml
index 1217bd3..b01ece1 100644
--- a/dev-libs/libflatarray/metadata.xml
+++ b/dev-libs/libflatarray/metadata.xml
@@ -13,7 +13,7 @@
   </maintainer>
   <use>
     <flag name="cuda">
-	  Enables plugins for NVIDIA GPUs (e.g. CUDASimulator and CUDAStepper)
+	  Enables plugins for NVIDIA GPUs (e.g. CUDAAllocator)
     </flag>
   </use>
 </pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: dev-libs/libflatarray/
@ 2014-03-22  9:45 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2014-03-22  9:45 UTC (permalink / raw
  To: gentoo-commits

commit:     c29850dcfdc272a4d45385704969d82c04acc531
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 22 09:37:26 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 09:37:26 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c29850dc

dev-libs/libflatarray: Add missing Manifest

Package-Manager: portage-2.2.8-r1
RepoMan-Options: --force

---
 dev-libs/libflatarray/ChangeLog    | 7 +++++++
 dev-libs/libflatarray/metadata.xml | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libflatarray/ChangeLog b/dev-libs/libflatarray/ChangeLog
new file mode 100644
index 0000000..55bb692
--- /dev/null
+++ b/dev-libs/libflatarray/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for dev-libs/libflatarray
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  22 Mar 2014; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  Add missing Manifest
+

diff --git a/dev-libs/libflatarray/metadata.xml b/dev-libs/libflatarray/metadata.xml
index b01ece1..debafee 100644
--- a/dev-libs/libflatarray/metadata.xml
+++ b/dev-libs/libflatarray/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <herd>cluster</herd>


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

* [gentoo-commits] proj/sci:master commit in: dev-libs/libflatarray/
@ 2020-09-22  1:55 Aisha Tammy
  0 siblings, 0 replies; 3+ messages in thread
From: Aisha Tammy @ 2020-09-22  1:55 UTC (permalink / raw
  To: gentoo-commits

commit:     171c67d3608bf1c6262f4bc193ad42e9ed6be016
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 01:55:06 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 01:55:28 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=171c67d3

dev-libs/libflatarray: drop package

present in ::gentoo

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-libs/libflatarray/libflatarray-9999.ebuild | 51 --------------------------
 dev-libs/libflatarray/metadata.xml             | 22 -----------
 2 files changed, 73 deletions(-)

diff --git a/dev-libs/libflatarray/libflatarray-9999.ebuild b/dev-libs/libflatarray/libflatarray-9999.ebuild
deleted file mode 100644
index 12132ab11..000000000
--- a/dev-libs/libflatarray/libflatarray-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-if [ ${PV} == "9999" ] ; then
-	_SCM=mercurial
-	EHG_REPO_URI="http://bitbucket.org/gentryx/libflatarray"
-	SRC_URI=""
-	KEYWORDS=""
-	CMAKE_USE_DIR="${S}"
-else
-	SRC_URI="http://www.libgeodecomp.org/archive/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~ppc ~x86"
-	S="${WORKDIR}/${P}"
-fi
-
-inherit cmake-utils cuda ${_SCM}
-
-DESCRIPTION="Struct of arrays library with object oriented interface for C++"
-HOMEPAGE="http://www.libgeodecomp.org/libflatarray.html"
-
-SLOT="0"
-LICENSE="Boost-1.0"
-IUSE="cuda doc"
-
-RDEPEND="
-	>=dev-libs/boost-1.48
-	cuda? ( dev-util/nvidia-cuda-toolkit )"
-DEPEND="${RDEPEND}
-	doc? ( app-doc/doxygen )"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_with cuda CUDA)
-	)
-	cmake-utils_src_configure
-}
-
-src_compile() {
-	cmake-utils_src_compile
-}
-
-src_install() {
-	DOCS=( README )
-	cmake-utils_src_install
-}
-
-src_test() {
-	cmake-utils_src_make test
-}

diff --git a/dev-libs/libflatarray/metadata.xml b/dev-libs/libflatarray/metadata.xml
deleted file mode 100644
index 124b52db7..000000000
--- a/dev-libs/libflatarray/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<longdescription>
-LibGeoDecomp is a multi-dimensional C++ array class which provides
-an object-oriented view (a.k.a. array of structs, AoS) while
-internally storing data in a struct of arrays (SoA) manner. It
-comes with utilities to move data to CUDA enabled GPUs.
-</longdescription>
-	<maintainer type="person">
-		<email>gentryx@gmx.de</email>
-	</maintainer>
-	<maintainer type="project">
-		<email>cluster@gentoo.org</email>
-		<name>Gentoo Cluster Project</name>
-	</maintainer>
-	<use>
-		<flag name="cuda">
-Enables plugins for NVIDIA GPUs (e.g. CUDAAllocator)
-</flag>
-	</use>
-</pkgmetadata>


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

end of thread, other threads:[~2020-09-22  1:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-22  9:45 [gentoo-commits] proj/sci:master commit in: dev-libs/libflatarray/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2014-03-22  9:45 Justin Lecher
2020-09-22  1:55 Aisha Tammy

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