diff options
author | Dominik Stadler <centic@gentoo.org> | 2005-01-15 17:24:10 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2005-01-15 17:24:10 +0000 |
commit | 270d1168ae141c1b61a613e61fa76a9dc241057c (patch) | |
tree | 91dfaf385f80810af25fc1a0f06f33e6fdefb851 /kde-misc/styleclock | |
parent | Added missing dependency on gst-plugins. (diff) | |
download | historical-270d1168ae141c1b61a613e61fa76a9dc241057c.tar.gz historical-270d1168ae141c1b61a613e61fa76a9dc241057c.tar.bz2 historical-270d1168ae141c1b61a613e61fa76a9dc241057c.zip |
Add new package.
Package-Manager: portage-2.0.51-r12
Diffstat (limited to 'kde-misc/styleclock')
-rw-r--r-- | kde-misc/styleclock/ChangeLog | 7 | ||||
-rw-r--r-- | kde-misc/styleclock/Manifest | 4 | ||||
-rw-r--r-- | kde-misc/styleclock/files/digest-styleclock-0.5.1 | 1 | ||||
-rw-r--r-- | kde-misc/styleclock/metadata.xml | 5 | ||||
-rw-r--r-- | kde-misc/styleclock/styleclock-0.5.1.ebuild | 16 |
5 files changed, 33 insertions, 0 deletions
diff --git a/kde-misc/styleclock/ChangeLog b/kde-misc/styleclock/ChangeLog new file mode 100644 index 000000000000..e81a6f92f8da --- /dev/null +++ b/kde-misc/styleclock/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for kde-misc/styleclock +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/styleclock/ChangeLog,v 1.1 2005/01/15 17:24:10 centic Exp $ + + 10 Jan 2005; Dominik Stadler <centic@gentoo.org> : + New package, fixes Bug 68297 + diff --git a/kde-misc/styleclock/Manifest b/kde-misc/styleclock/Manifest new file mode 100644 index 000000000000..339a7cc387bb --- /dev/null +++ b/kde-misc/styleclock/Manifest @@ -0,0 +1,4 @@ +MD5 4661976b8251da4852e279506c9999c0 styleclock-0.5.1.ebuild 609 +MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162 +MD5 e4f686ecd66d67f1c455f45bcb634915 ChangeLog 296 +MD5 87d92f3b975e6bdf2e94b5f60dbe1421 files/digest-styleclock-0.5.1 69 diff --git a/kde-misc/styleclock/files/digest-styleclock-0.5.1 b/kde-misc/styleclock/files/digest-styleclock-0.5.1 new file mode 100644 index 000000000000..8720732721c7 --- /dev/null +++ b/kde-misc/styleclock/files/digest-styleclock-0.5.1 @@ -0,0 +1 @@ +MD5 8fa2a382239e61d6ad0c2d23a70ef1cd styleclock-0.5.1.tar.gz 1083382 diff --git a/kde-misc/styleclock/metadata.xml b/kde-misc/styleclock/metadata.xml new file mode 100644 index 000000000000..b435a8440ccd --- /dev/null +++ b/kde-misc/styleclock/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>kde-other</herd> +</pkgmetadata> diff --git a/kde-misc/styleclock/styleclock-0.5.1.ebuild b/kde-misc/styleclock/styleclock-0.5.1.ebuild new file mode 100644 index 000000000000..54c43ab56c17 --- /dev/null +++ b/kde-misc/styleclock/styleclock-0.5.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/styleclock/styleclock-0.5.1.ebuild,v 1.1 2005/01/15 17:24:10 centic Exp $ + +inherit kde eutils + +DESCRIPTION="StyleClock is a better-looking replacement for the regular KDE clock. It is easily and flexibly themable and it comes with a built in alarm clock and countdown timer." +HOMEPAGE="http://fred.hexbox.de/styleclock/" +SRC_URI="http://fred.hexbox.de/${PN}/${P}.tar.gz" +RESTRICT="nomirror" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~ppc ~amd64" + +need-kde 3.2 |