app-admin/pulse2-package-server: initial checkin

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

View File

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

View File

@ -1,3 +1,5 @@
AUX pulse2-package-server.initd 502 RMD160 d59eabd0b308763f84c5c1122d3be51efa9b936b SHA1 8baca6587a44a0e5a703cbbdcb49d7047bbf830b SHA256 fdbeb24053631223c1634e85712d16b24d177a0309d2bacb28562ca02e7fe4e4
DIST pulse2-package-server-1.2.0.tar.gz 43959 RMD160 8bf50fe814e1d621b5444eecb66ff3028bb262e9 SHA1 1e09bb177d799345cc0d72007694b952f62a7b90 SHA256 6c8f2d900afd14a5edf414305fa5cafc01096eb454d2448b1f7f6903beb21132
EBUILD pulse2-package-server-1.2.0.ebuild 1087 RMD160 c2c587f77fae17fc39e20dfc8e49a6cc569e7a14 SHA1 8689bf368c41c25701d34ccca53c7a214da3f5ac SHA256 884eb19b527ca0fb777c6e41388d5480014425e15dc0adf028d23632ed5eef69
EBUILD pulse2-package-server-1.2.0.ebuild 1102 RMD160 02449b361e68a5d399e83f9b0ec5dfadc432122a SHA1 7d060dae8acf01ca74c35fc6dd9b04ee44a0fe1b SHA256 a57bb69d4663a291fef48ee69b33f7067e3fe63aebc8c9a8b0245acc0df548bd
MISC ChangeLog 255 RMD160 04c0bdfa3a28c2cfe008d36ef9834290b8c5dd4d SHA1 2e338fb4a7910bf64765cbc8522fe753f0c2da8a SHA256 d5aee7ef092771a3558c4bf23c8dcae2b6c7d4f9286c8d7f2410a5d1e74657b1
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 package server 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"