sys-fs/tux3progs: initial checkin

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1216 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2009-05-17 20:43:37 +00:00
parent d3bfff49c5
commit fe23011d0f
4 changed files with 48 additions and 3 deletions

View File

@ -0,0 +1,8 @@
# ChangeLog for sys-fs/tux3progs
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
17 May 2009; Mario Fetka <mario.fetka@gmail.com> tux3progs-9999.ebuild,
+metadata.xml:
initial checkin

View File

@ -1,3 +1,5 @@
AUX tux3-dist-packager-1.patch 2136 RMD160 19cdf75b888b2b4f843538742b770d7293576eb2 SHA1 4d4ccbba9aa3fd994472cfa2973f6980714a3060 SHA256 f86d2b17d7769136f212dd2479c1d978967deb88caac848a7da861beccccb8e5
AUX tux3-gcc44-1.patch 682 RMD160 af7b4650f9dcdafb621cc7ae7195200e5bd540c5 SHA1 55af40c2b27340336d542bc4b36d565695ad3e62 SHA256 db6d43c0b6ddcbaf1792b99b2fed728651c263c8f0f12f20b081e5b37095c23e
EBUILD tux3progs-9999.ebuild 734 RMD160 bcb53c928fe7ad5f2fbb492116ea9a3b58b42644 SHA1 eafe1312806316efbd96f73d08fa3a52355e63b2 SHA256 8a9c8216c1f2057d8bc54c40d05b92d831151dcb7f1b3905ff76ea3235b47916
EBUILD tux3progs-9999.ebuild 774 RMD160 95ae5b456f7fe1ba9b078440bd35b6384f608d40 SHA1 b50160cb042df84db9539b611ecfb2a20f7ae81d SHA256 ca21f688380f5736f0a02bce6b351e9ab48cf79fb6f4a59852fbe05c74fc3e38
MISC ChangeLog 227 RMD160 d4fb92f1300b233da33f14b84af5e45693673dbc SHA1 c102e97b5c7e9da38f0015f4811dada54d633f25 SHA256 ce9b4ecb8ebc696bfa90b22464ae9b0edce599782dfc140b95cc305f006b610d
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

@ -10,12 +10,12 @@ DESCRIPTION="Standard tux3 filesystem utilities"
HOMEPAGE="http://tux3.org/"
EHG_REPO_URI="http://hg.tux3.org/tux3/"
LICENSE="GPL-2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
RDEPEND="sys-fs/fuse"
DEPEND=""
S="${WORKDIR}/tux3/user"
@ -26,6 +26,7 @@ src_prepare() {
}
src_compile() {
filter-flags -Os -O3 -O2 -O
emake -j1 CC="$(tc-getCC)" UCLFAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "build failed"
}