public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: app-benchmarks/btl/
@ 2011-08-06  2:12 Andrea Arteaga
  0 siblings, 0 replies; 5+ messages in thread
From: Andrea Arteaga @ 2011-08-06  2:12 UTC (permalink / raw
  To: gentoo-commits

commit:     86f9f9df30ed4687a9868a9828cea6961baa35ce
Author:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
AuthorDate: Sat Aug  6 02:12:25 2011 +0000
Commit:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
CommitDate: Sat Aug  6 02:12:25 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=86f9f9df

Added BTL.

---
 app-benchmarks/btl/ChangeLog       |    8 ++++++++
 app-benchmarks/btl/btl-9999.ebuild |   24 ++++++++++++++++++++++++
 app-benchmarks/btl/metadata.xml    |   11 +++++++++++
 3 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/app-benchmarks/btl/ChangeLog b/app-benchmarks/btl/ChangeLog
new file mode 100644
index 0000000..afc6916
--- /dev/null
+++ b/app-benchmarks/btl/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-benchmarks/btl
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*btl-9999 (06 Aug 2011)
+
+  06 Aug 2011; Andrea Arteaga <andyspiros@gmail.com>
+  Initial revision

diff --git a/app-benchmarks/btl/btl-9999.ebuild b/app-benchmarks/btl/btl-9999.ebuild
new file mode 100644
index 0000000..8ca6fde
--- /dev/null
+++ b/app-benchmarks/btl/btl-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit mercurial
+
+DESCRIPTION="Bench Template Library"
+HOMEPAGE="https://bitbucket.org/spiros/btl"
+EHG_REPO_URI="https://bitbucket.org/spiros/btl"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+RDEPEND=""
+
+src_install() {
+	insinto /usr/include/btl
+	doins -r *
+}
\ No newline at end of file

diff --git a/app-benchmarks/btl/metadata.xml b/app-benchmarks/btl/metadata.xml
new file mode 100644
index 0000000..a695527
--- /dev/null
+++ b/app-benchmarks/btl/metadata.xml
@@ -0,0 +1,11 @@
+<pkgmetadata>
+<herd>sci</herd>
+<maintainer>
+<name>Andrea Arteaga</name>
+<email>andyspiros@gmail.com</email>
+</maintainer>
+<description>Bench Template Library</description>
+<longdescription>
+This package contains a modified copy of the BTL.
+</longdescription>
+</pkgmetadata>



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

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/btl/
@ 2013-06-14 11:21 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2013-06-14 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     adf720864c70baee953df1ea50933e3a61658934
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 11:05:10 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 11:05:10 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=adf72086

app-benchmarks/btl: Bump to EAPI=5 and drop KEYWORDS of live ebuilds

Package-Manager: portage-2.2.0_alpha179

---
 app-benchmarks/btl/ChangeLog       |  5 ++++-
 app-benchmarks/btl/btl-9999.ebuild | 11 ++++-------
 app-benchmarks/btl/metadata.xml    | 14 +++++++-------
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/app-benchmarks/btl/ChangeLog b/app-benchmarks/btl/ChangeLog
index afc6916..ea8c757 100644
--- a/app-benchmarks/btl/ChangeLog
+++ b/app-benchmarks/btl/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for app-benchmarks/btl
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  14 Jun 2013; Justin Lecher <jlec@gentoo.org> btl-9999.ebuild, metadata.xml:
+  Bump to EAPI=5 and drop KEYWORDS of live ebuilds
+
 *btl-9999 (06 Aug 2011)
 
   06 Aug 2011; Andrea Arteaga <andyspiros@gmail.com>

diff --git a/app-benchmarks/btl/btl-9999.ebuild b/app-benchmarks/btl/btl-9999.ebuild
index 8ca6fde..8851d3d 100644
--- a/app-benchmarks/btl/btl-9999.ebuild
+++ b/app-benchmarks/btl/btl-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 inherit mercurial
 
@@ -12,13 +12,10 @@ EHG_REPO_URI="https://bitbucket.org/spiros/btl"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
+KEYWORDS=""
 IUSE=""
 
-RDEPEND=""
-
 src_install() {
 	insinto /usr/include/btl
 	doins -r *
-}
\ No newline at end of file
+}

