From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- sci-physics/h2o-gtk/Manifest | 1 + sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild | 21 +++++++++++++++++++++ sci-physics/h2o-gtk/h2o-gtk-9999.ebuild | 33 +++++++++++++++++++++++++++++++++ sci-physics/h2o-gtk/metadata.xml | 16 ++++++++++++++++ 4 files changed, 71 insertions(+) create mode 100644 sci-physics/h2o-gtk/Manifest create mode 100644 sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild create mode 100644 sci-physics/h2o-gtk/h2o-gtk-9999.ebuild create mode 100644 sci-physics/h2o-gtk/metadata.xml (limited to 'sci-physics/h2o-gtk') diff --git a/sci-physics/h2o-gtk/Manifest b/sci-physics/h2o-gtk/Manifest new file mode 100644 index 000000000000..8ee248239474 --- /dev/null +++ b/sci-physics/h2o-gtk/Manifest @@ -0,0 +1 @@ +DIST h2o-gtk-0.1.tar.bz2 69851 SHA256 ad62d02b37aac565f6cc854e6dc3ed2e31ddc52ed458b4cd9b9c7b276546bb01 SHA512 58f376f53fc108be620d5a792227ee65e7464581c45b68e94d7bb19b90862f3b008b172d3a2f2376fee5f30fd19f6bb0f5ec74cb49f1224245f8c6ae68cc9b04 WHIRLPOOL 3fef2e32c8a622f1688b7cd4d4be5591117dff536c69d0201f40106c9c27ed9174e43931b0373787e93ab2ff220f0c31f4af09dca63a58c9415252c33c14b4f4 diff --git a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild b/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild new file mode 100644 index 000000000000..fb30e916c6d9 --- /dev/null +++ b/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit autotools-utils + +DESCRIPTION="GTK+ UI for libh2o -- water & steam properties" +HOMEPAGE="https://bitbucket.org/mgorny/h2o-gtk/" +SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-cpp/gtkmm + >=sci-libs/libh2oxx-0.2 + sci-libs/plotmm" +DEPEND="${RDEPEND}" diff --git a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild new file mode 100644 index 000000000000..71ac7e8de800 --- /dev/null +++ b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +#if LIVE +AUTOTOOLS_AUTORECONF=yes +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git" + +inherit git-r3 +#endif + +inherit autotools-utils + +DESCRIPTION="GTK+ UI for libh2o -- water & steam properties" +HOMEPAGE="https://bitbucket.org/mgorny/h2o-gtk/" +SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-cpp/gtkmm:2.4= + sci-libs/libh2oxx:0= + sci-libs/plotmm:0=" +DEPEND="${RDEPEND}" + +#if LIVE +KEYWORDS= +SRC_URI= +#endif diff --git a/sci-physics/h2o-gtk/metadata.xml b/sci-physics/h2o-gtk/metadata.xml new file mode 100644 index 000000000000..12729b5c1ae6 --- /dev/null +++ b/sci-physics/h2o-gtk/metadata.xml @@ -0,0 +1,16 @@ + + + + + mgorny@gentoo.org + Michał Górny + + + + mgorny@gentoo.org + Michał Górny + + https://bitbucket.org/mgorny/h2o-gtk/issues/ + mgorny/h2o-gtk + + -- cgit v1.2.3-65-gdbad