Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37726 - proposal of 3 ebuilds
Summary: proposal of 3 ebuilds
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-09 11:32 UTC by Sebastian Glita (Soaron)
Modified: 2004-03-29 13:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Glita (Soaron) 2004-01-09 11:32:36 UTC
--

sys-libs/avfs - A userspace Virtual FileSystem: looking inside archives + accessing remote files:
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: gseba <gseba@users.sourceforge.net>
# $Header:$
                                                                                                                             
# This ebuild was generated by Ebuilder v0.4.
                                                                                                                             
S="${WORKDIR}"
DESCRIPTION="AVFS allows looking inside archived or accessing remote files without modifying the operating system."
SRC_URI="mirror://sourceforge.net/avfs/${P}.tar.gz"
HOMEPAGE="http://www.inf.bme.hu/~mszeredi/avfs/"
LICENSE="GPL-2"
DEPEND=""
                                                                                                                             
src_compile() {
        ./configure \
                --host=${CHOST} \
                --prefix=/usr \
                --infodir=/usr/share/info \
                --mandir=/usr/share/man || die "./configure failed"
        # emake (previously known as pmake) is a script that calls the
        # standard GNU make with parallel building options for speedier
        # builds (especially on SMP systems). Try emake first. It might
        # not work for some packages, in which case you'll have to resort
        # to normal "make".
        emake || die
        #make || die
}
                                                                                                                             
src_install () {
        make DESTDIR=${D} install || die
        # If the above installs anything outside of DESTDIR, try the following.
        #make \
        #       prefix=${D}/usr \
        #       mandir=${D}/usr/share/man \
        #       infodir=${D}/usr/share/info \
        #       install || die
                                                                                                                             
        # Install documentation.
        #dodoc
}

--

sys-libs/plasticfs - Gives user-local perspective of the filesystems, w.r.t names and directories:
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: gseba <gseba@users.sourceforge.net>
# $Header:$
 
# This ebuild was generated by Ebuilder v0.4.
 
S="${WORKDIR}/${P}"
DESCRIPTION="The Plastic File System allows virtual file systems to exist in user space, without kernel hacks or modules."
SRC_URI="mirror://sourceforge/${P}.tar.gz"
HOMEPAGE="http://plasticfs.sourceforge.net"
LICENSE="GPL-2"
DEPEND="sys-apps/groff"
 
src_compile() {
        CPPFLAGS="-DNOT_IN_libc" ./configure \
                --host=${CHOST} \
                --prefix=/usr \
                --infodir=/usr/share/info \
                --mandir=/usr/share/man || die "./configure failed"
        # emake (previously known as pmake) is a script that calls the
        # standard GNU make with parallel building options for speedier
        # builds (especially on SMP systems). Try emake first. It might
        # not work for some packages, in which case you'll have to resort
        # to normal "make".
        emake || die
        #make || die
}
 
src_install () {
        make DESTDIR=${D} install || die
        # If the above installs anything outside of DESTDIR, try the following.
        #make \
        #       prefix=${D}/usr \
        #       mandir=${D}/usr/share/man \
        #       infodir=${D}/usr/share/info \
        #       install || die
 
        # Install documentation.
        dodoc LICENSE README BUILDING MANIFEST
}

--

sys-devel/buildtool - portable build infrastructure:
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: gseba <gseba@users.sourceforge.net>
# $Header:$
 
# This ebuild was generated by Ebuilder v0.4.
 
S="${WORKDIR}/buildtool-0.14"
DESCRIPTION="A Portable Build Infrastructure"
SRC_URI="mirror://sourceforge/buildtool/${P}.tar.gz"
HOMEPAGE="http://buildtool.sourceforge.net"
LICENSE="BSD"
 
src_compile() {
        ./configure \
                --host=${CHOST} \
                --prefix=/usr \
                --infodir=/usr/share/info \
                --mandir=/usr/share/man || die "./configure failed"
        # emake (previously known as pmake) is a script that calls the
        # standard GNU make with parallel building options for speedier
        # builds (especially on SMP systems). Try emake first. It might
        # not work for some packages, in which case you'll have to resort
        # to normal "make".
        emake || die
        #make || die
}
 
src_install () {
        make DESTDIR=${D} install || die
        # If the above installs anything outside of DESTDIR, try the following.
        #make \
        #       prefix=${D}/usr \
        #       mandir=${D}/usr/share/man \
        #       infodir=${D}/usr/share/info \
        #       install || die
 
        # Install documentation.
        dodoc CHANGES COPYING README TODO
}
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-01-13 06:16:58 UTC
please create attachments
Comment 2 Jon Portnoy (RETIRED) gentoo-dev 2004-03-29 13:10:54 UTC
Please submit ebuilds individually and as plaintext attachments.