summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /sci-chemistry/bodr
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'sci-chemistry/bodr')
-rw-r--r--sci-chemistry/bodr/Manifest2
-rw-r--r--sci-chemistry/bodr/bodr-10.ebuild27
-rw-r--r--sci-chemistry/bodr/bodr-9-r1.ebuild27
-rw-r--r--sci-chemistry/bodr/metadata.xml15
4 files changed, 71 insertions, 0 deletions
diff --git a/sci-chemistry/bodr/Manifest b/sci-chemistry/bodr/Manifest
new file mode 100644
index 000000000000..53b218466c9e
--- /dev/null
+++ b/sci-chemistry/bodr/Manifest
@@ -0,0 +1,2 @@
+DIST bodr-10.tar.bz2 225671 SHA256 738a0f0e263cdc088581d0a67a0ea16ec586ceb424704d0ff73bdb5da5d4ee81 SHA512 a3e0e7195914938d8824127aa4777c4054c302ef7811d82d1e012d9be5d7a13d7f2225d4216f4a30ae7dbf70eb3b0b38571c3ee0dbe1d97af15f04171dd51bec WHIRLPOOL e61db3427f6f994a1a628eec12c1a41cf8d9cdbd1a16814a267363ffe4fa320f3fb9b03f8188c746899774631dc5d0398830b8d779d225f3317158809c182c3e
+DIST bodr-9.tar.bz2 210548 SHA256 a7ed30ecc385ff9fe9b2af84710574ac12febea081b5123db6d6337a4a7a4b60 SHA512 5bcdd682729e11a0bc48f9306262e03fa2a3ca3a805633c2b40d7f94608ce6e2e778cc89ed0c57ec3bf6105c2f759204e158ac6f29c9e6ee3aa37190f8f0d772 WHIRLPOOL 78061c24718a4ce5c5694e369d3c97eb90826b2c3b3f694ba9a0f405173ef0efdc565583373b26c96582c853e1606314ee2c5ab3e5cc8e889c0625358f87291b
diff --git a/sci-chemistry/bodr/bodr-10.ebuild b/sci-chemistry/bodr/bodr-10.ebuild
new file mode 100644
index 000000000000..7958b8c319da
--- /dev/null
+++ b/sci-chemistry/bodr/bodr-10.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="The Blue Obelisk Data Repository listing element and isotope properties"
+HOMEPAGE="http://sourceforge.net/projects/bodr"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-macos"
+IUSE=""
+
+DEPEND="dev-libs/libxslt"
+RDEPEND=""
+
+DOCS=( "THANKS" "AUTHORS" "README" "ChangeLog" )
+
+src_prepare(){
+ sed -i -e "s/COPYING//g" Makefile.* || die
+}
+
+src_configure() {
+ econf --docdir="${EPREFIX}"/usr/share/doc/${PF}
+}
diff --git a/sci-chemistry/bodr/bodr-9-r1.ebuild b/sci-chemistry/bodr/bodr-9-r1.ebuild
new file mode 100644
index 000000000000..7958b8c319da
--- /dev/null
+++ b/sci-chemistry/bodr/bodr-9-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="The Blue Obelisk Data Repository listing element and isotope properties"
+HOMEPAGE="http://sourceforge.net/projects/bodr"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-macos"
+IUSE=""
+
+DEPEND="dev-libs/libxslt"
+RDEPEND=""
+
+DOCS=( "THANKS" "AUTHORS" "README" "ChangeLog" )
+
+src_prepare(){
+ sed -i -e "s/COPYING//g" Makefile.* || die
+}
+
+src_configure() {
+ econf --docdir="${EPREFIX}"/usr/share/doc/${PF}
+}
diff --git a/sci-chemistry/bodr/metadata.xml b/sci-chemistry/bodr/metadata.xml
new file mode 100644
index 000000000000..a30a888d000f
--- /dev/null
+++ b/sci-chemistry/bodr/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci-chemistry</herd>
+ <longdescription>
+ Blue Obelisk Data Repository (BODR) is a shared data repository. It lists
+ many important chemoinformatics data such as elemental properties, atomic
+ radii, etc. including references to original literature. Software developers
+ can use this repository on online webpages or in chemistry software for
+ free.
+ </longdescription>
+ <upstream>
+ <remote-id type="sourceforge">bodr</remote-id>
+ </upstream>
+</pkgmetadata>