add std layman overlay

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/genlink@2466 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-10-04 19:27:20 +00:00
parent 3b32642956
commit 578f33cba3
15 changed files with 6027 additions and 0 deletions

1
Documentation/echo-arm Normal file
View File

@ -0,0 +1 @@
echo ':arm:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-arm:' > /proc/sys/fs/binfmt_misc/register

View File

@ -0,0 +1,11 @@
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-Os -pipe"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="armv5tejl-softfloat-linux-gnueabi"
source /var/lib/layman/make.conf

View File

@ -0,0 +1,116 @@
<?xml version="1.0" encoding="UTF-8"?>
<layman>
<overlay contact="mario.fetka@gmail.com" name="apparmor"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/apparmor/"
status="unofficial" type="svn">
<link>http://www.disconnected-by-peer.at</link>
<description>This overlay hold the ebuild's for the AppArmor Application
Firewall. </description>
</overlay>
<overlay contact="mario.fetka@gmail.com" name="389-ds"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/389/" status="unofficial"
type="svn">
<link>http://linamh.disconnected-by-peer.at</link>
<description>This overlay hold the ebuild's for the 389 Directory
Server.</description>
</overlay>
<overlay contact="mario.fetka@gmail.com" name="mds"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/mds/" status="unofficial"
type="svn">
<link>http://linamh.disconnected-by-peer.at</link>
<description>This overlay hold the ebuild's for the Mandriva Management
Console. </description>
</overlay>
<overlay contact="mario.fetka@gmail.com" name="linamh"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh/"
status="unofficial" type="svn">
<link>http://linamh.disconnected-by-peer.at</link>
<description>This overlay is geos_one's playground for new ebuilds The
short name linamh is LINux AdMinistrators Heaven. As the full Name says
its mainly for Admins.</description>
</overlay>
<overlay contact="mario.fetka@gmail.com" name="bongo"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/bongo/"
status="unofficial" type="svn">
<link>http://linamh.disconnected-by-peer.at</link>
<description>This overlay provides the ebuild's for the bongo-project mail
server.</description>
</overlay>
<overlay contact="mario.fetka@gmail.com" name="ifolder"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/ifolder/"
status="unofficial" type="svn">
<link>http://linamh.disconnected-by-peer.at</link>
<description>This overlay provides the ebuild's for the iFolder
system.</description>
</overlay>
<overlay contact="mario.fetka@gmail.com" name="go-vmware"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/vmware/"
status="unofficial" type="svn">
<link>http://linamh.disconnected-by-peer.at</link>
<description>This overlay provides my ebuild's for the vmware products.</description>
</overlay>
<overlay contact="mario.fetka@gmail.com" name="go-mysql"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/mysql/"
status="unofficial" type="svn">
<link>http://linamh.disconnected-by-peer.at</link>
<description>This overlay provides my ebuild's for the mysql derivates.</description>
</overlay>
<overlay contact="mario.fetka@gmail.com" name="go-genlink"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/genlink/"
status="unofficial" type="svn">
<link>http://linamh.disconnected-by-peer.at</link>
<description>This overlay provides ebuild's for the genlink based hardware.</description>
</overlay>
<overlay contact="mario.fetka@gmail.com" name="lightscribe"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/lightscribe/"
status="unofficial" type="svn">
<link>http://linamh.disconnected-by-peer.at</link>
<description>This overlay provides my ebuild's for the Lightscribe system.</description>
</overlay>
<overlay contact="http://buffalo.nas-central.org/index.php/User:Zoolook"
name="orion5x"
src="https://linkstationwiki.svn.sourceforge.net/svnroot/linkstationwiki/gentoo_orion5x/overlay/"
status="unofficial" type="svn">
<link>http://buffalo.nas-central.org/index.php/GenLink_for_ARM9</link>
<description>In order to get the buffalo-patched linux headers and other
packages which had to be adjusted for usage and compilation on the
Linkstation Pro from our SF.net overlay later.</description>
</overlay>
<overlay contact="http://bugs.gentoo.org/show_bug.cgi?id=194561"
name="mysql-overlay"
src="git://git.overlays.gentoo.org/proj/mysql.git"
status="unofficial" type="git">
<link>http://bugs.gentoo.org/show_bug.cgi?id=194561</link>
<description>We (myself and jmbsvicetto) ARE working on it:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=summary
And the usual changes to the mysql-extras repo of the patches.
It fails a bunch of the upstream testsuites still, but it does pass more
of mypersonal tests. If everybody here would try 5.1.39 AND 5.1.41 on there,
with the testinstructions in the ebuild files, it would be nice to get rid of
all all theattachments to this bug that are no longer relevant..</description>
</overlay>
</layman>

View File

@ -0,0 +1,4 @@
PORTDIR_OVERLAY="
/var/lib/layman/go-genlink
$PORTDIR_OVERLAY
"

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<repositories version="1.0">
<repo priority="50" quality="experimental" status="unofficial">
<name>go-genlink</name>
<description>This overlay provides ebuild's for the genlink based hardware.</description>
<homepage>http://linamh.disconnected-by-peer.at</homepage>
<owner>
<email>mario.fetka@gmail.com</email>
</owner>
<source type="svn">https://svn.disconnected-by-peer.at/svn/linamh/trunk/genlink/</source>
</repo>
</repositories>

