sys-apps/blstools: initial devel ebuild
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/genlink@2475 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
7cf98400c6
commit
11dc6f041c
8
sys-apps/blstools/ChangeLog
Normal file
8
sys-apps/blstools/ChangeLog
Normal file
@ -0,0 +1,8 @@
|
||||
# ChangeLog for sys-apps/blstools
|
||||
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
05 Oct 2010; Mario Fetka <mario.fetka@gmail.com> +blstools-0.2.0.ebuild,
|
||||
+metadata.xml:
|
||||
initial devel ebuild
|
||||
|
4
sys-apps/blstools/Manifest
Normal file
4
sys-apps/blstools/Manifest
Normal file
@ -0,0 +1,4 @@
|
||||
DIST blstools-0.2.0.tar.gz 10983 RMD160 05413658a89052e571b8a1a602c470158e8a2d1d SHA1 19d0a900a280f302718a6782aa91e7cf48225743 SHA256 e7385646f2ec7379256858874c2961e11beaea73a4fb14b8a22c734f9d73f769
|
||||
EBUILD blstools-0.2.0.ebuild 585 RMD160 e9ca75dfdcff2c5a0633c87b644cec7588baccbf SHA1 2a5959ab1d161868ee58bf4c169349396598c454 SHA256 ecd98541e745863172cc55b79a7653f93faa4687449a44e64925c464f0fc8b31
|
||||
MISC ChangeLog 234 RMD160 c60d77d39e63fe204b640853e256e82b4cb9307f SHA1 9346d53e72e32772211e7d85b29471ad1ccdae2a SHA256 348a649ea8d9b91c01e6883d0b0290ba89fc0f3fa6246072a783e5c308ba5e0e
|
||||
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5
|
29
sys-apps/blstools/blstools-0.2.0.ebuild
Normal file
29
sys-apps/blstools/blstools-0.2.0.ebuild
Normal file
@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Tools for controlling the Buffalo's LS-CHL LS-CHLv2 LS-XHL"
|
||||
HOMEPAGE="http://sourceforge.net/projects/blstools/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
#KEYWORDS="~arm"
|
||||
|
||||
SRC_URI="mirror://sourceforge/blstools/${P}.tar.gz"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
#src_prepare() {
|
||||
# epatch "${FILESDIR}/strEventScript-size.patch"
|
||||
#}
|
||||
|
||||
src_install() {
|
||||
newinitd init.d/lsmonitor ls-monitor
|
||||
newinitd init.d/usb ls-usb
|
||||
newconfd default/lsmonitor ls-monitor
|
||||
}
|
34
sys-apps/blstools/metadata.xml
Normal file
34
sys-apps/blstools/metadata.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user