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 --- x11-plugins/wmweather+/Manifest | 2 ++ x11-plugins/wmweather+/metadata.xml | 8 +++++++ x11-plugins/wmweather+/wmweather+-2.13.ebuild | 34 +++++++++++++++++++++++++++ x11-plugins/wmweather+/wmweather+-2.15.ebuild | 34 +++++++++++++++++++++++++++ 4 files changed, 78 insertions(+) create mode 100644 x11-plugins/wmweather+/Manifest create mode 100644 x11-plugins/wmweather+/metadata.xml create mode 100644 x11-plugins/wmweather+/wmweather+-2.13.ebuild create mode 100644 x11-plugins/wmweather+/wmweather+-2.15.ebuild (limited to 'x11-plugins/wmweather+') diff --git a/x11-plugins/wmweather+/Manifest b/x11-plugins/wmweather+/Manifest new file mode 100644 index 000000000000..dbcf8abfe899 --- /dev/null +++ b/x11-plugins/wmweather+/Manifest @@ -0,0 +1,2 @@ +DIST wmweather+-2.13.tar.gz 195094 SHA256 d15d8f491022e2f092d91a3a463b3200a4ac620ac93b0ecff796751d28e997d2 +DIST wmweather+-2.15.tar.gz 209258 SHA256 3e7931527a1b5e8def17abc2987ec43508a2cc3394c2f340b6e0062e5bfadbd1 SHA512 9096a337d50586e9d5fdb28a0cd6e882fd58cace1e148cb0e2c14239f2f5121a5cdad5ed63a1c8cd2c3f1907c4aee772cea3f55656437a7ee319226efbf6f82a WHIRLPOOL ae3c66b9dcec2c6fa6f142176612f8fb44cf3941e7c5351451da18b5c0b9852e8a6e680672a4f539948b85a78adbe638e8106c2490e373bb4b1b93f85015e663 diff --git a/x11-plugins/wmweather+/metadata.xml b/x11-plugins/wmweather+/metadata.xml new file mode 100644 index 000000000000..d21208debfd4 --- /dev/null +++ b/x11-plugins/wmweather+/metadata.xml @@ -0,0 +1,8 @@ + + + + desktop-dock + + wmweatherplus + + diff --git a/x11-plugins/wmweather+/wmweather+-2.13.ebuild b/x11-plugins/wmweather+/wmweather+-2.13.ebuild new file mode 100644 index 000000000000..0b55a30cf3bb --- /dev/null +++ b/x11-plugins/wmweather+/wmweather+-2.13.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +inherit flag-o-matic + +DESCRIPTION="A dockapp for displaying data collected from METAR, AVN, ETA, and MRF forecasts" +HOMEPAGE="http://www.sourceforge.net/projects/wmweatherplus/" +SRC_URI="mirror://sourceforge/wmweatherplus/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="amd64 ~mips ppc ~ppc64 ~sparc x86" +IUSE="" + +DEPEND="dev-libs/libpcre + >=net-misc/curl-7.17.1 + x11-libs/libXpm + x11-libs/libXext + x11-libs/libX11 + x11-wm/windowmaker" +RDEPEND="${DEPEND}" + +src_configure() { + append-flags "-fno-optimize-sibling-calls" + econf +} + +src_install() { + dobin wmweather+ + dodoc ChangeLog HINTS README example.conf + doman wmweather+.1 +} diff --git a/x11-plugins/wmweather+/wmweather+-2.15.ebuild b/x11-plugins/wmweather+/wmweather+-2.15.ebuild new file mode 100644 index 000000000000..853f7c99ac1e --- /dev/null +++ b/x11-plugins/wmweather+/wmweather+-2.15.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit flag-o-matic + +DESCRIPTION="A dockapp for displaying data collected from METAR, AVN, ETA, and MRF forecasts" +HOMEPAGE="http://www.sourceforge.net/projects/wmweatherplus/" +SRC_URI="mirror://sourceforge/wmweatherplus/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-libs/libpcre + >=net-misc/curl-7.17.1 + x11-libs/libXpm + x11-libs/libXext + x11-libs/libX11 + x11-wm/windowmaker" +RDEPEND="${DEPEND}" + +src_configure() { + append-flags "-fno-optimize-sibling-calls" + econf +} + +src_install() { + dobin wmweather+ + dodoc ChangeLog HINTS README example.conf + doman wmweather+.1 +} -- cgit v1.2.3-65-gdbad