diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-misc/kapow | |
download | gentoo-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 'x11-misc/kapow')
-rw-r--r-- | x11-misc/kapow/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/kapow/kapow-1.4.3.ebuild | 24 | ||||
-rw-r--r-- | x11-misc/kapow/kapow-1.4.4.ebuild | 24 | ||||
-rw-r--r-- | x11-misc/kapow/metadata.xml | 5 |
4 files changed, 55 insertions, 0 deletions
diff --git a/x11-misc/kapow/Manifest b/x11-misc/kapow/Manifest new file mode 100644 index 000000000000..e2601637d42b --- /dev/null +++ b/x11-misc/kapow/Manifest @@ -0,0 +1,2 @@ +DIST kapow-1.4.3-src.tar.bz2 425479 SHA256 f73bc86db9280f28e5d39a353ad1a925cac5be8087b8f9d5740fe7ca936af62e SHA512 aad034f4b3454f8bb73945add138b06895f191de5399783aafd3efc7a041501380bf6c9473856ee058319cddf22b519b5d7509debc76d45179c45bf0dffd351b WHIRLPOOL de6ea00cbb527a19981cb153918f0d3ec1b8c1d5a6fd152f339c7875cdc059a5e7a6647958a5670644aec73d35f9005c8681a21dd36a441bca48e6055b3aca57 +DIST kapow-1.4.4-src.tar.bz2 427133 SHA256 3dc24784931ad68e794f14b93306867d1ae2caf0689fffb2b3a5aede3b97728b SHA512 9164efa36dbbed092fdc834c2eb0603e5f72d8891cde0f55f2ac1894fcedfe28c85a3dfdf85c2408d91e91aa68f74771a504b23727d9175ab5f92c707ce875d6 WHIRLPOOL c5bf96cf44fa589030c97c67c32fd89e715cdd47991f5ed1fd67422d156e978914754b03c0a882c8cebca532e322ad55a84d8f37a8aef9883e5c9595e5b72e3c diff --git a/x11-misc/kapow/kapow-1.4.3.ebuild b/x11-misc/kapow/kapow-1.4.3.ebuild new file mode 100644 index 000000000000..9a947d48f111 --- /dev/null +++ b/x11-misc/kapow/kapow-1.4.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +inherit qt4-r2 + +DESCRIPTION="A punch clock program designed to easily keep track of your hours" +HOMEPAGE="http://gottcode.org/kapow/" +SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-qt/qtgui:4" +RDEPEND="${DEPEND}" + +src_configure() { + eqmake4 kapow.pro PREFIX=/usr +} + +DOCS="ChangeLog README" diff --git a/x11-misc/kapow/kapow-1.4.4.ebuild b/x11-misc/kapow/kapow-1.4.4.ebuild new file mode 100644 index 000000000000..5e0743284199 --- /dev/null +++ b/x11-misc/kapow/kapow-1.4.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit qt4-r2 + +DESCRIPTION="A punch clock program designed to easily keep track of your hours" +HOMEPAGE="http://gottcode.org/kapow/" +SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-qt/qtgui:4" +RDEPEND="${DEPEND}" + +src_configure() { + eqmake4 kapow.pro PREFIX=/usr +} + +DOCS=( ChangeLog README ) diff --git a/x11-misc/kapow/metadata.xml b/x11-misc/kapow/metadata.xml new file mode 100644 index 000000000000..540f810e069d --- /dev/null +++ b/x11-misc/kapow/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>desktop-misc</herd> +</pkgmetadata> |