gnome-extra/alarm-clock:

- New ebuild. not available in gentoo's overlay.
    Closes Gentoo's bug #211984


git-svn-id: http://svn.sabayonlinux.org/overlay@2435 d7aec97c-591d-0410-af39-a8856400b30a
This commit is contained in:
wael
2008-07-06 23:19:39 +00:00
parent 0a72ce8233
commit 2dd521ecd6
3 changed files with 47 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
DIST alarm-clock-0.9.10.tar.gz 550593 RMD160 b04fb97f2ded8f08a40dba927806b3ab28e4cf8b SHA1 7065248ba906b79e1d60d08e3a28e6b0ae02603a SHA256 86539ad30ffecf3bbc9c0ff379c248f1f1ff7cd1f89a6e3b424667e60356430c
EBUILD alarm-clock-0.9.10.ebuild 667 RMD160 504e6e5a5127429e58eae053699b75e06924fd38 SHA1 6cb01df58efb8102c85e4b052118d6172600f621 SHA256 0ae8d55be4ef21dd1e12927ad3d791b1c0a0fc45cdd41eabba3c762e0926b31b
MISC Reasons 300 RMD160 64a70f05ef15a085b9e33874b1dd9f31df218c6b SHA1 1002587fe1ede07752cac3eddd5874913b4a8553 SHA256 3f84bb71d6412044ebecc0c1a754fad303eb3dd22bef671778862a77c6d8be2e
+11
View File
@@ -0,0 +1,11 @@
gnome-extra/alarm-clock
Ebuild added July. 07, 2008
Added by Wael Nasreddine <wael.nasreddine@sabayonlinux.org>
New ebuild. not available in gentoo's overlay.
Closes Gentoo's bug #211984
======
20.06.08 - Wael Nasreddine <wael.nasreddine@sabayonlinux.org>
- alarm-clock: welcome :)
@@ -0,0 +1,33 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit distutils python
DESCRIPTION="Alarm Clock is a personal alarm clock applet for the Gnome panel."
HOMEPAGE="http://alarm-clock.54.pl/"
SRC_URI="http://dp0154.debowypark.waw.pl/ac/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
DEPEND=""
RDEPEND=">=dev-python/pygtk-2
dev-python/notify-python
dev-python/gst-python"
src_unpack() {
distutils_src_unpack
# Make sure setup.py is executable.
/bin/chmod a+x setup.py
}
src_compile() {
./setup.py build
}
src_install() {
./setup.py install --root=${D}
}