summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-03-07 13:19:24 +0000
committerJustin Lecher <jlec@gentoo.org>2013-03-07 13:19:24 +0000
commit18f3069970959ab56d8f27bf671fda6551e15768 (patch)
tree8628f6ecf2f9595df0984a6025139c598c208a1d /sci-chemistry
parentVersion bump to 0.2.1, by Gorelov Grigory. Fixes bug #460664. (diff)
downloadgentoo-2-18f3069970959ab56d8f27bf671fda6551e15768.tar.gz
gentoo-2-18f3069970959ab56d8f27bf671fda6551e15768.tar.bz2
gentoo-2-18f3069970959ab56d8f27bf671fda6551e15768.zip
sci-chemistry/burrow-owl: Drop old
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/burrow-owl/ChangeLog8
-rw-r--r--sci-chemistry/burrow-owl/burrow-owl-1.4-r1.ebuild56
-rw-r--r--sci-chemistry/burrow-owl/burrow-owl-1.5.ebuild58
-rw-r--r--sci-chemistry/burrow-owl/metadata.xml2
4 files changed, 7 insertions, 117 deletions
diff --git a/sci-chemistry/burrow-owl/ChangeLog b/sci-chemistry/burrow-owl/ChangeLog
index 2e20ad13de4b..a9b0d31aba92 100644
--- a/sci-chemistry/burrow-owl/ChangeLog
+++ b/sci-chemistry/burrow-owl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/burrow-owl
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/burrow-owl/ChangeLog,v 1.8 2012/07/26 08:52:54 jlec Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/burrow-owl/ChangeLog,v 1.9 2013/03/07 13:19:24 jlec Exp $
+
+ 07 Mar 2013; Justin Lecher <jlec@gentoo.org> -burrow-owl-1.4-r1.ebuild,
+ -burrow-owl-1.5.ebuild, metadata.xml:
+ Drop old
26 Jul 2012; Justin Lecher <jlec@gentoo.org> burrow-owl-1.5.1.ebuild:
Needs X for tests, #427896
diff --git a/sci-chemistry/burrow-owl/burrow-owl-1.4-r1.ebuild b/sci-chemistry/burrow-owl/burrow-owl-1.4-r1.ebuild
deleted file mode 100644
index ff7264bb9e9f..000000000000
--- a/sci-chemistry/burrow-owl/burrow-owl-1.4-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/burrow-owl/burrow-owl-1.4-r1.ebuild,v 1.2 2012/05/04 07:02:34 jdhore Exp $
-
-EAPI="2"
-
-inherit autotools base virtualx
-
-DESCRIPTION="Visualize multidimensional nuclear magnetic resonance (NMR) spectra"
-HOMEPAGE="http://burrow-owl.sourceforge.net/"
-SRC_URI="examples? ( mirror://sourceforge/${PN}/burrow-demos.tar )
- mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-RDEPEND="dev-scheme/guile[networking,regex]
- dev-scheme/guile-gnome-platform
- >=dev-scheme/guile-cairo-1.4
- >=sci-libs/starparse-1.0
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- dev-util/indent
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PV}-include.patch
- "${FILESDIR}"/${PV}-glibc-2.12.patch #333843
- )
-
-src_prepare() {
- base_src_prepare
- # bug 333843
- mv src/endian.h src/bo_endian.h || die
- mv src/endian.c src/bo_endian.c || die
- eautoreconf
-}
-
-src_test () {
- Xemake check || die
-}
-
-src_install() {
- base_src_install
- if use examples; then
- pushd "${WORKDIR}"/burrow-demos
- docinto demonstration
- dodoc * || die "dodoc demo failed"
- cd data
- docinto demonstration/data
- dodoc * || die "dodoc data failed"
- popd
- fi
-}
diff --git a/sci-chemistry/burrow-owl/burrow-owl-1.5.ebuild b/sci-chemistry/burrow-owl/burrow-owl-1.5.ebuild
deleted file mode 100644
index f147ed535247..000000000000
--- a/sci-chemistry/burrow-owl/burrow-owl-1.5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/burrow-owl/burrow-owl-1.5.ebuild,v 1.2 2012/05/04 07:02:35 jdhore Exp $
-
-EAPI=4
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-DESCRIPTION="Visualize multidimensional nuclear magnetic resonance (NMR) spectra"
-HOMEPAGE="http://burrow-owl.sourceforge.net/"
-SRC_URI="
- mirror://sourceforge/${PN}/${P}.tar.gz
- examples? ( mirror://sourceforge/${PN}/burrow-demos.tar )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples static-libs"
-
-RDEPEND="
- dev-libs/g-wrap
- dev-libs/glib:2
- dev-scheme/guile[networking,regex]
- dev-scheme/guile-cairo
- dev-scheme/guile-gnome-platform
- sci-libs/starparse
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- dev-util/indent
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-prll.patch
- )
-
-src_configure() {
- local myeconfargs=(
- $(use_with doc doxygen doxygen)
- )
- autotools-utils_src_configure
-}
-
-src_test () {
- autotools-utils_src_compile -C test-suite check
-}
-
-src_install() {
- use doc && HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/doc/api/html/")
- autotools-utils_src_install
-
- use examples && \
- insinto /usr/share/${PN} && \
- doins -r "${WORKDIR}"/burrow-demos/*
-}
diff --git a/sci-chemistry/burrow-owl/metadata.xml b/sci-chemistry/burrow-owl/metadata.xml
index e42d0af60f42..51fdedab1b38 100644
--- a/sci-chemistry/burrow-owl/metadata.xml
+++ b/sci-chemistry/burrow-owl/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci-chemistry</herd>
+ <herd>sci-chemistry</herd>
</pkgmetadata>