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/xdaliclock | |
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/xdaliclock')
-rw-r--r-- | x11-misc/xdaliclock/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/xdaliclock/metadata.xml | 5 | ||||
-rw-r--r-- | x11-misc/xdaliclock/xdaliclock-2.41.ebuild | 33 | ||||
-rw-r--r-- | x11-misc/xdaliclock/xdaliclock-2.43.ebuild | 33 |
4 files changed, 73 insertions, 0 deletions
diff --git a/x11-misc/xdaliclock/Manifest b/x11-misc/xdaliclock/Manifest new file mode 100644 index 000000000000..547e7fd7d53f --- /dev/null +++ b/x11-misc/xdaliclock/Manifest @@ -0,0 +1,2 @@ +DIST xdaliclock-2.41.tar.gz 2340437 SHA256 2d347347b7add0a7d535f5c59e811d495f5451b18fef54f1cc5124a3fe9633b3 SHA512 66f22a4cf16c63fbc01c1fcb6cd1a714e539669ccc088cf13ab792ab2d4407b5870b2a6e9caf998285efc74d0d70b2bed1f35e28af22ef412bf8842a5413e27a WHIRLPOOL a7486731fbf0e657c74f272d35113d4bbc591109e77dfcff33c309edb1502054db858cbb38b747246c4e08eb36ed5ee331afaf181f9694d1e26e8be6beb8963f +DIST xdaliclock-2.43.tar.gz 2300886 SHA256 6b573a8bac23a72e87a1cd9966c28f1d653bdb0b28bb8fd11633a1a4c2fd9fa4 SHA512 4906632148599254d9b29b032d846fcea1a568de8156cfe9556aa1603e063015d7e3422ba9ce4f47c2877f144837a660964456584a643f274b78422c12c0c923 WHIRLPOOL 9531fadc040e23ddce6fd5e2b1192151358132a0f8e5c0b67b2266906620b0c4ba05d544a4d1dc9fec15fc45a2c463a7a2baea8f5e1fb68f2e4dd4e6e30e0404 diff --git a/x11-misc/xdaliclock/metadata.xml b/x11-misc/xdaliclock/metadata.xml new file mode 100644 index 000000000000..731225048652 --- /dev/null +++ b/x11-misc/xdaliclock/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> diff --git a/x11-misc/xdaliclock/xdaliclock-2.41.ebuild b/x11-misc/xdaliclock/xdaliclock-2.41.ebuild new file mode 100644 index 000000000000..89ba8859cdb1 --- /dev/null +++ b/x11-misc/xdaliclock/xdaliclock-2.41.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Dali Clock is a digital clock. When a digit changes, it melts into its new shape" +HOMEPAGE="http://www.jwz.org/xdaliclock" +SRC_URI="http://www.jwz.org/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS=" amd64 ppc ppc64 x86 ~x86-fbsd" +IUSE="" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt +" +DEPEND=" + ${RDEPEND} + x11-proto/xextproto + x11-proto/xproto +" + +S=${WORKDIR}/${P}/X11 + +src_install() { + dobin ${PN} + newman ${PN}.man ${PN}.1 + dodoc ../README +} diff --git a/x11-misc/xdaliclock/xdaliclock-2.43.ebuild b/x11-misc/xdaliclock/xdaliclock-2.43.ebuild new file mode 100644 index 000000000000..96edd319d20b --- /dev/null +++ b/x11-misc/xdaliclock/xdaliclock-2.43.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Dali Clock is a digital clock. When a digit changes, it melts into its new shape" +HOMEPAGE="http://www.jwz.org/xdaliclock" +SRC_URI="http://www.jwz.org/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt +" +DEPEND=" + ${RDEPEND} + x11-proto/xextproto + x11-proto/xproto +" + +S=${WORKDIR}/${P}/X11 + +src_install() { + dobin ${PN} + newman ${PN}.man ${PN}.1 + dodoc ../README +} |