summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-12-15 14:05:39 +0100
committerMichał Górny <mgorny@gentoo.org>2012-12-15 14:05:39 +0100
commit67c0458633284ccd4e2e68b33aacc8e3cb789dae (patch)
treed534661c6704cb4349d0cbed16921be80b1d1c4a /sci-libs
parentRemove live ebuilds which have been moved to gx86. (diff)
downloadmgorny-67c0458633284ccd4e2e68b33aacc8e3cb789dae.tar.gz
mgorny-67c0458633284ccd4e2e68b33aacc8e3cb789dae.tar.bz2
mgorny-67c0458633284ccd4e2e68b33aacc8e3cb789dae.zip
Remove the other bunch of moved live ebuilds.
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/libh2oxx/libh2oxx-9999.ebuild39
-rw-r--r--sci-libs/libh2oxx/metadata.xml15
-rw-r--r--sci-libs/pyh2o/metadata.xml15
-rw-r--r--sci-libs/pyh2o/pyh2o-9999.ebuild29
4 files changed, 0 insertions, 98 deletions
diff --git a/sci-libs/libh2oxx/libh2oxx-9999.ebuild b/sci-libs/libh2oxx/libh2oxx-9999.ebuild
deleted file mode 100644
index 644fafd..0000000
--- a/sci-libs/libh2oxx/libh2oxx-9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-#if LIVE
-AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
-
-inherit git-2
-#endif
-
-inherit autotools-utils
-
-DESCRIPTION="C++ bindings for libh2o"
-HOMEPAGE="https://bitbucket.org/mgorny/libh2oxx/"
-SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug static-libs"
-
-RDEPEND=">=sci-libs/libh2o-0.2"
-DEPEND="${RDEPEND}"
-
-#if LIVE
-KEYWORDS=
-SRC_URI=
-#endif
-
-src_configure() {
- local myeconfargs=(
- $(use_enable debug)
- )
-
- autotools-utils_src_configure
-}
diff --git a/sci-libs/libh2oxx/metadata.xml b/sci-libs/libh2oxx/metadata.xml
deleted file mode 100644
index eb50d05..0000000
--- a/sci-libs/libh2oxx/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <upstream>
- <maintainer status="active">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <bugs-to>https://bitbucket.org/mgorny/libh2oxx/issues/</bugs-to>
- </upstream>
-</pkgmetadata>
diff --git a/sci-libs/pyh2o/metadata.xml b/sci-libs/pyh2o/metadata.xml
deleted file mode 100644
index 07308e9..0000000
--- a/sci-libs/pyh2o/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <upstream>
- <maintainer status="active">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <bugs-to>https://bitbucket.org/mgorny/pyh2o/issues/</bugs-to>
- </upstream>
-</pkgmetadata>
diff --git a/sci-libs/pyh2o/pyh2o-9999.ebuild b/sci-libs/pyh2o/pyh2o-9999.ebuild
deleted file mode 100644
index 81684d0..0000000
--- a/sci-libs/pyh2o/pyh2o-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
-
-inherit distutils-r1
-
-#if LIVE
-AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
-
-inherit git-2
-#endif
-
-DESCRIPTION="Library of routines for IF97 water & steam properties"
-HOMEPAGE="https://bitbucket.org/mgorny/libh2o/"
-SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-#if LIVE
-KEYWORDS=
-SRC_URI=
-#endif