app-admin/pulse2-scheduler: initial checkin

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mds@937 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2009-04-07 14:42:18 +00:00
parent 2412f3fb85
commit b2e426a607
4 changed files with 47 additions and 3 deletions

View File

@ -0,0 +1,8 @@
# ChangeLog for app-admin/pulse2-scheduler
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
07 Apr 2009; Mario Fetka <mario.fetka@gmail.com> +metadata.xml,
pulse2-scheduler-1.2.0.ebuild:
initial checkin

View File

@ -1,4 +1,6 @@
AUX pulse2-scheduler-1.2.0-python-1.patch 645 RMD160 2a9d109334f93b9f746e81e74be61fc82c291afb SHA1 f73bbdc3bbaa7ee8adb6bfcc4df711eb549bd716 SHA256 b44594ebd4017efb8da193b44a1453625da724829f1e57c5029d3bd19fb89144
AUX pulse2-scheduler.initd 501 RMD160 c50840c22f9886463bf8228d539a6143dbc46296 SHA1 67e7ad16e9c1969a8fa561aebe9949778ccf1f73 SHA256 0cd1ba84b7339ec7eaa6b57ee52f13ac96f4934c8d7a408fe327a5e1cad5147f
DIST pulse2-scheduler-1.2.0.tar.gz 38785 RMD160 d88cae5b94b50124f5d19be1478b9d80e05b3f3d SHA1 f907784e94be6827e84c3ed60b4db4cdd092bdfe SHA256 c19d1e2a67e7224b46e156cfccab980447d989b829f69c4296c1fd194282fdda
EBUILD pulse2-scheduler-1.2.0.ebuild 1173 RMD160 28aa99fb19099c1b8b6110e93f2f41d38798a64b SHA1 8e421aa27b0978cc1d4055d73ba0d42b147f7026 SHA256 c3fd64738ecde97f84497dc7fcf0fff8bf32272c9d3a7117fcf3d58731079bab
EBUILD pulse2-scheduler-1.2.0.ebuild 1183 RMD160 eb7af4fa4a91bcdfff9b20cc1e0928ecf0df34e8 SHA1 a040aac3d22dd8eef0adc9229de5b06320d27ce6 SHA256 8f71c52e8ae47a2e3f8e8b40314f425fad925bdf5959006a483dcff33c57e8e1
MISC ChangeLog 245 RMD160 a8f0a4f01143f11c6686293117f92467ad14ea35 SHA1 cbea4993462fedd8424cd5d8e0c006390a63ab3e SHA256 7a820b5d91bd96e13a21c046811181ce745d287051376bcbaa6c9840a3faf293
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!--
$Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.18 2008/07/28 19:27:05 cardoe Exp $
This is the example metadata file.
The root element of this file is <pkgmetadata>. Within this element a
number of subelements are allowed: herd, maintainer, and
longdescription. herd is a required subelement.
For a full description look at:
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
Before committing, please remove the comments from this file. They are
not relevant for general metadata.xml files.
-->
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>@gentoo.org</email>
<!-- <description>Description of the maintainership</description> -->
</maintainer>
<!-- <longdescription>Long description of the package</longdescription> -->
<!--
<use>
<flag name='flag'>Description of how USE='flag' affects this package</flag>
<flag name='userland_GNU'>Description of how USERLAND='GNU' affects this
package</flag>
<flag name='aspell'>Uses <pkg>app-text/aspell</pkg> for spell checking.
Requires an installed dictionary from <cat>app-dicts</cat></flag>
</use>
-->
</pkgmetadata>

View File

@ -5,8 +5,8 @@
inherit distutils
# ESVN_REPO_URI="http://mds.mandriva.org/svn/mmc-agent"
DESCRIPTION="The MMC Agent and its Python plugins."
HOMEPAGE="http://mds.mandriva.org/"
DESCRIPTION="The pulse2 scheduler and its Python plugins."
HOMEPAGE="http://pulse2.mandriva.org/"
SRC_URI="http://mds.mandriva.org/pub/pulse2/sources/${PV}/${P}.tar.gz"
LICENSE="GPL-2"