diff --git a/app-benchmarks/btl/metadata.xml b/app-benchmarks/btl/metadata.xml
index 02d17b6..51688ab 100644
--- a/app-benchmarks/btl/metadata.xml
+++ b/app-benchmarks/btl/metadata.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci</herd>
-	<maintainer>
-		<email>andyspiros@gmail.com</email>
-		<name>Andrea Arteaga</name>
-		<description>Bench Template Library</description>
-	</maintainer>
-	<longdescription>This package contains a modified copy of the BTL.</longdescription>
+  <herd>sci</herd>
+  <maintainer>
+    <email>andyspiros@gmail.com</email>
+    <name>Andrea Arteaga</name>
+    <description>Bench Template Library</description>
+  </maintainer>
+  <longdescription>This package contains a modified copy of the BTL.</longdescription>
 </pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/btl/
@ 2015-06-07 18:33 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-06-07 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     bfa45b68385587886103d93ae79f7b145b53a2e7
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  7 18:28:06 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun  7 18:28:06 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bfa45b68

app-benchmarks/btl: Add bitbucket to remote-id in metadata.xml

Package-Manager: portage-2.2.20

 app-benchmarks/btl/ChangeLog    | 5 ++++-
 app-benchmarks/btl/metadata.xml | 3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/app-benchmarks/btl/ChangeLog b/app-benchmarks/btl/ChangeLog
index ea8c757..9780911 100644
--- a/app-benchmarks/btl/ChangeLog
+++ b/app-benchmarks/btl/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for app-benchmarks/btl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  app-benchmarks/btl: Add bitbucket to remote-id in metadata.xml
+
   14 Jun 2013; Justin Lecher <jlec@gentoo.org> btl-9999.ebuild, metadata.xml:
   Bump to EAPI=5 and drop KEYWORDS of live ebuilds
 

diff --git a/app-benchmarks/btl/metadata.xml b/app-benchmarks/btl/metadata.xml
index 51688ab..3a7222f 100644
--- a/app-benchmarks/btl/metadata.xml
+++ b/app-benchmarks/btl/metadata.xml
@@ -8,4 +8,7 @@
     <description>Bench Template Library</description>
   </maintainer>
   <longdescription>This package contains a modified copy of the BTL.</longdescription>
+  <upstream>
+    <remote-id type="bitbucket">spiros/btl</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/btl/
@ 2016-02-22 13:25 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2016-02-22 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     447eb8f007671c43d31c291fe021fc8b79d6d551
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 10:41:23 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 10:41:23 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=447eb8f0

app-benchmarks/btl: Bump to EAPI=6

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 app-benchmarks/btl/btl-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-benchmarks/btl/btl-9999.ebuild b/app-benchmarks/btl/btl-9999.ebuild
index e36695a..4f0b50b 100644
--- a/app-benchmarks/btl/btl-9999.ebuild
+++ b/app-benchmarks/btl/btl-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit mercurial
 


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

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/btl/
@ 2020-09-22  1:39 Aisha Tammy
  0 siblings, 0 replies; 5+ messages in thread
From: Aisha Tammy @ 2020-09-22  1:39 UTC (permalink / raw
  To: gentoo-commits

commit:     0b412e1b5b138788bcb7e146efa4b3c2ccf88ae7
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 01:38:13 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 01:38:47 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0b412e1b

app-benchmarks/btl: drop package

non existent upstream

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

 app-benchmarks/btl/btl-9999.ebuild | 20 --------------------
 app-benchmarks/btl/metadata.xml    | 17 -----------------
 2 files changed, 37 deletions(-)

diff --git a/app-benchmarks/btl/btl-9999.ebuild b/app-benchmarks/btl/btl-9999.ebuild
deleted file mode 100644
index 74bbb1c39..000000000
--- a/app-benchmarks/btl/btl-9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mercurial
-
-DESCRIPTION="Bench Template Library"
-HOMEPAGE="https://bitbucket.org/spiros/btl"
-EHG_REPO_URI="https://bitbucket.org/spiros/btl"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-src_install() {
-	insinto /usr/include/btl
-	doins -r *
-}

diff --git a/app-benchmarks/btl/metadata.xml b/app-benchmarks/btl/metadata.xml
deleted file mode 100644
index 8ebdfe5fd..000000000
--- a/app-benchmarks/btl/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>andyspiros@gmail.com</email>
-		<name>Andrea Arteaga</name>
-		<description>Bench Template Library</description>
-	</maintainer>
-	<maintainer type="project">
-		<email>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-	<longdescription>This package contains a modified copy of the BTL.</longdescription>
-	<upstream>
-		<remote-id type="bitbucket">spiros/btl</remote-id>
-	</upstream>
-</pkgmetadata>


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-07 18:33 [gentoo-commits] proj/sci:master commit in: app-benchmarks/btl/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2020-09-22  1:39 Aisha Tammy
2016-02-22 13:25 Justin Lecher
2013-06-14 11:21 Justin Lecher
2011-08-06  2:12 Andrea Arteaga

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