app-admin/pulse2-launcher: initial checkin

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

View File

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

View File

@ -1,4 +1,6 @@
AUX pulse2-launchers.initd 499 RMD160 1f0437bf606ab8e2660b66df2b01abb3dc3c53f7 SHA1 c92c22ab26721d073b0fdb410a39c7d7784217ed SHA256 37e8b59a98a91663a33e1ef404ae1024aa2c96c3228452ea9ed3eb9481d70dd4
DIST pulse2-launcher-1.2.0.tar.gz 54073 RMD160 056181e67629fa4e74d9a4fe9a338de853b3d994 SHA1 000b368a6f988cbe1df5582e4bbded60ad6a65b4 SHA256 6626c3c7e64ca2785fc7d6bdad25829ae7d9737b6fd1a2570f79a6543cb5b118
DIST wol-0.7.1.tar.gz 445648 RMD160 856fefe482db4326df47f10f07ec97396f23870d SHA1 7edd1a8c2d4baffc3b6baf8fcd12e786f9fc1fbd SHA256 e0086c9b9811df2bdf763ec9016dfb1bcb7dba9fa6d7858725b0929069a12622
EBUILD pulse2-launcher-1.2.0.ebuild 1318 RMD160 1efdbf5b17c0a5d3e479b6183738ec988c861bad SHA1 94e0cb959f2021afe2f9ebeff716ed8c4340b121 SHA256 d8fdea6a132c69e5a15c69357a25b5a2d1ae7d60079ae631e03c920e34db811d
EBUILD pulse2-launcher-1.2.0.ebuild 1328 RMD160 c0b6534dc40b427236451bf887b08a648b779224 SHA1 5cfe476d53724a8957c1cbcbf9eed2d0448be001 SHA256 ca1b918b95a97dd0a1868f64712da73a766ab6b78d103a64b9c222435ae109ee
MISC ChangeLog 243 RMD160 412fd6c95ed9715fdc7df096c92475d5f9beb200 SHA1 898670e0872242f6781b477c52e1d896e14bd925 SHA256 e2166984bc8b7cfaba8bda6075ad34713440c7bd2d4b37af6507d3b04f3b0348
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

@ -7,8 +7,8 @@ inherit distutils
WOL_PV="0.7.1"
# 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 launchers and its Python plugins."
HOMEPAGE="http://pulse2.mandriva.org/"
SRC_URI="http://mds.mandriva.org/pub/pulse2/sources/${PV}/${P}.tar.gz
mirror://sourceforge/ahh/wol-${WOL_PV}.tar.gz"