View File

@ -0,0 +1,11 @@
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-Os -pipe"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="armv5tejl-softfloat-linux-gnueabi"
source /var/lib/layman/make.conf

View File

@ -0,0 +1,116 @@
<?xml version="1.0" encoding="UTF-8"?>
<layman>
<overlay contact="mario.fetka@gmail.com" name="apparmor"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/apparmor/"
status="unofficial" type="svn">
<link>http://www.disconnected-by-peer.at</link>
<description>This overlay hold the ebuild's for the AppArmor Application
Firewall. </description>
</overlay>
<overlay contact="mario.fetka@gmail.com" name="389-ds"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/389/" status="unofficial"
type="svn">
<link>http://linamh.disconnected-by-peer.at</link>
<description>This overlay hold the ebuild's for the 389 Directory
Server.</description>
</overlay>
<overlay contact="mario.fetka@gmail.com" name="mds"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/mds/" status="unofficial"
type="svn">
<link>http://linamh.disconnected-by-peer.at</link>
<description>This overlay hold the ebuild's for the Mandriva Management
Console. </description>
</overlay>
<overlay contact="mario.fetka@gmail.com" name="linamh"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh/"
status="unofficial" type="svn">
<link>http://linamh.disconnected-by-peer.at</link>
<description>This overlay is geos_one's playground for new ebuilds The
short name linamh is LINux AdMinistrators Heaven. As the full Name says
its mainly for Admins.</description>
</overlay>
<overlay contact="mario.fetka@gmail.com" name="bongo"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/bongo/"
status="unofficial" type="svn">
<link>http://linamh.disconnected-by-peer.at</link>
<description>This overlay provides the ebuild's for the bongo-project mail
server.</description>
</overlay>
<overlay contact="mario.fetka@gmail.com" name="ifolder"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/ifolder/"
status="unofficial" type="svn">
<link>http://linamh.disconnected-by-peer.at</link>
<description>This overlay provides the ebuild's for the iFolder
system.</description>
</overlay>
<overlay contact="mario.fetka@gmail.com" name="go-vmware"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/vmware/"
status="unofficial" type="svn">
<link>http://linamh.disconnected-by-peer.at</link>
<description>This overlay provides my ebuild's for the vmware products.</description>
</overlay>
<overlay contact="mario.fetka@gmail.com" name="go-mysql"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/mysql/"
status="unofficial" type="svn">
<link>http://linamh.disconnected-by-peer.at</link>
<description>This overlay provides my ebuild's for the mysql derivates.</description>
</overlay>
<overlay contact="mario.fetka@gmail.com" name="go-genlink"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/genlink/"
status="unofficial" type="svn">
<link>http://linamh.disconnected-by-peer.at</link>
<description>This overlay provides ebuild's for the genlink based hardware.</description>
</overlay>
<overlay contact="mario.fetka@gmail.com" name="lightscribe"
src="https://svn.disconnected-by-peer.at/svn/linamh/trunk/lightscribe/"
status="unofficial" type="svn">
<link>http://linamh.disconnected-by-peer.at</link>
<description>This overlay provides my ebuild's for the Lightscribe system.</description>
</overlay>
<overlay contact="http://buffalo.nas-central.org/index.php/User:Zoolook"
name="orion5x"
src="https://linkstationwiki.svn.sourceforge.net/svnroot/linkstationwiki/gentoo_orion5x/overlay/"
status="unofficial" type="svn">
<link>http://buffalo.nas-central.org/index.php/GenLink_for_ARM9</link>
<description>In order to get the buffalo-patched linux headers and other
packages which had to be adjusted for usage and compilation on the
Linkstation Pro from our SF.net overlay later.</description>
</overlay>
<overlay contact="http://bugs.gentoo.org/show_bug.cgi?id=194561"
name="mysql-overlay"
src="git://git.overlays.gentoo.org/proj/mysql.git"
status="unofficial" type="git">
<link>http://bugs.gentoo.org/show_bug.cgi?id=194561</link>
<description>We (myself and jmbsvicetto) ARE working on it:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=summary
And the usual changes to the mysql-extras repo of the patches.
It fails a bunch of the upstream testsuites still, but it does pass more
of mypersonal tests. If everybody here would try 5.1.39 AND 5.1.41 on there,
with the testinstructions in the ebuild files, it would be nice to get rid of
all all theattachments to this bug that are no longer relevant..</description>
</overlay>
</layman>

View File

@ -0,0 +1,4 @@
PORTDIR_OVERLAY="
/var/lib/layman/go-genlink
$PORTDIR_OVERLAY
"

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<repositories version="1.0">
<repo priority="50" quality="experimental" status="unofficial">
<name>go-genlink</name>
<description>This overlay provides ebuild's for the genlink based hardware.</description>
<homepage>http://linamh.disconnected-by-peer.at</homepage>
<owner>
<email>mario.fetka@gmail.com</email>
</owner>
<source type="svn">https://svn.disconnected-by-peer.at/svn/linamh/trunk/genlink/</source>
</repo>
</repositories>