old ebuilds removed.
This commit is contained in:
parent
c4b877ab67
commit
c6df39cbc7
@ -1,15 +0,0 @@
|
||||
DIST yzis_20060501-1.tar.gz 1100503 RMD160 9c0b9095c6ecee9c6d6c690a490ca027f28f6e8c SHA1 e144d341e3ac383b2fbaa6a4071395508db03e69 SHA256 7b846cb23699227534007508ebc25fd33b242e5c2ffb7f434606d5c75fa60b4e
|
||||
EBUILD yzis-0.1_pre20060501.ebuild 2993 RMD160 06fe01863310049cc3a98f03005b6920c8979ab3 SHA1 c5cc6ba1b6ea2d0c9561cf95d77eb430b89d67dd SHA256 0075fd5b0777087ded5c477ce4bc62fcb5c040bb9dc9a61ff32f5d31502e9954
|
||||
MD5 2a43bd63e20ff6e7d82d4f4441d9c90d yzis-0.1_pre20060501.ebuild 2993
|
||||
RMD160 06fe01863310049cc3a98f03005b6920c8979ab3 yzis-0.1_pre20060501.ebuild 2993
|
||||
SHA256 0075fd5b0777087ded5c477ce4bc62fcb5c040bb9dc9a61ff32f5d31502e9954 yzis-0.1_pre20060501.ebuild 2993
|
||||
EBUILD yzis-0.1_pre20060518.ebuild 1613 RMD160 1c7481211283c83e6a028b05ee7545d3f1a9d55d SHA1 56924708cf32098f88898d95e90c9b8468e7e152 SHA256 b88b84f5c9f64df893572841209121b656ecf598ed2f067fa481e7b0e0d5c599
|
||||
MD5 a4813db4435a9d6afa3d990c4630a788 yzis-0.1_pre20060518.ebuild 1613
|
||||
RMD160 1c7481211283c83e6a028b05ee7545d3f1a9d55d yzis-0.1_pre20060518.ebuild 1613
|
||||
SHA256 b88b84f5c9f64df893572841209121b656ecf598ed2f067fa481e7b0e0d5c599 yzis-0.1_pre20060518.ebuild 1613
|
||||
MD5 bb559b919c289b333bbde3f1e643dafc files/digest-yzis-0.1_pre20060501 250
|
||||
RMD160 dd28547d2b9b74cc7a39bb87f4e87b7a87523b7f files/digest-yzis-0.1_pre20060501 250
|
||||
SHA256 4c65e4f87aab32268211c9ae0a1851e29b6eddd8fb886c60289ef1bcc285fac8 files/digest-yzis-0.1_pre20060501 250
|
||||
MD5 68b329da9893e34099c7d8ad5cb9c940 files/digest-yzis-0.1_pre20060518 1
|
||||
RMD160 c0da025038ed83c687ddc430da9846ecb97f3998 files/digest-yzis-0.1_pre20060518 1
|
||||
SHA256 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b files/digest-yzis-0.1_pre20060518 1
|
@ -1,3 +0,0 @@
|
||||
MD5 51a1a03b21e917d991d9daa894a89d11 yzis_20060501-1.tar.gz 1100503
|
||||
RMD160 9c0b9095c6ecee9c6d6c690a490ca027f28f6e8c yzis_20060501-1.tar.gz 1100503
|
||||
SHA256 7b846cb23699227534007508ebc25fd33b242e5c2ffb7f434606d5c75fa60b4e yzis_20060501-1.tar.gz 1100503
|
@ -1,95 +0,0 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Yzis - VI-like editor"
|
||||
HOMEPAGE="http://www.yzis.org/"
|
||||
LICENSE="LGPL-2 GPL-2"
|
||||
|
||||
IUSE="ncurses ps kde arts kdeenablefinal debug"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
|
||||
SRC_URI="ftp://download.yzis.org/snapshots/sid/${PV##*_pre}/${PN}_${PV##*_pre}-1.tar.gz"
|
||||
|
||||
RDEPEND=">=x11-libs/qt-3.3
|
||||
ncurses? ( >=sys-libs/ncurses-5.4 )
|
||||
kde? ( >=kde-base/kdelibs-3.3 )
|
||||
ps? ( >=dev-libs/pslib-0.2.2 )
|
||||
arts? ( >=kde-base/arts-1.3 )
|
||||
>=sys-apps/file-4.0
|
||||
>=sys-devel/gettext-0.12.0
|
||||
media-libs/jpeg
|
||||
=dev-lang/lua-5*"
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/autoconf
|
||||
>=sys-devel/automake-1.7.0"
|
||||
|
||||
S=${WORKDIR}/${PN}-${PV##*_pre}
|
||||
|
||||
pkg_setup() {
|
||||
# from portage/eclass/kde.eclass :
|
||||
use kde && use arts && if ! built_with_use kdelibs arts ; then
|
||||
eerror "You are trying to compile yzis with the \"arts\" USE flag enabled."
|
||||
eerror "However, $(best_version kdelibs) was compiled with this flag disabled."
|
||||
eerror
|
||||
eerror "You must either disable this use flag, or recompile"
|
||||
eerror "$(best_version kdelibs) with this use flag enabled."
|
||||
die "kdelibs not built with arts"
|
||||
fi
|
||||
#yzis needs ncurses with wide-char-support
|
||||
use ncurses && if ! built_with_use ncurses unicode ; then
|
||||
eerror "You are trying to compile yzis with the \"ncurses\" USE flag enabled."
|
||||
eerror "However, $(best_version ncurses) was compiled with \"unicode\" disabled."
|
||||
eerror
|
||||
eerror "You must either disable this use flag, or recompile"
|
||||
eerror "$(best_version ncurses) with \"unicode\" enabled."
|
||||
die "ncurses not built with unicode"
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
local my_conf="$(use_with arts) $(use_enable kde kyzis)
|
||||
$(use_enable ncurses nyzis) $(use_enable ps pslib)"
|
||||
|
||||
# from portage/eclass/kde.eclass :
|
||||
if useq kdeenablefinal; then
|
||||
myconf="$myconf --enable-final"
|
||||
else
|
||||
myconf="$myconf --disable-final"
|
||||
fi
|
||||
[ -z "$UNSERMAKE" ] && myconf="$myconf --disable-dependency-tracking"
|
||||
if use debug ; then
|
||||
myconf="$myconf --enable-debug=full --with-debug"
|
||||
else
|
||||
myconf="$myconf --disable-debug --without-debug"
|
||||
fi
|
||||
|
||||
# from portage/eclass/kde.eclass :
|
||||
# fix the sandbox errors "can't write to .kde or .qt" problems.
|
||||
# this is a fake homedir that is writeable under the sandbox, so that the build process
|
||||
# can do anything it wants with it.
|
||||
REALHOME="$HOME"
|
||||
mkdir -p $T/fakehome/.kde
|
||||
mkdir -p $T/fakehome/.qt
|
||||
export HOME="$T/fakehome"
|
||||
addwrite "${QTDIR}/etc/settings"
|
||||
# things that should access the real homedir
|
||||
[ -d "$REALHOME/.ccache" ] && ln -sf "$REALHOME/.ccache" "$HOME/"
|
||||
[ -n "$UNSERMAKE" ] && addwrite "/usr/kde/unsermake"
|
||||
|
||||
if [ ! -f "./configure" ] || [ -n "$UNSERMAKE" ]; then
|
||||
make -f Makefile.cvs
|
||||
fi
|
||||
econf ${myconf} || die "Configuration failed."
|
||||
emake || die "Build failed."
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR=${D} install
|
||||
dodoc TODO README AUTHORS ChangeLog COPYING COPYING.LGPL doc/VI-COMPATIBILITY
|
||||
docinto "examples"; dodoc doc/examples/*
|
||||
}
|
||||
|
@ -1,28 +0,0 @@
|
||||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
#
|
||||
# Thank you to Tobias Roeser <le.petit.fou at web.de> for working on
|
||||
# this ebuild.
|
||||
|
||||
inherit kde
|
||||
|
||||
MY_P=${P/-/_}
|
||||
RELNR=2
|
||||
|
||||
DESCRIPTION="KDE-based monitor for the IBM HDAPS system."
|
||||
HOMEPAGE="http://www.oakcourt.dyndns.org/projects/khdapsmon/"
|
||||
SRC_URI="http://www.oakcourt.dyndns.org/projects/khdapsmon/${MY_P}-${RELNR}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~x86"
|
||||
|
||||
need-kde 3.3
|
||||
|
||||
pkg_postinst() {
|
||||
einfo
|
||||
einfo "To autoload the required kernel module at system startup type"
|
||||
einfo
|
||||
einfo " # echo \"hdaps\" >> /etc/modules.autoload.d/kernel-2.6"
|
||||
einfo
|
||||
}
|
@ -1,134 +0,0 @@
|
||||
# ChangeLog for app-laptop/thinkpad
|
||||
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkpad/ChangeLog,v 1.19 2007/02/25 08:57:47 genstef Exp $
|
||||
|
||||
25 Feb 2007; <genstef@gentoo.org> ChangeLog:
|
||||
use KV_DIR only after pkg setup
|
||||
|
||||
10 Feb 2007; Steev Klimaszewski <steev@gentoo.org>
|
||||
-files/thinkpad-5.8-cpu_ptr.patch, -thinkpad-3.2.ebuild,
|
||||
-thinkpad-4.1.ebuild, -thinkpad-4.3.ebuild, -thinkpad-4.3-r1.ebuild,
|
||||
-thinkpad-4.8.ebuild:
|
||||
Remove old thinkpad versions. Fixes bug #159708
|
||||
|
||||
20 Oct 2006; Christian Heim <phreak@gentoo.org> thinkpad-5.9-r1.ebuild:
|
||||
Moving the asm-file around (thanks to Daniel in #149354), fixing compilation
|
||||
for 2.6.18.
|
||||
|
||||
17 Jul 2006; Daniel Drake <dsd@gentoo.org>
|
||||
+files/thinkpad-5.9-module-param.patch, -thinkpad-5.7.ebuild,
|
||||
-thinkpad-5.8.ebuild, thinkpad-5.9-r1.ebuild:
|
||||
Fix compilation on Linux 2.6.17, thanks to Henryk Plotz in bug #137646
|
||||
|
||||
09 May 2006; John N. Laliberte <allanonjl@gentoo.org>
|
||||
thinkpad-5.9-r1.ebuild:
|
||||
mark stable on x86, #131971
|
||||
|
||||
*thinkpad-5.9-r1 (25 Mar 2006)
|
||||
|
||||
25 Mar 2006; Steev Klimaszewski <steev@gentoo.org>
|
||||
+files/thinkpad-5.9-remove-inter_module.patch,
|
||||
+files/thinkpad-5.9-remove-thinkpadapm-argument.patch,
|
||||
-thinkpad-5.9.ebuild, +thinkpad-5.9-r1.ebuild:
|
||||
Revision bump of thinkpad, with patches from TGL <degrenier@easyconnect.fr> to
|
||||
allow compilation with kernel 2.6.16. Closes bug #127453
|
||||
|
||||
*thinkpad-5.9 (18 Feb 2006)
|
||||
|
||||
18 Feb 2006; Steev Klimaszewski <steev@gentoo.org> +thinkpad-5.9.ebuild:
|
||||
New upstream revision, works with kernel 2.6.15-r3 through -r5 here. Removes
|
||||
the thinkpadpm module (upstream). Closes Bug #123163 as well as, Bug #93658.
|
||||
Thank you to Mr. Karlsson, and Mr. Romano for reporting.
|
||||
|
||||
11 Jan 2006; Benjamin Schindler <config@gentoo.org> thinkpad-3.2.ebuild,
|
||||
thinkpad-4.1.ebuild, thinkpad-4.3.ebuild, thinkpad-4.3-r1.ebuild,
|
||||
thinkpad-4.8.ebuild, thinkpad-5.7.ebuild:
|
||||
Remove amd64 keywordalltogether since there is no amd64 thinkpad laptop
|
||||
closing bug #101488.
|
||||
|
||||
24 Dec 2005; Petteri Räty <betelgeuse@gentoo.org> thinkpad-5.8.ebuild:
|
||||
Marked stable on x86 for bug #101488.
|
||||
|
||||
24 Dec 2005; Steev Klimaszewski <steev@gentoo.org> metadata.xml:
|
||||
Take over as maintainer.
|
||||
|
||||
*thinkpad-5.8 (08 Jan 2005)
|
||||
|
||||
08 Jan 2005; Henrik Brix Andersen <brix@gentoo.org>
|
||||
+files/thinkpad-5.8-cpu_ptr.patch, +thinkpad-5.8.ebuild:
|
||||
Version bump, ported to use linux-mod.eclass. Fixes bug #39943 and bug #69669.
|
||||
|
||||
01 Oct 2004; Scott W Taylor <swtaylor@gentoo.org> thinkpad-5.7.ebuild:
|
||||
fix typo
|
||||
|
||||
*thinkpad-5.7 (01 Oct 2004)
|
||||
|
||||
01 Oct 2004; Scott W Taylor <swtaylor@gentoo.org> +thinkpad-5.7.ebuild:
|
||||
new source, plays nicely with 2.6 kernel
|
||||
|
||||
18 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> thinkpad-4.8.ebuild:
|
||||
stable on x86.
|
||||
|
||||
29 Jun 2004; Aron Griffis <agriffis@gentoo.org> thinkpad-4.8.ebuild:
|
||||
glibc -> libc
|
||||
|
||||
*thinkpad-3.2 (07 Mar 2004)
|
||||
|
||||
07 Mar 2004; Peter Johanson <latexer@gentoo.org> metadata.xml,
|
||||
thinkpad-3.2.ebuild, thinkpad-4.1.ebuild, thinkpad-4.3-r1.ebuild,
|
||||
thinkpad-4.3.ebuild, thinkpad-4.8.ebuild, files/thinkpad:
|
||||
Moved to new app-laptop category
|
||||
|
||||
*thinkpad-4.8 (25 Dec 2003)
|
||||
|
||||
25 Jan 2004; Mike Frysinger <vapier@gentoo.org> :
|
||||
Add thinkpad group for devfs #35706.
|
||||
|
||||
25 Dec 2003; Robin H. Johnson <robbat2@gentoo.org> thinkpad-4.8.ebuild:
|
||||
version bump
|
||||
|
||||
28 Nov 2003; Karl Trygve Kalleberg <karltk@gentoo.org>
|
||||
thinkpad-4.3-r1.ebuild :
|
||||
Fixes #33778. No revision bump, as it doesn't change anything for
|
||||
users who has this installed already.
|
||||
|
||||
*thinkpad-4.3-r1 (27 Jun 2003)
|
||||
|
||||
25 Jan 2004; Mike Frysinger <vapier@gentoo.org> :
|
||||
Add thinkpad group for devfs #35706.
|
||||
|
||||
27 Jun 2003; Karl Trygve Kalleberg <karltk@gentoo.org> thinkpad-4.3-r1.ebuild :
|
||||
version bump, installs man page now.
|
||||
|
||||
*thinkpad-4.3 (04 May 2003)
|
||||
|
||||
04 May 2003; Wout Mertens <wmertens@gentoo.org> thinkpad-4.3.ebuild :
|
||||
version bump, fixing #20072. Also improved kernel stuff and discovered
|
||||
the /etc/devfs.d directory
|
||||
|
||||
*thinkpad-4.1 (17 Feb 2003)
|
||||
|
||||
24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> thinkpad-4.1.ebuild :
|
||||
This is definitely not for mips.
|
||||
|
||||
17 Feb 2003; Wout Mertens <wmertens@gentoo.org>:
|
||||
version bump and correct kernel version detection
|
||||
|
||||
*thinkpad-3.2 (25 April 2002)
|
||||
|
||||
24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> thinkpad-3.2.ebuild :
|
||||
This is definitely not for mips.
|
||||
|
||||
21 Jul 2002; Mark Guertin <gerk@gentoo.org>:
|
||||
updated keywords (-ppc)
|
||||
|
||||
14 Jul 2002; phoen][x <phoenix@gentoo.org> thinkpad-3.2.ebuild :
|
||||
Added LICENSE, KEYWORDS, SLOT.
|
||||
|
||||
25 April 2002; Wout Mertens <Wout.Mertens@advalvas.be> ChangeLog :
|
||||
|
||||
Added initial ChangeLog which should be updated whenever the package is
|
||||
updated in any way. This changelog is targetted to users. This means that the
|
||||
comments should well explained and written in clean English. The details about
|
||||
writing correct changelogs are explained in the skel.ChangeLog file which you
|
||||
can find in the root directory of the portage repository.
|
@ -1,32 +0,0 @@
|
||||
AUX thinkpad 545 RMD160 6ac014699371fccc7387315fbaf09080e5368977 SHA1 aa90a5ae350609c3aa51ee9d94aa77aecfe89b71 SHA256 f33d6e2fd998bc4dad0f372c9f2ab139369b415ecff5489c41944fc35decb5ee
|
||||
MD5 26886c3a2e8b9c3b807371e643dd5c75 files/thinkpad 545
|
||||
RMD160 6ac014699371fccc7387315fbaf09080e5368977 files/thinkpad 545
|
||||
SHA256 f33d6e2fd998bc4dad0f372c9f2ab139369b415ecff5489c41944fc35decb5ee files/thinkpad 545
|
||||
AUX thinkpad-5.9-module-param.patch 992 RMD160 80bc42d8d92da4174e6e9d23f733f3658c9e1a7f SHA1 6cd5facfcb3d9745f769bc7422e917e8acd39014 SHA256 4bc08dae456cf96bcfcaf416967657c079982b38a1b89ec6d71b684f2a4688bf
|
||||
MD5 4ad05575956f8ff9619a3a2084dea724 files/thinkpad-5.9-module-param.patch 992
|
||||
RMD160 80bc42d8d92da4174e6e9d23f733f3658c9e1a7f files/thinkpad-5.9-module-param.patch 992
|
||||
SHA256 4bc08dae456cf96bcfcaf416967657c079982b38a1b89ec6d71b684f2a4688bf files/thinkpad-5.9-module-param.patch 992
|
||||
AUX thinkpad-5.9-remove-inter_module.patch 5974 RMD160 12ff7660f880fb2b731f5aa02d5a45861eb59e6f SHA1 f75ad677eb158c0b82fb005b530a94cc9b1b7dd5 SHA256 f75291cbc0aac1cbc5531be6788e343682684d80562d7a82ec6d4c6759925418
|
||||
MD5 59791b4b3c27736dee2bdc9c4a5520ec files/thinkpad-5.9-remove-inter_module.patch 5974
|
||||
RMD160 12ff7660f880fb2b731f5aa02d5a45861eb59e6f files/thinkpad-5.9-remove-inter_module.patch 5974
|
||||
SHA256 f75291cbc0aac1cbc5531be6788e343682684d80562d7a82ec6d4c6759925418 files/thinkpad-5.9-remove-inter_module.patch 5974
|
||||
AUX thinkpad-5.9-remove-thinkpadapm-argument.patch 1052 RMD160 e1c7831dea7ace73cb619005ade0652d6b0ab992 SHA1 527c9c690da0ab3ae5d42c0c0a0ec4a2534a589b SHA256 57fe17e7d1644f16815d8b052efd8a5cbd34564b5539247b57a23f27a05eb1c8
|
||||
MD5 000dd629c39dced23bd711480551c81c files/thinkpad-5.9-remove-thinkpadapm-argument.patch 1052
|
||||
RMD160 e1c7831dea7ace73cb619005ade0652d6b0ab992 files/thinkpad-5.9-remove-thinkpadapm-argument.patch 1052
|
||||
SHA256 57fe17e7d1644f16815d8b052efd8a5cbd34564b5539247b57a23f27a05eb1c8 files/thinkpad-5.9-remove-thinkpadapm-argument.patch 1052
|
||||
DIST thinkpad-5.9.tar.gz 74779 RMD160 93d3d8ff6d64191ff07252654489a9bc5d878457 SHA1 c3f88d36ed39f83e6d888c9d174de9bc80724ea6 SHA256 49d2eab42e57d71cb0f175a645c703fce458a852552842ea56e0c81547d8f715
|
||||
EBUILD thinkpad-5.9-r1.ebuild 1384 RMD160 5d2e9faa1a8fe0814a8965dd6e2f1f9b8275eb2c SHA1 ee833b148edd82dfed09be2e9dc27f01a1e66889 SHA256 aa1a09488ffc6886a6bd4d7c99e2a67998c9ae3adc11a035405bd74038fe8683
|
||||
MD5 68d6cc6df3a3f174efe751ee3c80fde9 thinkpad-5.9-r1.ebuild 1384
|
||||
RMD160 5d2e9faa1a8fe0814a8965dd6e2f1f9b8275eb2c thinkpad-5.9-r1.ebuild 1384
|
||||
SHA256 aa1a09488ffc6886a6bd4d7c99e2a67998c9ae3adc11a035405bd74038fe8683 thinkpad-5.9-r1.ebuild 1384
|
||||
MISC ChangeLog 5019 RMD160 9bf12e95f022433d429a8d78849c01bbe3701b6c SHA1 ca6259466bfaba5bcce4d056b4d241a5145b6cc4 SHA256 5d48816497c12526473978a435d6621868b5c06b78e9fd82adb3d7f564695c40
|
||||
MD5 9a2b0676019a1e22456f4fbf15ad2bcd ChangeLog 5019
|
||||
RMD160 9bf12e95f022433d429a8d78849c01bbe3701b6c ChangeLog 5019
|
||||
SHA256 5d48816497c12526473978a435d6621868b5c06b78e9fd82adb3d7f564695c40 ChangeLog 5019
|
||||
MISC metadata.xml 257 RMD160 7f24abacd3c499b06eb4314a0cbd618acc9b3b86 SHA1 5dcc7e2d25909c0340fcba06a149e0bc79162c2e SHA256 3870cf69413cacc58e43006c91b3e37453c57ee34f19a335eb40fb31fc6b4ffe
|
||||
MD5 9cb8c919fc98f51c73bb8e42f2057867 metadata.xml 257
|
||||
RMD160 7f24abacd3c499b06eb4314a0cbd618acc9b3b86 metadata.xml 257
|
||||
SHA256 3870cf69413cacc58e43006c91b3e37453c57ee34f19a335eb40fb31fc6b4ffe metadata.xml 257
|
||||
MD5 c35ad826276df3cf38204f217c633902 files/digest-thinkpad-5.9-r1 235
|
||||
RMD160 d5c3f521d5bc24abe05caa4e230afaaa13a806c5 files/digest-thinkpad-5.9-r1 235
|
||||
SHA256 8178715d1dd873c669ce74f5ff1a6a300dce69c2af42ec7bcca9fc457b579ecf files/digest-thinkpad-5.9-r1 235
|
@ -1,3 +0,0 @@
|
||||
MD5 9cd4e86277bb7baeca97e93f57f49e87 thinkpad-5.9.tar.gz 74779
|
||||
RMD160 93d3d8ff6d64191ff07252654489a9bc5d878457 thinkpad-5.9.tar.gz 74779
|
||||
SHA256 49d2eab42e57d71cb0f175a645c703fce458a852552842ea56e0c81547d8f715 thinkpad-5.9.tar.gz 74779
|
@ -1,15 +0,0 @@
|
||||
keep
|
||||
path[thinkpad]=/lib/modules/%KV%/thinkpad
|
||||
|
||||
# Uncomment this with the options you like.
|
||||
#options thinkpad enable_smapi=1 enable_superio=1 enable_rtcmosram=1 enable_thinkpadpm=1
|
||||
|
||||
# Uncomment this if you are not using devfs for some reason, and comment the
|
||||
# rest. Otherwise, leave it as is.
|
||||
#alias char-major-10-170 thinkpad
|
||||
alias /dev/thinkpad thinkpad
|
||||
alias /dev/thinkpad/thinkpad thinkpad
|
||||
alias /dev/thinkpad/smapi smapi
|
||||
alias /dev/thinkpad/superio superio
|
||||
alias /dev/thinkpad/rtcmosram rtcmosram
|
||||
alias /dev/thinkpad/thinkpadpm thinkpadpm
|
@ -1,18 +0,0 @@
|
||||
diff -purN thinkpad-5.9-orig/2.6/drivers/thinkpad.c thinkpad-5.9/2.6/drivers/thinkpad.c
|
||||
--- thinkpad-5.9-orig/2.6/drivers/thinkpad.c 2006-07-15 12:27:38.000000000 +0200
|
||||
+++ thinkpad-5.9/2.6/drivers/thinkpad.c 2006-07-15 12:42:55.000000000 +0200
|
||||
@@ -91,11 +91,11 @@ static int enable_smapi = 1;
|
||||
static int enable_superio = 1;
|
||||
static int enable_rtcmosram = 1;
|
||||
#ifdef MODULE
|
||||
-MODULE_PARM( enable_smapi, "i" );
|
||||
+module_param( enable_smapi, int, S_IRUGO );
|
||||
MODULE_PARM_DESC( enable_smapi, "Enable/disable (1/0) use of the smapi module" );
|
||||
-MODULE_PARM( enable_superio, "i" );
|
||||
+module_param( enable_superio, int, S_IRUGO );
|
||||
MODULE_PARM_DESC( enable_superio, "Enable/disable (1/0) use of the superio module" );
|
||||
-MODULE_PARM( enable_rtcmosram, "i" );
|
||||
+module_param( enable_rtcmosram, int, S_IRUGO );
|
||||
MODULE_PARM_DESC( enable_rtcmosram, "Enable/disable (1/0) use of the rtcmosram module" );
|
||||
MODULE_AUTHOR( "Thomas Hood" );
|
||||
MODULE_DESCRIPTION( "Metadriver for IBM ThinkPad hardware drivers" );
|
@ -1,192 +0,0 @@
|
||||
diff -uNr thinkpad-5.9.orig/2.6/drivers/rtcmosram.c thinkpad-5.9/2.6/drivers/rtcmosram.c
|
||||
--- thinkpad-5.9.orig/2.6/drivers/rtcmosram.c 2006-03-24 18:45:52.000000000 +0100
|
||||
+++ thinkpad-5.9/2.6/drivers/rtcmosram.c 2006-03-24 18:50:36.000000000 +0100
|
||||
@@ -52,7 +52,6 @@
|
||||
/****** variables ******/
|
||||
|
||||
static const char _szMyName[] = "rtcmosram";
|
||||
-static const char _szImName[] = "rtcmosram_do";
|
||||
static const char _szMyVersion[] = "5.0";
|
||||
static const char _szProcfile[] = "driver/thinkpad/rtcmosram";
|
||||
static struct resource *_presourceRtcmosram;
|
||||
@@ -226,8 +225,6 @@
|
||||
}
|
||||
/* proc entry created */
|
||||
|
||||
- inter_module_register( _szImName, THIS_MODULE, &rtcmosram_do );
|
||||
-
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -235,8 +232,6 @@
|
||||
static void __exit rtcmosram_exit( void )
|
||||
{
|
||||
|
||||
- inter_module_unregister( _szImName );
|
||||
-
|
||||
remove_proc_entry( _szProcfile, NULL );
|
||||
|
||||
if ( _presourceRtcmosram != NULL ) release_resource( _presourceRtcmosram );
|
||||
@@ -244,5 +239,6 @@
|
||||
return;
|
||||
}
|
||||
|
||||
+EXPORT_SYMBOL(rtcmosram_do);
|
||||
module_init(rtcmosram_init);
|
||||
module_exit(rtcmosram_exit);
|
||||
diff -uNr thinkpad-5.9.orig/2.6/drivers/smapi_core.c thinkpad-5.9/2.6/drivers/smapi_core.c
|
||||
--- thinkpad-5.9.orig/2.6/drivers/smapi_core.c 2006-03-24 18:45:52.000000000 +0100
|
||||
+++ thinkpad-5.9/2.6/drivers/smapi_core.c 2006-03-24 18:53:55.000000000 +0100
|
||||
@@ -52,7 +52,6 @@
|
||||
/****** variables ******/
|
||||
|
||||
static const char _szMyName[] = "smapi";
|
||||
-static const char _szImName[] = "smapi_do";
|
||||
static const char _szMyVersion[] = "5.0";
|
||||
static const char _szProcfile[] = "driver/thinkpad/smapi";
|
||||
|
||||
@@ -298,8 +297,6 @@
|
||||
}
|
||||
/* proc entry created */
|
||||
|
||||
- inter_module_register( _szImName, THIS_MODULE, &smapi_do );
|
||||
-
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -307,12 +304,11 @@
|
||||
static void __exit smapi_exit( void )
|
||||
{
|
||||
|
||||
- inter_module_unregister( _szImName );
|
||||
-
|
||||
remove_proc_entry( _szProcfile, NULL );
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
+EXPORT_SYMBOL(smapi_do);
|
||||
module_init(smapi_init);
|
||||
module_exit(smapi_exit);
|
||||
diff -uNr thinkpad-5.9.orig/2.6/drivers/superio.c thinkpad-5.9/2.6/drivers/superio.c
|
||||
--- thinkpad-5.9.orig/2.6/drivers/superio.c 2006-03-24 18:45:52.000000000 +0100
|
||||
+++ thinkpad-5.9/2.6/drivers/superio.c 2006-03-24 18:53:06.000000000 +0100
|
||||
@@ -52,7 +52,6 @@
|
||||
|
||||
/****** variables ******/
|
||||
static const char _szMyName[] = "superio";
|
||||
-static const char _szImName[] = "superio_do";
|
||||
static const char _szMyVersion[] = "5.0";
|
||||
static const char _szProcfile[] = "driver/thinkpad/superio";
|
||||
static word _wPortIndex, _wPortData;
|
||||
@@ -887,8 +886,6 @@
|
||||
}
|
||||
/* proc entry created */
|
||||
|
||||
- inter_module_register( _szImName, THIS_MODULE, &superio_do );
|
||||
-
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -896,8 +893,6 @@
|
||||
static void __exit superio_exit( void )
|
||||
{
|
||||
|
||||
- inter_module_unregister( _szImName );
|
||||
-
|
||||
remove_proc_entry( _szProcfile, NULL );
|
||||
|
||||
if ( _presourceSuperio != NULL ) release_resource( _presourceSuperio );
|
||||
@@ -905,5 +900,6 @@
|
||||
return;
|
||||
}
|
||||
|
||||
+EXPORT_SYMBOL(superio_do);
|
||||
module_init(superio_init);
|
||||
module_exit(superio_exit);
|
||||
diff -uNr thinkpad-5.9.orig/2.6/drivers/thinkpad.c thinkpad-5.9/2.6/drivers/thinkpad.c
|
||||
--- thinkpad-5.9.orig/2.6/drivers/thinkpad.c 2006-03-24 18:45:52.000000000 +0100
|
||||
+++ thinkpad-5.9/2.6/drivers/thinkpad.c 2006-03-24 18:58:40.000000000 +0100
|
||||
@@ -230,13 +230,13 @@
|
||||
pxint_do_t pxint_doSmapi;
|
||||
int intRet;
|
||||
if ( ! enable_smapi ) return -ETHINKPAD_MODULE_DISABLED;
|
||||
- pxint_doSmapi = (pxint_do_t)inter_module_get_request( "smapi_do" , _szSmapiName );
|
||||
+ pxint_doSmapi = (pxint_do_t)try_then_request_module( __symbol_get("smapi_do") , _szSmapiName );
|
||||
if ( pxint_doSmapi == NULL ) return -ETHINKPAD_MODULE_NOT_FOUND;
|
||||
intRet = (*pxint_doSmapi)(
|
||||
ulongIoctlArg,
|
||||
caller_has_w( pfileThe )
|
||||
);
|
||||
- inter_module_put("smapi_do");
|
||||
+ __symbol_put("smapi_do");
|
||||
if ( intRet > 0 ) intRet = -ETHINKPAD_PROGRAMMING;
|
||||
return intRet;
|
||||
}
|
||||
@@ -245,13 +245,13 @@
|
||||
pxint_do_t pxint_doSuperio;
|
||||
int intRet;
|
||||
if ( ! enable_superio ) return -ETHINKPAD_MODULE_DISABLED;
|
||||
- pxint_doSuperio = (pxint_do_t)inter_module_get_request( "superio_do" , _szSuperioName );
|
||||
+ pxint_doSuperio = (pxint_do_t)try_then_request_module( __symbol_get("superio_do") , _szSuperioName );
|
||||
if ( pxint_doSuperio == NULL ) return -ETHINKPAD_MODULE_NOT_FOUND;
|
||||
intRet = (*pxint_doSuperio)(
|
||||
ulongIoctlArg,
|
||||
caller_has_w( pfileThe )
|
||||
);
|
||||
- inter_module_put("superio_do");
|
||||
+ __symbol_put("superio_do");
|
||||
if ( intRet > 0 ) intRet = -ETHINKPAD_PROGRAMMING;
|
||||
return intRet;
|
||||
}
|
||||
@@ -260,13 +260,13 @@
|
||||
pxint_do_t pxint_doRtcmosram;
|
||||
int intRet;
|
||||
if ( ! enable_rtcmosram ) return -ETHINKPAD_MODULE_DISABLED;
|
||||
- pxint_doRtcmosram = (pxint_do_t)inter_module_get_request( "rtcmosram_do" , _szRtcmosramName );
|
||||
+ pxint_doRtcmosram = (pxint_do_t)try_then_request_module( __symbol_get("rtcmosram_do") , _szRtcmosramName );
|
||||
if ( pxint_doRtcmosram == NULL ) return -ETHINKPAD_MODULE_NOT_FOUND;
|
||||
intRet = (*pxint_doRtcmosram)(
|
||||
ulongIoctlArg,
|
||||
caller_has_w( pfileThe )
|
||||
);
|
||||
- inter_module_put("rtcmosram_do");
|
||||
+ __symbol_put("rtcmosram_do");
|
||||
if ( intRet > 0 ) intRet = -ETHINKPAD_PROGRAMMING;
|
||||
return intRet;
|
||||
}
|
||||
diff -uNr thinkpad-5.9.orig/2.6/drivers/thinkpadpm.c thinkpad-5.9/2.6/drivers/thinkpadpm.c
|
||||
--- thinkpad-5.9.orig/2.6/drivers/thinkpadpm.c 2006-03-24 18:45:52.000000000 +0100
|
||||
+++ thinkpad-5.9/2.6/drivers/thinkpadpm.c 2006-03-24 18:52:04.000000000 +0100
|
||||
@@ -57,7 +57,6 @@
|
||||
/****** variables ******/
|
||||
|
||||
static const char _szMyName[] = "thinkpadpm";
|
||||
-static const char _szImName[] = "thinkpadpm_do";
|
||||
static const char _szMyVersion[] = "5.9";
|
||||
static const char _szProcfile[] = "driver/thinkpad/thinkpadpm";
|
||||
|
||||
@@ -516,21 +515,18 @@
|
||||
}
|
||||
/* proc entry created */
|
||||
|
||||
- inter_module_register( _szImName, THIS_MODULE, &thinkpadpm_do );
|
||||
-
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
static void __exit thinkpadpm_exit( void )
|
||||
{
|
||||
-
|
||||
- inter_module_unregister( _szImName );
|
||||
-
|
||||
+
|
||||
remove_proc_entry( _szProcfile, NULL );
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
+EXPORT_SYMBOL(thinkpadpm_do);
|
||||
module_init(thinkpadpm_init);
|
||||
module_exit(thinkpadpm_exit);
|
@ -1,20 +0,0 @@
|
||||
diff -uNr thinkpad-5.9.orig2/2.6/drivers/thinkpad.c thinkpad-5.9/2.6/drivers/thinkpad.c
|
||||
--- thinkpad-5.9.orig2/2.6/drivers/thinkpad.c 2006-03-24 19:10:35.000000000 +0100
|
||||
+++ thinkpad-5.9/2.6/drivers/thinkpad.c 2006-03-24 19:11:11.000000000 +0100
|
||||
@@ -90,7 +90,6 @@
|
||||
static int enable_smapi = 1;
|
||||
static int enable_superio = 1;
|
||||
static int enable_rtcmosram = 1;
|
||||
-static int enable_thinkpadpm = 1; /* obsolete */
|
||||
#ifdef MODULE
|
||||
MODULE_PARM( enable_smapi, "i" );
|
||||
MODULE_PARM_DESC( enable_smapi, "Enable/disable (1/0) use of the smapi module" );
|
||||
@@ -98,8 +97,6 @@
|
||||
MODULE_PARM_DESC( enable_superio, "Enable/disable (1/0) use of the superio module" );
|
||||
MODULE_PARM( enable_rtcmosram, "i" );
|
||||
MODULE_PARM_DESC( enable_rtcmosram, "Enable/disable (1/0) use of the rtcmosram module" );
|
||||
-MODULE_PARM( enable_thinkpadpm, "i" );
|
||||
-MODULE_PARM_DESC( enable_thinkpadpm, "Enable/disable (1/0) use of the thinkpadpm module (obsolete)" );
|
||||
MODULE_AUTHOR( "Thomas Hood" );
|
||||
MODULE_DESCRIPTION( "Metadriver for IBM ThinkPad hardware drivers" );
|
||||
MODULE_LICENSE( "GPL" );
|
@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>mobile</herd>
|
||||
<maintainer>
|
||||
<email>steev@gentoo.org</email>
|
||||
<name>Steev Klimaszewski</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
@ -1,62 +0,0 @@
|
||||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkpad/thinkpad-5.9-r1.ebuild,v 1.5 2007/02/25 08:57:47 genstef Exp $
|
||||
|
||||
inherit eutils linux-mod
|
||||
|
||||
DESCRIPTION="Thinkpad system control kernel modules"
|
||||
|
||||
HOMEPAGE="http://tpctl.sourceforge.net"
|
||||
SRC_URI="mirror://sourceforge/tpctl/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86"
|
||||
|
||||
IUSE=""
|
||||
|
||||
pkg_setup() {
|
||||
linux-info_pkg_setup
|
||||
|
||||
case ${KV_MINOR} in
|
||||
4)
|
||||
BUILD_TARGETS="all"
|
||||
;;
|
||||
6)
|
||||
BUILD_TARGETS="default"
|
||||
;;
|
||||
*)
|
||||
die "Unsupported kernel version."
|
||||
;;
|
||||
esac
|
||||
|
||||
MODULE_NAMES="thinkpad(thinkpad:${S}/${KV_MAJOR}.${KV_MINOR}/drivers)
|
||||
smapi(thinkpad:${S}/${KV_MAJOR}.${KV_MINOR}/drivers)
|
||||
superio(thinkpad:${S}/${KV_MAJOR}.${KV_MINOR}/drivers)
|
||||
rtcmosram(thinkpad:${S}/${KV_MAJOR}.${KV_MINOR}/drivers)"
|
||||
MODULESD_THINKPAD_DOCS="README"
|
||||
BUILD_PARAMS="KSRC=${KV_DIR}"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
|
||||
# New kernels only see .S files as asm
|
||||
mv "${S}"/2.6/drivers/smapi_call.{s,S}
|
||||
|
||||
epatch "${FILESDIR}"/${PN}-5.9-remove-thinkpadapm-argument.patch
|
||||
epatch "${FILESDIR}"/${PN}-5.9-remove-inter_module.patch
|
||||
|
||||
kernel_is ge 2 6 0 && epatch "${FILESDIR}"/${P}-module-param.patch
|
||||
}
|
||||
|
||||
src_install() {
|
||||
set_kvobj
|
||||
|
||||
linux-mod_src_install
|
||||
|
||||
dodoc AUTHORS ChangeLog SUPPORTED-MODELS TECHNOTES
|
||||
|
||||
doman man/*
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
MD5 9116576687153c82996c52974a42055f files/digest-gnu-classpath-0.90 247
|
||||
RMD160 e73cf0c9a30616c77a889131831c75f438847d32 files/digest-gnu-classpath-0.90 247
|
||||
SHA256 3d292ab35abca43e6a7259848428839997f9a5c7c41398d762edaefe9712ec73 files/digest-gnu-classpath-0.90 247
|
||||
MD5 61dc80cb60759589f761b2e52b51112b gnu-classpath-0.90.ebuild 2335
|
||||
RMD160 e0fb390858a48882417cf08c150e2d9c88135aa7 gnu-classpath-0.90.ebuild 2335
|
||||
SHA256 4a69c0c4550bb95f63dd8ee6f4b17f9925783751c3c3b41fab99534c78729f62 gnu-classpath-0.90.ebuild 2335
|
@ -1,3 +0,0 @@
|
||||
MD5 cf5aaaf07fe43567fa605b33165355d7 classpath-0.90.tar.gz 7930836
|
||||
RMD160 e108fb537610ae993d1968d606aa43e6f804a402 classpath-0.90.tar.gz 7930836
|
||||
SHA256 4f2824c42062dea269e489c1acb2769c015bf78cdaa929ee75441d412f10a03b classpath-0.90.tar.gz 7930836
|
@ -1,84 +0,0 @@
|
||||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.20.ebuild,v 1.3 2006/02/05 14:25:43 betelgeuse Exp $
|
||||
|
||||
inherit eutils
|
||||
|
||||
MY_P=${P/gnu-/}
|
||||
DESCRIPTION="Free core class libraries for use with virtual machines and compilers for the Java programming language"
|
||||
SRC_URI="ftp://ftp.gnu.org/gnu/classpath/${MY_P}.tar.gz"
|
||||
HOMEPAGE="http://www.gnu.org/software/classpath"
|
||||
|
||||
LICENSE="GPL-2-with-linking-exception"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64 ~ppc"
|
||||
|
||||
# Add the doc use flag after the upstream build system is improved
|
||||
# See their bug 24025
|
||||
|
||||
IUSE="alsa cairo debug dssi examples gtk xml2"
|
||||
|
||||
RDEPEND="alsa? ( media-libs/alsa-lib )
|
||||
dssi? ( >=media-libs/dssi-0.9 )
|
||||
gtk? ( >=x11-libs/gtk+-2.4
|
||||
>=dev-libs/glib-2.0
|
||||
|| ( (
|
||||
x11-libs/libICE
|
||||
x11-libs/libSM
|
||||
x11-libs/libX11
|
||||
x11-libs/libXtst
|
||||
)
|
||||
virtual/x11
|
||||
)
|
||||
cairo? ( >=x11-libs/cairo-0.5.0 )
|
||||
)
|
||||
xml2? ( >=dev-libs/libxml2-2.6.8 >=dev-libs/libxslt-1.1.11 )"
|
||||
|
||||
DEPEND="app-arch/zip
|
||||
dev-java/jikes
|
||||
gtk? ( || ( (
|
||||
x11-libs/libXrender
|
||||
x11-proto/xextproto
|
||||
x11-proto/xproto
|
||||
)
|
||||
virtual/x11
|
||||
)
|
||||
)
|
||||
${REPEND}"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
src_compile() {
|
||||
# Note: This is written in a way to easily support GCJ and other compilers
|
||||
# at a later point. Currently Gentoo uses mainly GCJ 3.3 (from the
|
||||
# corresponding GCC) which cannot compile GNU Classpath correctly.
|
||||
# Another possibility would be ECJ (from Eclipse).
|
||||
local compiler="--with-gcj"
|
||||
|
||||
econf ${compiler} \
|
||||
$(use_enable alsa) \
|
||||
$(use_enable cairo gtk-cairo) \
|
||||
$(use_enable debug ) \
|
||||
$(use_enable examples) \
|
||||
$(use_enable gtk gtk-peer) \
|
||||
$(use_enable xml2 xmlj) \
|
||||
$(use_enable dssi ) \
|
||||
|| die "configure failed"
|
||||
# disabled for now... see above.
|
||||
# $(use_with doc gjdoc) \
|
||||
|
||||
emake || die "make failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make DESTDIR="${D}" install || die "make install failed"
|
||||
dodoc AUTHORS BUGS ChangeLog* HACKING NEWS README THANKYOU TODO
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if use gtk && use cairo; then
|
||||
einfo "GNU Classpath was compiled with preliminary cairo support."
|
||||
einfo "To use that functionality set the system property"
|
||||
einfo "gnu.java.awt.peer.gtk.Graphics to Graphics2D at runtime."
|
||||
fi
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
DIST kphotoalbum-3.0.tar.bz2 13103203 RMD160 8d8b3d61cf7b3f2e847bb68a79dbebf38df0b160 SHA1 1c39462ca2cf9d012b20cedef4c0de981e7fac83 SHA256 96d151bf10fafdf6f24e4e5265ef57f4deab8b64984270976b864c8b203eda5a
|
||||
EBUILD kphotoalbum-3.0.ebuild 1255 RMD160 85df5ddf88d95bb760e76ad35627121cd30206a7 SHA1 49e058236dcdcb09a9215814c37d6ca01a8eb577 SHA256 635cf5ad858ca51ec8c11222a4a8d99cf681372d012b39256bb1a3c974cb3a6a
|
||||
MD5 fde78a59c04da22d601985c7aa40efb0 kphotoalbum-3.0.ebuild 1255
|
||||
RMD160 85df5ddf88d95bb760e76ad35627121cd30206a7 kphotoalbum-3.0.ebuild 1255
|
||||
SHA256 635cf5ad858ca51ec8c11222a4a8d99cf681372d012b39256bb1a3c974cb3a6a kphotoalbum-3.0.ebuild 1255
|
||||
MD5 0e164f5ae65225ed75697ef040967e13 files/digest-kphotoalbum-3.0 256
|
||||
RMD160 ca9a3623e2e722197d8f5bbb9aa330b898103638 files/digest-kphotoalbum-3.0 256
|
||||
SHA256 49218f918e254f470a755d8975df0af46845078b021aedbce2cc6fbb79fe91c1 files/digest-kphotoalbum-3.0 256
|
@ -1,3 +0,0 @@
|
||||
MD5 2bfb890930e9349393b276f35f40d0db kphotoalbum-3.0.tar.bz2 13103203
|
||||
RMD160 8d8b3d61cf7b3f2e847bb68a79dbebf38df0b160 kphotoalbum-3.0.tar.bz2 13103203
|
||||
SHA256 96d151bf10fafdf6f24e4e5265ef57f4deab8b64984270976b864c8b203eda5a kphotoalbum-3.0.tar.bz2 13103203
|
@ -1,49 +0,0 @@
|
||||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/kphotoalbum-2.2.ebuild,v 1.11 2006/09/02 10:44:41 deathwing00 Exp $
|
||||
|
||||
inherit kde
|
||||
|
||||
|
||||
IUSE="exif"
|
||||
DESCRIPTION="KDE Photo Album is a tool for indexing, searching, and viewing images."
|
||||
HOMEPAGE="http://www.kphotoalbum.org/"
|
||||
SRC_URI="http://www.kphotoalbum.org/download/${P}.tar.bz2"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="amd64 ppc sparc x86"
|
||||
|
||||
DEPEND="!media-gfx/kimdaba
|
||||
exif? ( >=media-libs/libkexif-0.2.3
|
||||
>=media-gfx/exiv2-0.9.1 )
|
||||
>=media-libs/libkipi-0.1.4
|
||||
|| ( kde-base/kdegraphics-kfile-plugins kde-base/kdegraphics )"
|
||||
|
||||
need-kde 3.2
|
||||
|
||||
pkg_setup()
|
||||
{
|
||||
setupok=1
|
||||
if use exif ; then
|
||||
if ! built_with_use =x11-libs/qt-3* sqlite ; then
|
||||
einfo "To enable KPhotoAlbum to search your images"
|
||||
einfo "using EXIF information you also need to have"
|
||||
einfo "Qt installed with SQLite support."
|
||||
einfo
|
||||
einfo "Make sure your Qt is installed with the sqlite USE flag."
|
||||
setupok=0
|
||||
fi
|
||||
if [ $setupok != 0 ] ; then
|
||||
slot_rebuild "media-libs/libkipi media-libs/libkexif"
|
||||
setupok=$?
|
||||
fi
|
||||
else
|
||||
slot_rebuild "media-libs/libkipi"
|
||||
setupok=$?
|
||||
fi
|
||||
if [ $setupok == 0 ] ; then
|
||||
die
|
||||
fi
|
||||
}
|
||||
|
@ -1,16 +0,0 @@
|
||||
DIST kmediafactory-0.5.1.tar.bz2 2539471 RMD160 433a6b1aab9bb86b1b551d4aae4ed6fa674dffb0 SHA256 d6c6e6f9525be06b2ad51c3ee154fe178dad142b60aa3bb51dedc47c6c1cbab6 size 2539471
|
||||
DIST kmediafactory-20060428.tar.bz2 2396298 RMD160 eb7858bd63e32ff0183235e543c016a58a384159 SHA256 2d142c7e3c9831fbdc4129dd34138cd7ada848370a7fa7c8931f3f4eb06acaea size 2396298
|
||||
EBUILD kmediafactory-0.5.1.ebuild 1455 RMD160 d383366278f1c552b8f7cc00128dbd4d8f586bcb SHA1 ab27832dcb38de464aad85d87c71ef8ccfda5e09 SHA256 920eb938fd7d402dc90bbbd9e8ab4333584f3b1b8018fc831fc0f0155d463961 size 1455
|
||||
MD5 7a1f5c556835254371d40d5a2d0dae4b kmediafactory-0.5.1.ebuild 1455
|
||||
RMD160 d383366278f1c552b8f7cc00128dbd4d8f586bcb kmediafactory-0.5.1.ebuild 1455
|
||||
SHA256 920eb938fd7d402dc90bbbd9e8ab4333584f3b1b8018fc831fc0f0155d463961 kmediafactory-0.5.1.ebuild 1455
|
||||
EBUILD kmediafactory-20060428.ebuild 1457 RMD160 f5937cbae7bfd22218359f4180f20d24e84d60ed SHA1 cdc98809d628064f81d60af80faf18a4befdd427 SHA256 7d8b7dcaa8d14ac63bb69bb50371a97003ecd772ffac8225c6a8843449d48aad size 1457
|
||||
MD5 7ada492110011c977443c45554c3d72a kmediafactory-20060428.ebuild 1457
|
||||
RMD160 f5937cbae7bfd22218359f4180f20d24e84d60ed kmediafactory-20060428.ebuild 1457
|
||||
SHA256 7d8b7dcaa8d14ac63bb69bb50371a97003ecd772ffac8225c6a8843449d48aad kmediafactory-20060428.ebuild 1457
|
||||
MD5 ceb051900c00ba75d9d58356897463dd files/digest-kmediafactory-0.5.1 265
|
||||
RMD160 fc883afc07809f84856322d3f2154a6377280519 files/digest-kmediafactory-0.5.1 265
|
||||
SHA256 56c6cef441ea0692b9e368df9dd02a13041dc7e0d682a5fcb821d4983c51be7b files/digest-kmediafactory-0.5.1 265
|
||||
MD5 5cbb5d9f0c50c5a9e9e0e36348f121d0 files/digest-kmediafactory-20060428 274
|
||||
RMD160 305ff9cbb69bcd45617dca765c5543d38882ef8c files/digest-kmediafactory-20060428 274
|
||||
SHA256 8dceb7f2bb23b115c438a76cdbf28158a32d3e3c44bcb731ad1eab08d090b5e1 files/digest-kmediafactory-20060428 274
|
@ -1,3 +0,0 @@
|
||||
MD5 314177d2f7d52a22fbb36f23e770a603 kmediafactory-0.5.1.tar.bz2 2539471
|
||||
RMD160 433a6b1aab9bb86b1b551d4aae4ed6fa674dffb0 kmediafactory-0.5.1.tar.bz2 2539471
|
||||
SHA256 d6c6e6f9525be06b2ad51c3ee154fe178dad142b60aa3bb51dedc47c6c1cbab6 kmediafactory-0.5.1.tar.bz2 2539471
|
@ -1,3 +0,0 @@
|
||||
MD5 3ca3f65efed2158b375d276cf3396e75 kmediafactory-20060428.tar.bz2 2396298
|
||||
RMD160 eb7858bd63e32ff0183235e543c016a58a384159 kmediafactory-20060428.tar.bz2 2396298
|
||||
SHA256 2d142c7e3c9831fbdc4129dd34138cd7ada848370a7fa7c8931f3f4eb06acaea kmediafactory-20060428.tar.bz2 2396298
|
@ -1,65 +0,0 @@
|
||||
# Copyright 1999-2005 Gentoo Technologies, Inc.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit kde
|
||||
need-kde 3.2
|
||||
|
||||
DESCRIPTION="Template based DVD authoring software"
|
||||
LICENSE="GPL-2"
|
||||
HOMEPAGE="http://www.iki.fi/damu/software/kmediafactory/"
|
||||
SRC_URI="http://www.iki.fi/damu/software/kmediafactory/${P}.tar.bz2"
|
||||
|
||||
RESTRICT="nomirror"
|
||||
IUSE="xine ogg dv dvdread theora slideshow office dvb"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86 amd64"
|
||||
|
||||
DEPEND="${DEPEND}
|
||||
sys-devel/gettext
|
||||
>=media-gfx/imagemagick-6.1.3.2
|
||||
media-libs/fontconfig
|
||||
app-arch/zip
|
||||
xine? ( media-libs/xine-lib )
|
||||
ogg? ( media-libs/libogg )
|
||||
dv? ( media-libs/libdv )
|
||||
dvdread? ( media-libs/libdvdread )
|
||||
theora? ( media-libs/libtheora )"
|
||||
|
||||
RDEPEND="${RDEPEND}
|
||||
>=media-video/dvdauthor-0.6.11
|
||||
media-video/mjpegtools
|
||||
slideshow? ( >=media-video/dvd-slideshow-0.7.2 )
|
||||
office? ( >=virtual/ooo-2.0 )
|
||||
dvb? ( >=media-video/projectx-0.90.0.00 )"
|
||||
|
||||
src_compile()
|
||||
{
|
||||
econf --with-unopkg=no
|
||||
emake || die "emake failed"
|
||||
}
|
||||
|
||||
find_unopkg()
|
||||
{
|
||||
for lib in "/usr/lib32" "/usr/lib"; do
|
||||
if test -x ${lib}/openoffice/program/unopkg; then
|
||||
UNOPKG=${lib}/openoffice/program/unopkg
|
||||
return 0
|
||||
fi
|
||||
done
|
||||
return 1
|
||||
}
|
||||
|
||||
pkg_postinst()
|
||||
{
|
||||
if find_unopkg; then
|
||||
${UNOPKG} add --shared /usr/share/apps/kmediafactory/kmf_converter.zip
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postrm()
|
||||
{
|
||||
if find_unopkg; then
|
||||
${UNOPKG} remove --shared kmf_converter.zip
|
||||
fi
|
||||
}
|
@ -1,65 +0,0 @@
|
||||
# Copyright 1999-2005 Gentoo Technologies, Inc.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit kde
|
||||
need-kde 3.3
|
||||
|
||||
DESCRIPTION="Template based DVD authoring software"
|
||||
LICENSE="GPL-2"
|
||||
HOMEPAGE="http://www.iki.fi/damu/software/kmediafactory/"
|
||||
SRC_URI="http://www.iki.fi/damu/software/kmediafactory/${P}.tar.bz2"
|
||||
|
||||
RESTRICT="nomirror"
|
||||
IUSE="xine ogg dv dvdread theora slideshow office dvb"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
|
||||
DEPEND="${DEPEND}
|
||||
sys-devel/gettext
|
||||
>=media-gfx/imagemagick-6.1.3.2
|
||||
media-libs/fontconfig
|
||||
app-arch/zip
|
||||
xine? ( media-libs/xine-lib )
|
||||
ogg? ( media-libs/libogg )
|
||||
dv? ( media-libs/libdv )
|
||||
dvdread? ( media-libs/libdvdread )
|
||||
theora? ( media-libs/libtheora )"
|
||||
|
||||
RDEPEND="${RDEPEND}
|
||||
>=media-video/dvdauthor-0.6.11
|
||||
media-video/mjpegtools
|
||||
slideshow? ( >=media-video/dvd-slideshow-0.7.2 )
|
||||
office? ( >=virtual/ooo-2.0 )
|
||||
dvb? ( >=media-video/projectx-0.90.0.00 )"
|
||||
|
||||
src_compile()
|
||||
{
|
||||
econf --with-unopkg=no
|
||||
emake || die "emake failed"
|
||||
}
|
||||
|
||||
find_unopkg()
|
||||
{
|
||||
for lib in "/usr/lib32" "/usr/lib"; do
|
||||
if test -x ${lib}/openoffice/program/unopkg; then
|
||||
UNOPKG=${lib}/openoffice/program/unopkg
|
||||
return 0
|
||||
fi
|
||||
done
|
||||
return 1
|
||||
}
|
||||
|
||||
pkg_postinst()
|
||||
{
|
||||
if find_unopkg; then
|
||||
${UNOPKG} add --shared /usr/share/apps/kmediafactory/kmf_converter.zip
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postrm()
|
||||
{
|
||||
if find_unopkg; then
|
||||
${UNOPKG} remove --shared kmf_converter.zip
|
||||
fi
|
||||
}
|
@ -1,20 +0,0 @@
|
||||
AUX buildxml-3.3.0.patch 754 RMD160 b35b1c11865a528ec4228ef56304dc2ebb93cc09 SHA1 75909209a42f9befb2854c4852e65d14e7235371 SHA256 55e8ea71dacdb205e960f255ea67fc90602e93fb3a0995485eb2851f6115bdf6
|
||||
MD5 03fd3398f5d0db0e2ec644c2c2f821de files/buildxml-3.3.0.patch 754
|
||||
RMD160 b35b1c11865a528ec4228ef56304dc2ebb93cc09 files/buildxml-3.3.0.patch 754
|
||||
SHA256 55e8ea71dacdb205e960f255ea67fc90602e93fb3a0995485eb2851f6115bdf6 files/buildxml-3.3.0.patch 754
|
||||
AUX conf.d/openfire 491 RMD160 60b9dfbda4bebabd3e59d90959b0317a6ed60413 SHA1 2bee73a734d5e9ef8ba17f3074c9eba01b4cec6b SHA256 60f2ef123218338bbcdf2fb99c4f55740dab21f28e80073a157f1d63c99c05f5
|
||||
MD5 026fe96118d6451e29e72af8538dd8eb files/conf.d/openfire 491
|
||||
RMD160 60b9dfbda4bebabd3e59d90959b0317a6ed60413 files/conf.d/openfire 491
|
||||
SHA256 60f2ef123218338bbcdf2fb99c4f55740dab21f28e80073a157f1d63c99c05f5 files/conf.d/openfire 491
|
||||
AUX init.d/openfire 571 RMD160 60b623193a8e7eb63f9527ba99d517a5f48cf986 SHA1 264ab08172d7559b79a927395ca32926e9da4cf8 SHA256 89a72c7bac03d932f46c721fd73fe3cc3545892398c2b5f762cda3c25c88f6ac
|
||||
MD5 6922c9067f3e3ee6be5b77d38e9104ab files/init.d/openfire 571
|
||||
RMD160 60b623193a8e7eb63f9527ba99d517a5f48cf986 files/init.d/openfire 571
|
||||
SHA256 89a72c7bac03d932f46c721fd73fe3cc3545892398c2b5f762cda3c25c88f6ac files/init.d/openfire 571
|
||||
DIST openfire_src_3_3_0.tar.gz 18793873 RMD160 cf99135734d069a26df0b88f0b8ef316d434a39c SHA1 10b4ae0983211662b566fc0b7a48aee2b2cd6a05 SHA256 1bfff0c896337d5bf44db30e8c570942202ec16edd5b9d53c8d5e72a035c96a4
|
||||
EBUILD openfire-3.3.0.ebuild 2831 RMD160 bc4a2142bf747cfa0cc76b9aa77e157f5d0d42fa SHA1 bed467fb0cebf96b8ba5083a155b5e9f17180ecf SHA256 35f29f061f5283834ad33d6f10fd315bef168063018dbe16dd719e1dba6a7787
|
||||
MD5 2a913d3cbf52d4fc4e354aae154569d9 openfire-3.3.0.ebuild 2831
|
||||
RMD160 bc4a2142bf747cfa0cc76b9aa77e157f5d0d42fa openfire-3.3.0.ebuild 2831
|
||||
SHA256 35f29f061f5283834ad33d6f10fd315bef168063018dbe16dd719e1dba6a7787 openfire-3.3.0.ebuild 2831
|
||||
MD5 ec67ab90a99e394fa50f930e787cff18 files/digest-openfire-3.3.0 262
|
||||
RMD160 f49ae087e66da01faa2340a4ec1793f62b10ac9c files/digest-openfire-3.3.0 262
|
||||
SHA256 91aa6f5da22b58cb1bbf6d7d00003ca9831c6610a96a54746a7c4a5c10a70d2e files/digest-openfire-3.3.0 262
|
@ -1,20 +0,0 @@
|
||||
--- build/build.xml 2007-04-13 21:00:32.000000000 +0000
|
||||
+++ build/build.xml 2007-04-16 23:11:05.000000000 +0000
|
||||
@@ -1133,7 +1133,7 @@
|
||||
|
||||
</target>
|
||||
<target name="-plugins-impl" if="dirlist">
|
||||
-
|
||||
+ <taskdef classname="net.sf.antcontrib.logic.For" name="for"/>
|
||||
<!-- For each plugin in the main src dir, call the 'buildplugin' macro -->
|
||||
<for list="${dirlist}" param="plugin" trim="true">
|
||||
<sequential>
|
||||
@@ -1143,7 +1143,7 @@
|
||||
|
||||
</target>
|
||||
<target name="-plugins-impl-dev" if="plugin.dev.dir">
|
||||
-
|
||||
+ <taskdef classname="net.sf.antcontrib.logic.For" name="for"/>
|
||||
<!-- Get a list of plugins in the optional dev dir -->
|
||||
<subdirinfo dir="${plugin.dev.dir}" property="dirlist2" ifexists="plugin.xml"/>
|
||||
|
@ -1,11 +0,0 @@
|
||||
OPENFIRE_HOME=/opt/openfire
|
||||
OPENFIRE_LIB="${OPENFIRE_HOME}/lib"
|
||||
OPENFIRE_OPTS="-Xmx256m -DopenfireHome=${OPENFIRE_HOME} -Dopenfire.lib.dir=${OPENFIRE_LIB}"
|
||||
OPENFIRE_CLASS="-classpath ${OPENFIRE_LIB}/startup.jar"
|
||||
OPENFIRE_JAR="-jar ${OPENFIRE_LIB}/startup.jar"
|
||||
OPENFIRE_ARGS="-server ${OPENFIRE_OPTS} ${OPENFIRE_CLASS} ${OPENFIRE_JAR}"
|
||||
|
||||
|
||||
#JVM used by the openfire server. You can see a list of available vm's in /usr/lib/jvm/
|
||||
#But remenber that openfire needs a 1.5 jvm
|
||||
GENTOO_VM=sun-jdk-1.5
|
@ -1,3 +0,0 @@
|
||||
MD5 b2c6de82215b62ddcb4804641405a785 openfire_src_3_3_0.tar.gz 18793873
|
||||
RMD160 cf99135734d069a26df0b88f0b8ef316d434a39c openfire_src_3_3_0.tar.gz 18793873
|
||||
SHA256 1bfff0c896337d5bf44db30e8c570942202ec16edd5b9d53c8d5e72a035c96a4 openfire_src_3_3_0.tar.gz 18793873
|
@ -1,24 +0,0 @@
|
||||
#!/sbin/runscript
|
||||
|
||||
depend() {
|
||||
need net
|
||||
provide jabber-server
|
||||
}
|
||||
|
||||
|
||||
|
||||
start() {
|
||||
#source /etc/env.d/java/20sun-jdk-1.5.0.06
|
||||
#OPENFIRE_CMD="${JAVA_HOME}/bin/java"
|
||||
OPENFIRE_CMD=`GENTOO_VM=${GENTOO_VM} java-config -J`
|
||||
|
||||
ebegin "Starting Openfire Server"
|
||||
start-stop-daemon --chuid jabber --background --make-pidfile --pidfile /var/run/jabber/openfire.pid --start --startas ${OPENFIRE_CMD} -- ${OPENFIRE_ARGS} > /var/log/openfire.log 2>&1
|
||||
eend
|
||||
}
|
||||
|
||||
stop() {
|
||||
ebegin "Stopping Openfire Messenger"
|
||||
start-stop-daemon --pidfile /var/run/jabber/openfire.pid --stop
|
||||
eend
|
||||
}
|
@ -1,105 +0,0 @@
|
||||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-im/openfire/openfire-3.2.0_rc2.ebuild,v 1.2 2007/03/06 01:00:48 humpback Exp $
|
||||
|
||||
inherit eutils java-pkg-2 java-ant-2
|
||||
|
||||
DESCRIPTION="Openfire (formerly wildfire) real time collaboration (RTC) server"
|
||||
HOMEPAGE="http://www.igniterealtime.org/projects/openfire/"
|
||||
SRC_URI="http://www.igniterealtime.org/builds/openfire/${PN//-/_}_src_${PV//./_}.tar.gz"
|
||||
RESTRICT=""
|
||||
LICENSE="GPL-2"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE="doc"
|
||||
|
||||
# For transports
|
||||
PROVIDE="virtual/jabber-server"
|
||||
|
||||
RDEPEND=" >=virtual/jre-1.5 "
|
||||
# Doesn't build against Java 1.6 due to changes in JDBC API
|
||||
DEPEND="net-im/jabber-base
|
||||
=virtual/jdk-1.5*
|
||||
>=dev-java/ant-1.6
|
||||
<dev-java/ant-1.7
|
||||
dev-java/ant-contrib
|
||||
>=dev-java/commons-net-1.4"
|
||||
|
||||
S=${WORKDIR}/${PN//-/_}_src
|
||||
|
||||
pkg_setup() {
|
||||
if [ -f /etc/env.d/98openfire ]; then
|
||||
einfo "This is an upgrade"
|
||||
else
|
||||
ewarn "If this is an upgrade stop right ( CONTROL-C ) and run the command:"
|
||||
ewarn "echo 'CONFIG_PROTECT=\"/opt/openfire/resources/security/\"' > /etc/env.d/98openfire "
|
||||
ewarn "For more info see bug #139708"
|
||||
sleep 11
|
||||
fi
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack ${PN//-/_}_src_${PV//./_}.tar.gz
|
||||
cd ${S}
|
||||
epatch ${FILESDIR}/buildxml-${PV}.patch
|
||||
|
||||
# TODO should replace jars in build/lib with ones packaged by us -nichoj
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# Jikes doesn't support -source 1.5
|
||||
java-pkg_filter-compiler jikes
|
||||
|
||||
eant -f build/build.xml openfire plugins plugins-dev $(use_doc)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/openfire
|
||||
|
||||
doinitd ${FILESDIR}/init.d/openfire
|
||||
doconfd ${FILESDIR}/conf.d/openfire
|
||||
|
||||
dodir /opt/openfire/conf
|
||||
insinto /opt/openfire/conf
|
||||
newins target/openfire/conf/openfire.xml openfire.xml.sample
|
||||
|
||||
dodir /opt/openfire/logs
|
||||
keepdir /opt/openfire/logs
|
||||
|
||||
dodir /opt/openfire/lib
|
||||
insinto /opt/openfire/lib
|
||||
doins target/openfire/lib/*
|
||||
|
||||
dodir /opt/openfire/plugins
|
||||
insinto /opt/openfire/plugins
|
||||
doins -r target/openfire/plugins/*
|
||||
|
||||
dodir /opt/openfire/resources
|
||||
insinto /opt/openfire/resources
|
||||
doins -r target/openfire/resources/*
|
||||
|
||||
if use doc; then
|
||||
dohtml -r documentation/docs/*
|
||||
fi
|
||||
dodoc documentation/dist/*
|
||||
|
||||
#Protect ssl key on upgrade
|
||||
dodir /etc/env.d/
|
||||
echo 'CONFIG_PROTECT="/opt/openfire/resources/security/"' > ${D}/etc/env.d/98openfire
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
chown -R jabber:jabber /opt/openfire
|
||||
|
||||
ewarn If this is a new install, please edit /opt/openfire/conf/openfire.xml.sample
|
||||
ewarn and save it as /opt/openfire/conf/openfire.xml
|
||||
einfo
|
||||
ewarn The following must be be owned or writable by the jabber user.
|
||||
einfo /opt/openfire/conf/openfire.xml
|
||||
einfo
|
||||
ewarn If you are upgrading please have a look at the Wildfire to Openfire Upgrade Guide:
|
||||
ewarn http://wiki.igniterealtime.org/display/WILDFIRE/Wildfire+to+Openfire+Upgrade+Guide
|
||||
einfo
|
||||
}
|
@ -1,20 +0,0 @@
|
||||
AUX build.xml-3.2.3.bz2 7970 RMD160 e8ca2d2761934429f306e64f3767c69d917c90c8 SHA1 483526e7abd7d8f73ef746dd02f26856ef672f40 SHA256 c8f3ea51fc30cfa1662554e8a476541f70a2362c5e24ae19af065fa74b72d120
|
||||
MD5 3cf634dff9fa3899f624c18dcd459423 files/build.xml-3.2.3.bz2 7970
|
||||
RMD160 e8ca2d2761934429f306e64f3767c69d917c90c8 files/build.xml-3.2.3.bz2 7970
|
||||
SHA256 c8f3ea51fc30cfa1662554e8a476541f70a2362c5e24ae19af065fa74b72d120 files/build.xml-3.2.3.bz2 7970
|
||||
AUX conf.d/wildfire 491 RMD160 a11202a762cffb01a0d33a69ab65283a5962cfce SHA1 4a41b03dc09f4aa375a0c793a53ff10129cf5432 SHA256 c1b3ba0a0da4854118e4e8debd370d8e2deb7f08a3fe5c4b5c4bedae5428498b
|
||||
MD5 3ea87a69285ce987e501c835629b0af3 files/conf.d/wildfire 491
|
||||
RMD160 a11202a762cffb01a0d33a69ab65283a5962cfce files/conf.d/wildfire 491
|
||||
SHA256 c1b3ba0a0da4854118e4e8debd370d8e2deb7f08a3fe5c4b5c4bedae5428498b files/conf.d/wildfire 491
|
||||
AUX init.d/wildfire 571 RMD160 afaa6d826bd732b4195e13d5eb606df3dc976704 SHA1 37ca572c2a639c581f49c2284a08b7aa98d39609 SHA256 2bc37ba293e67806a83600b46eec26625f6830fd4f0f4677c3b5636be2090c42
|
||||
MD5 8543a0e0ed5c360ae0a5f4ac191fb795 files/init.d/wildfire 571
|
||||
RMD160 afaa6d826bd732b4195e13d5eb606df3dc976704 files/init.d/wildfire 571
|
||||
SHA256 2bc37ba293e67806a83600b46eec26625f6830fd4f0f4677c3b5636be2090c42 files/init.d/wildfire 571
|
||||
DIST wildfire_src_3_2_3.tar.gz 16234108 RMD160 f7d1a93bb708cbd408170e86613cdbf396496aeb SHA1 b53e71eb1ea5ce60cd01bddd4192e9c4ec795633 SHA256 f28f1c9f38fdfa2d1fca0d32b916da14de333834ff18a00c6282458b83fe6f57
|
||||
EBUILD wildfire-3.2.3.ebuild 2632 RMD160 6cdd4da6abd9415d47ffd2e31daec77639d7a24b SHA1 bbf3b6bfe1db9415101b52c0f7256999d1c52dbc SHA256 dbf646c659f107492c56ad25ad30bc93e1461f2f3da5d969c2e8e5b8030bf548
|
||||
MD5 340cef72c3a2fa49cce15edaf06a1ad6 wildfire-3.2.3.ebuild 2632
|
||||
RMD160 6cdd4da6abd9415d47ffd2e31daec77639d7a24b wildfire-3.2.3.ebuild 2632
|
||||
SHA256 dbf646c659f107492c56ad25ad30bc93e1461f2f3da5d969c2e8e5b8030bf548 wildfire-3.2.3.ebuild 2632
|
||||
MD5 6aa6f531eddcaf809650357a7f283f4a files/digest-wildfire-3.2.3 262
|
||||
RMD160 c66d9aa3a588e613987992be52d6e7c79690b6a3 files/digest-wildfire-3.2.3 262
|
||||
SHA256 ee9aadb95da9fabc18643a36e6c1fc1d97a970c72878578ccb6ebf987eb5eef2 files/digest-wildfire-3.2.3 262
|
Binary file not shown.
@ -1,11 +0,0 @@
|
||||
WILDFIRE_HOME=/opt/wildfire
|
||||
WILDFIRE_LIB="${WILDFIRE_HOME}/lib"
|
||||
WILDFIRE_OPTS="-Xmx256m -DwildfireHome=${WILDFIRE_HOME} -Dwildfire.lib.dir=${WILDFIRE_LIB}"
|
||||
WILDFIRE_CLASS="-classpath ${WILDFIRE_LIB}/startup.jar"
|
||||
WILDFIRE_JAR="-jar ${WILDFIRE_LIB}/startup.jar"
|
||||
WILDFIRE_ARGS="-server ${WILDFIRE_OPTS} ${WILDFIRE_CLASS} ${WILDFIRE_JAR}"
|
||||
|
||||
|
||||
#JVM used by the wildfire server. You can see a list of available vm's in /usr/lib/jvm/
|
||||
#But remenber that wildfire needs a 1.5 jvm
|
||||
GENTOO_VM=sun-jdk-1.5
|
@ -1,3 +0,0 @@
|
||||
MD5 497da0e5f10cf4c9160e0c65b128a00a wildfire_src_3_2_3.tar.gz 16234108
|
||||
RMD160 f7d1a93bb708cbd408170e86613cdbf396496aeb wildfire_src_3_2_3.tar.gz 16234108
|
||||
SHA256 f28f1c9f38fdfa2d1fca0d32b916da14de333834ff18a00c6282458b83fe6f57 wildfire_src_3_2_3.tar.gz 16234108
|
@ -1,24 +0,0 @@
|
||||
#!/sbin/runscript
|
||||
|
||||
depend() {
|
||||
need net
|
||||
provide jabber-server
|
||||
}
|
||||
|
||||
|
||||
|
||||
start() {
|
||||
#source /etc/env.d/java/20sun-jdk-1.5.0.06
|
||||
#WILDFIRE_CMD="${JAVA_HOME}/bin/java"
|
||||
WILDFIRE_CMD=`GENTOO_VM=${GENTOO_VM} java-config -J`
|
||||
|
||||
ebegin "Starting Wildfire Server"
|
||||
start-stop-daemon --chuid jabber --background --make-pidfile --pidfile /var/run/jabber/wildfire.pid --start --startas ${WILDFIRE_CMD} -- ${WILDFIRE_ARGS} > /var/log/wildfire.log 2>&1
|
||||
eend
|
||||
}
|
||||
|
||||
stop() {
|
||||
ebegin "Stopping Wildfire Messenger"
|
||||
start-stop-daemon --pidfile /var/run/jabber/wildfire.pid --stop
|
||||
eend
|
||||
}
|
@ -1,102 +0,0 @@
|
||||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-im/wildfire/wildfire-3.2.0_rc2.ebuild,v 1.2 2007/03/06 01:00:48 humpback Exp $
|
||||
|
||||
inherit eutils java-pkg-2 java-ant-2
|
||||
|
||||
DESCRIPTION="Wildfire Jabber XMPP server"
|
||||
HOMEPAGE="http://www.igniterealtime.org/projects/openfire/"
|
||||
SRC_URI="http://www.igniterealtime.org/builds/wildfire/${PN//-/_}_src_${PV//./_}.tar.gz"
|
||||
RESTRICT=""
|
||||
LICENSE="GPL-2"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE="doc"
|
||||
|
||||
# For transports
|
||||
PROVIDE="virtual/jabber-server"
|
||||
|
||||
RDEPEND=" >=virtual/jre-1.5 "
|
||||
# Doesn't build against Java 1.6 due to changes in JDBC API
|
||||
DEPEND="net-im/jabber-base
|
||||
=virtual/jdk-1.5*
|
||||
>=dev-java/ant-1.6
|
||||
<dev-java/ant-1.7
|
||||
dev-java/ant-contrib
|
||||
>=dev-java/commons-net-1.4"
|
||||
|
||||
S=${WORKDIR}/${PN//-/_}_src
|
||||
|
||||
pkg_setup() {
|
||||
if [ -f /etc/env.d/98wildfire ]; then
|
||||
einfo "This is an upgrade"
|
||||
else
|
||||
ewarn "If this is an upgrade stop right ( CONTROL-C ) and run the command:"
|
||||
ewarn "echo 'CONFIG_PROTECT=\"/opt/wildfire/resources/security/\"' > /etc/env.d/98wildfire "
|
||||
ewarn "For more info see bug #139708"
|
||||
sleep 11
|
||||
fi
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd ${S}
|
||||
cp ${FILESDIR}/build.xml-${PV}.bz2 .
|
||||
bunzip2 build.xml-${PV}.bz2
|
||||
mv build.xml-${PV} build/build.xml
|
||||
# TODO should replace jars in build/lib with ones packaged by us -nichoj
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# Jikes doesn't support -source 1.5
|
||||
java-pkg_filter-compiler jikes
|
||||
|
||||
eant -f build/build.xml wildfire plugins plugins-dev $(use_doc)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/wildfire
|
||||
|
||||
doinitd ${FILESDIR}/init.d/wildfire
|
||||
doconfd ${FILESDIR}/conf.d/wildfire
|
||||
|
||||
dodir /opt/wildfire/conf
|
||||
insinto /opt/wildfire/conf
|
||||
newins target/wildfire/conf/wildfire.xml wildfire.xml.sample
|
||||
|
||||
dodir /opt/wildfire/logs
|
||||
keepdir /opt/wildfire/logs
|
||||
|
||||
dodir /opt/wildfire/lib
|
||||
insinto /opt/wildfire/lib
|
||||
doins target/wildfire/lib/*
|
||||
|
||||
dodir /opt/wildfire/plugins
|
||||
insinto /opt/wildfire/plugins
|
||||
doins -r target/wildfire/plugins/*
|
||||
|
||||
dodir /opt/wildfire/resources
|
||||
insinto /opt/wildfire/resources
|
||||
doins -r target/wildfire/resources/*
|
||||
|
||||
if use doc; then
|
||||
dohtml -r documentation/docs/*
|
||||
fi
|
||||
dodoc documentation/dist/*
|
||||
|
||||
#Protect ssl key on upgrade
|
||||
dodir /etc/env.d/
|
||||
echo 'CONFIG_PROTECT="/opt/wildfire/resources/security/"' > ${D}/etc/env.d/98wildfire
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
chown -R jabber:jabber /opt/wildfire
|
||||
|
||||
ewarn If this is a new install, please edit /opt/wildfire/conf/wildfire.xml.sample
|
||||
ewarn and save it as /opt/wildfire/conf/wildfire.xml
|
||||
einfo
|
||||
ewarn The following must be be owned or writable by the jabber user.
|
||||
einfo /opt/wildfire/conf/wildfire.xml
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
AUX nginx-0.6-mod_wsgi.patch 1342 RMD160 0666346df284508715735806c0551cab242621a1 SHA1 06b83b7b89235a59381eade9073a7b26452759c5 SHA256 83489742497e9d2cd8cac477d915ade40778ed02b819cc35256bce659c5a6837
|
||||
AUX nginx-r1 1645 RMD160 d032feec43e4ba31ac5b6fffec478ebbeb49db60 SHA1 49f0db3efaccd3cef545b8c68cfa557ca829352f SHA256 b263a663399d2897dfdf53226d45fc3707bc9230bd687b8003d075a48f60ecaf
|
||||
AUX nginx.conf-r4 1410 RMD160 4b188bb03b12de3b38a82e13b1a2bb93848e8948 SHA1 e836c85e98e3b2c633818c286992d32a68c0b5ff SHA256 74d984512901fc9cfd13cac60df06cd468566aae367c35a3205e6daf7e7c32b6
|
||||
AUX use_x_forwarded_host.patch 2762 RMD160 37376f7ebd16c4041899a894b6366b146879ad88 SHA1 c844c8ea06cbcb56ee2d909febb17238a10622d8 SHA256 9734c205102dfbf0dce8d198fc9f0d9b21158e0f69fa26ae9becb99a3eb0b9c0
|
||||
DIST mod_scgi-b466baa5fcdb.tar.gz 10947 RMD160 dcf8f5dae78a1ec068afcc1f0b35dca093db5ba7 SHA1 b2eae98cd08675da21ee1f58ecab50574f9ba1fe SHA256 d6172ae5ce7608d9fe0e08f0e43debf6f24857216e8c4a420a1e6b1deb0ddd3f
|
||||
DIST mod_wsgi-8994b058d2db.tar.gz 52044 RMD160 e879e5a5cfe462ba4902893cdb740e0b92a23e6d SHA1 2c2c46116d1f0e2619b8b72d54297e65b1d126cd SHA256 15419c1a188d1c11f36ca460c975eba3a0cc9f25e9a8b8ab7bd0e13a5ae50cb3
|
||||
DIST nginx-0.7.58.tar.gz 592868 RMD160 d58ad06852a52b8eadae49204a4a48bd27d58b91 SHA1 ec7a3038ea3f7c6c1dc7f7f54acae652319da7f3 SHA256 9bfeb136eb28127a0cceaf1bcbf78ff0dc043371ee69470fd967a2d706a6cc42
|
||||
DIST ngx-fancyindex-0.2.tar.bz2 11404 RMD160 9558d7e4aa5954107f400afb97ff01fe3566d1e1 SHA1 8ec6f5e9239bccfe8d148ce5e8e69d43b2219193 SHA256 6de457f2433ea5d7f790163f8ae5208eff400957c1944b8686606e4532ce40e2
|
||||
DIST ngx_http_auth_pam_module-1.0.tar.gz 5097 RMD160 cea6ce3de57eb81cd77fa1abd97c1f72ba7b9fd5 SHA1 097ffb5e09fb1d5b75401d358ea04a031f08e0c4 SHA256 2b764e2468cce60ae303e29411540a861cc3ca38992e27e159cc054b2825984c
|
||||
EBUILD nginx-0.7.58-r1.ebuild 5073 RMD160 bf81e79f8f6e3acc8091095c79b5b9cdd26d0a2a SHA1 7b25645600c5b1acef8c5b174d35af7ca34afd58 SHA256 b8865afd140b061a578b05b9251155c7c99847a5d6ea7e08d74f94859b86406a
|
@ -1,44 +0,0 @@
|
||||
diff -r 8994b058d2db examples/nginx.conf
|
||||
--- a/examples/nginx.conf Wed Mar 26 20:35:15 2008 +0100
|
||||
+++ b/examples/nginx.conf Fri May 02 01:37:33 2008 +0200
|
||||
@@ -14,7 +14,7 @@
|
||||
env PYTHONPATH=/some/path;
|
||||
|
||||
http {
|
||||
- include conf/mime.types;
|
||||
+ include mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
#log_format main '$remote_addr - $remote_user [$time_local] $request '
|
||||
@@ -31,8 +31,8 @@
|
||||
|
||||
gzip off;
|
||||
#ssl on;
|
||||
- #ssl_certificate conf/server.crt;
|
||||
- #ssl_certificate_key conf/server.key;
|
||||
+ #ssl_certificate server.crt;
|
||||
+ #ssl_certificate_key server.key;
|
||||
|
||||
wsgi_python_optimize 0;
|
||||
#wsgi_python_executable /usr/bin/python;
|
||||
@@ -44,7 +44,7 @@
|
||||
server_name localhost;
|
||||
|
||||
|
||||
- include conf/wsgi_vars;
|
||||
+ include wsgi_vars;
|
||||
|
||||
#wsgi_middleware wsgiref.validate validator;
|
||||
#wsgi_middleware paste.lint;
|
||||
diff -r 8994b058d2db src/ngx_http_wsgi_handler.c
|
||||
--- a/src/ngx_http_wsgi_handler.c Wed Mar 26 20:35:15 2008 +0100
|
||||
+++ b/src/ngx_http_wsgi_handler.c Fri May 02 01:37:33 2008 +0200
|
||||
@@ -71,7 +71,7 @@
|
||||
|
||||
if (r->method == NGX_HTTP_GET || r->method == NGX_HTTP_HEAD) {
|
||||
/* XXX not sure */
|
||||
- rc = ngx_http_discard_body(r);
|
||||
+ rc = ngx_http_discard_request_body(r);
|
||||
|
||||
if (rc != NGX_OK && rc != NGX_AGAIN) {
|
||||
return rc;
|
@ -1,71 +0,0 @@
|
||||
#!/sbin/runscript
|
||||
# Copyright 1999-2004 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/files/nginx-r1,v 1.1 2006/07/04 16:58:38 voxus Exp $
|
||||
|
||||
opts="${opts} upgrade reload configtest"
|
||||
|
||||
depend() {
|
||||
need net
|
||||
use dns logger
|
||||
}
|
||||
|
||||
start() {
|
||||
configtest || return 1
|
||||
ebegin "Starting nginx"
|
||||
start-stop-daemon --start --pidfile /var/run/nginx.pid \
|
||||
--exec /usr/sbin/nginx -- -c /etc/nginx/nginx.conf
|
||||
eend $? "Failed to start nginx"
|
||||
}
|
||||
|
||||
stop() {
|
||||
configtest || return 1
|
||||
ebegin "Stopping nginx"
|
||||
start-stop-daemon --stop --pidfile /var/run/nginx.pid
|
||||
eend $? "Failed to stop nginx"
|
||||
rm -f /var/run/nginx.pid
|
||||
}
|
||||
|
||||
reload() {
|
||||
configtest || return 1
|
||||
ebegin "Refreshing nginx' configuration"
|
||||
kill -HUP `cat /var/run/nginx.pid` &>/dev/null
|
||||
eend $? "Failed to reload nginx"
|
||||
}
|
||||
|
||||
upgrade() {
|
||||
configtest || return 1
|
||||
ebegin "Upgrading nginx"
|
||||
|
||||
einfo "Sending USR2 to old binary"
|
||||
kill -USR2 `cat /var/run/nginx.pid` &>/dev/null
|
||||
|
||||
einfo "Sleeping 3 seconds before pid-files checking"
|
||||
sleep 3
|
||||
|
||||
if [ ! -f /var/run/nginx.pid.oldbin ]; then
|
||||
eerror "File with old pid not found"
|
||||
return 1
|
||||
fi
|
||||
|
||||
if [ ! -f /var/run/nginx.pid ]; then
|
||||
eerror "New binary failed to start"
|
||||
return 1
|
||||
fi
|
||||
|
||||
einfo "Sleeping 3 seconds before WINCH"
|
||||
sleep 3 ; kill -WINCH `cat /var/run/nginx.pid.oldbin`
|
||||
|
||||
einfo "Sending QUIT to old binary"
|
||||
kill -QUIT `cat /var/run/nginx.pid.oldbin`
|
||||
|
||||
einfo "Upgrade completed"
|
||||
|
||||
eend $? "Upgrade failed"
|
||||
}
|
||||
|
||||
configtest() {
|
||||
ebegin "Checking nginx' configuration"
|
||||
/usr/sbin/nginx -c /etc/nginx/nginx.conf -t
|
||||
eend $? "failed, please correct errors above"
|
||||
}
|
@ -1,72 +0,0 @@
|
||||
user nginx nginx;
|
||||
worker_processes 1;
|
||||
|
||||
error_log /var/log/nginx/error_log info;
|
||||
|
||||
events {
|
||||
worker_connections 8192;
|
||||
use epoll;
|
||||
}
|
||||
|
||||
http {
|
||||
include /etc/nginx/mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
log_format main
|
||||
'$remote_addr - $remote_user [$time_local] '
|
||||
'"$request" $status $bytes_sent '
|
||||
'"$http_referer" "$http_user_agent" '
|
||||
'"$gzip_ratio"';
|
||||
|
||||
client_header_timeout 10m;
|
||||
client_body_timeout 10m;
|
||||
send_timeout 10m;
|
||||
|
||||
connection_pool_size 256;
|
||||
client_header_buffer_size 1k;
|
||||
large_client_header_buffers 4 2k;
|
||||
request_pool_size 4k;
|
||||
|
||||
gzip on;
|
||||
gzip_min_length 1100;
|
||||
gzip_buffers 4 8k;
|
||||
gzip_types text/plain;
|
||||
|
||||
output_buffers 1 32k;
|
||||
postpone_output 1460;
|
||||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
|
||||
keepalive_timeout 75 20;
|
||||
|
||||
ignore_invalid_headers on;
|
||||
|
||||
index index.html;
|
||||
|
||||
server {
|
||||
listen 127.0.0.1;
|
||||
server_name localhost;
|
||||
|
||||
access_log /var/log/nginx/localhost.access_log main;
|
||||
error_log /var/log/nginx/localhost.error_log info;
|
||||
|
||||
root /var/www/localhost/htdocs;
|
||||
}
|
||||
|
||||
##ssl portion
|
||||
# server {
|
||||
# listen 127.0.0.1:443;
|
||||
# server_name localhost;
|
||||
#
|
||||
# ssl on;
|
||||
# ssl_certificate /etc/ssl/nginx/nginx.pem;
|
||||
# ssl_certificate_key /etc/ssl/nginx/nginx.key;
|
||||
#
|
||||
# access_log /var/log/nginx/localhost.ssl_access_log main;
|
||||
# error_log /var/log/nginx/localhost.ssl_error_log info;
|
||||
#
|
||||
# root /var/www/localhost/htdocs;
|
||||
# }
|
||||
}
|
@ -1,74 +0,0 @@
|
||||
diff -r e24850f69497 src/http/ngx_http.c
|
||||
--- a/src/http/ngx_http.c Tue Jan 22 11:49:18 2008 +0100
|
||||
+++ b/src/http/ngx_http.c Sun Feb 10 11:14:22 2008 +0100
|
||||
@@ -363,6 +363,22 @@ ngx_http_block(ngx_conf_t *cf, ngx_comma
|
||||
hk->value = header;
|
||||
}
|
||||
|
||||
+ if (cmcf->use_x_forwarded_host) {
|
||||
+ /* Use the X-Forwarded-Host instead of the Host header */
|
||||
+ ngx_http_header_t *header = ngx_palloc(cf->pool, sizeof(ngx_http_header_t));
|
||||
+
|
||||
+ header->name.data = (u_char *) "X-Forwarded-Host";
|
||||
+ header->name.len = sizeof("X-Forwarded-Host") - 1;
|
||||
+ header->offset = offsetof(ngx_http_headers_in_t, host);
|
||||
+ header->handler = ngx_http_headers_in[0].handler;
|
||||
+
|
||||
+ hk = headers_in.elts;
|
||||
+
|
||||
+ hk->key = header->name;
|
||||
+ hk->key_hash = ngx_hash_key_lc(header->name.data, header->name.len);
|
||||
+ hk->value = header;
|
||||
+ }
|
||||
+
|
||||
hash.hash = &cmcf->headers_in_hash;
|
||||
hash.key = ngx_hash_key_lc;
|
||||
hash.max_size = 512;
|
||||
diff -r e24850f69497 src/http/ngx_http_core_module.c
|
||||
--- a/src/http/ngx_http_core_module.c Tue Jan 22 11:49:18 2008 +0100
|
||||
+++ b/src/http/ngx_http_core_module.c Sun Feb 10 11:14:22 2008 +0100
|
||||
@@ -92,6 +92,13 @@ static ngx_conf_enum_t ngx_http_core_re
|
||||
|
||||
static ngx_command_t ngx_http_core_commands[] = {
|
||||
|
||||
+ { ngx_string("use_x_forwarded_host"),
|
||||
+ NGX_HTTP_MAIN_CONF|NGX_CONF_FLAG,
|
||||
+ ngx_conf_set_flag_slot,
|
||||
+ NGX_HTTP_MAIN_CONF_OFFSET,
|
||||
+ offsetof(ngx_http_core_main_conf_t, use_x_forwarded_host),
|
||||
+ NULL },
|
||||
+
|
||||
{ ngx_string("variables_hash_max_size"),
|
||||
NGX_HTTP_MAIN_CONF|NGX_CONF_TAKE1,
|
||||
ngx_conf_set_num_slot,
|
||||
@@ -2144,6 +2151,8 @@ ngx_http_core_create_main_conf(ngx_conf_
|
||||
return NGX_CONF_ERROR;
|
||||
}
|
||||
|
||||
+ cmcf->use_x_forwarded_host = NGX_CONF_UNSET;
|
||||
+
|
||||
cmcf->server_names_hash_max_size = NGX_CONF_UNSET_UINT;
|
||||
cmcf->server_names_hash_bucket_size = NGX_CONF_UNSET_UINT;
|
||||
|
||||
@@ -2159,6 +2168,10 @@ ngx_http_core_init_main_conf(ngx_conf_t
|
||||
{
|
||||
ngx_http_core_main_conf_t *cmcf = conf;
|
||||
|
||||
+ if (cmcf->use_x_forwarded_host == NGX_CONF_UNSET) {
|
||||
+ cmcf->use_x_forwarded_host = 0;
|
||||
+ }
|
||||
+
|
||||
if (cmcf->server_names_hash_max_size == NGX_CONF_UNSET_UINT) {
|
||||
cmcf->server_names_hash_max_size = 512;
|
||||
}
|
||||
diff -r e24850f69497 src/http/ngx_http_core_module.h
|
||||
--- a/src/http/ngx_http_core_module.h Tue Jan 22 11:49:18 2008 +0100
|
||||
+++ b/src/http/ngx_http_core_module.h Sun Feb 10 11:14:22 2008 +0100
|
||||
@@ -99,6 +99,7 @@ typedef struct {
|
||||
|
||||
ngx_array_t variables; /* ngx_http_variable_t */
|
||||
|
||||
+ ngx_flag_t use_x_forwarded_host;
|
||||
ngx_uint_t server_names_hash_max_size;
|
||||
ngx_uint_t server_names_hash_bucket_size;
|
||||
|
@ -1,173 +0,0 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-0.7.1.ebuild,v 1.1 2008/05/27 13:41:06 voxus Exp $
|
||||
|
||||
inherit eutils ssl-cert
|
||||
|
||||
DESCRIPTION="Robust, small and high performance http and reverse proxy server"
|
||||
|
||||
FANCYINDEX="ngx-fancyindex-0.2"
|
||||
WSGI="mod_wsgi-8994b058d2db"
|
||||
SCGI="mod_scgi-b466baa5fcdb"
|
||||
PAM="ngx_http_auth_pam_module-1.0"
|
||||
|
||||
HOMEPAGE="http://nginx.net/"
|
||||
SRC_URI="http://sysoev.ru/nginx/${P}.tar.gz
|
||||
fancyindex? ( http://files.connectical.com/gentoo/${FANCYINDEX}.tar.bz2 )
|
||||
python? ( http://files.connectical.com/gentoo/${WSGI}.tar.gz )
|
||||
scgi? ( http://files.connectical.com/gentoo/${SCGI}.tar.gz )
|
||||
pam? ( http://web.iti.upv.es/~sto/nginx/${PAM}.tar.gz )"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
|
||||
IUSE="addition debug fastcgi flv imap pcre perl ssl status sub webdav zlib
|
||||
fancyindex python scgi gzip-static googleperf pam"
|
||||
|
||||
DEPEND="dev-lang/perl
|
||||
pcre? ( >=dev-libs/libpcre-4.2 )
|
||||
ssl? ( dev-libs/openssl )
|
||||
zlib? ( sys-libs/zlib )
|
||||
perl? ( >=dev-lang/perl-5.8 )
|
||||
python? ( >=dev-lang/python-2.4 )
|
||||
pam? ( virtual/pam )"
|
||||
|
||||
pkg_setup() {
|
||||
ebegin "Creating nginx user and group"
|
||||
enewgroup nginx
|
||||
enewuser nginx -1 -1 /dev/null nginx
|
||||
eend ${?}
|
||||
}
|
||||
|
||||
|
||||
src_unpack () {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
epatch "${FILESDIR}/use_x_forwarded_host.patch"
|
||||
|
||||
if use python ; then
|
||||
cd "${WORKDIR}/${WSGI}"
|
||||
epatch "${FILESDIR}/nginx-0.6-mod_wsgi.patch"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
src_compile() {
|
||||
local myconf
|
||||
|
||||
# threads support is broken atm.
|
||||
#
|
||||
# if use threads; then
|
||||
# einfo
|
||||
# ewarn "threads support is experimental at the moment"
|
||||
# ewarn "do not use it on production systems - you've been warned"
|
||||
# einfo
|
||||
# myconf="${myconf} --with-threads"
|
||||
# fi
|
||||
|
||||
use addition && myconf="${myconf} --with-http_addition_module"
|
||||
use fastcgi || myconf="${myconf} --without-http_fastcgi_module"
|
||||
use fastcgi && myconf="${myconf} --with-http_realip_module"
|
||||
use flv && myconf="${myconf} --with-http_flv_module"
|
||||
use zlib || myconf="${myconf} --without-http_gzip_module"
|
||||
use pcre || {
|
||||
myconf="${myconf} --without-pcre --without-http_rewrite_module"
|
||||
}
|
||||
use debug && myconf="${myconf} --with-debug"
|
||||
use ssl && myconf="${myconf} --with-http_ssl_module"
|
||||
use imap && myconf="${myconf} --with-imap" # pop3/imap4 proxy support
|
||||
use perl && myconf="${myconf} --with-http_perl_module"
|
||||
use status && myconf="${myconf} --with-http_stub_status_module"
|
||||
use webdav && myconf="${myconf} --with-http_dav_module"
|
||||
use sub && myconf="${myconf} --with-http_sub_module"
|
||||
|
||||
use googleperf && myconf="${myconf} --with-google_perftools_module"
|
||||
use gzip-static && myconf="${myconf} --with-http_gzip_static_module"
|
||||
use fancyindex && myconf="${myconf} --add-module=../${FANCYINDEX}"
|
||||
use python && myconf="${myconf} --add-module=../${WSGI}"
|
||||
use scgi && myconf="${myconf} --add-module=../${SCGI}"
|
||||
use pam && myconf="${myconf} --add-module=../${PAM}"
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--conf-path=/etc/${PN}/${PN}.conf \
|
||||
--http-log-path=/var/log/${PN}/access_log \
|
||||
--error-log-path=/var/log/${PN}/error_log \
|
||||
--pid-path=/var/run/${PN}.pid \
|
||||
--http-client-body-temp-path=/var/tmp/${PN}/client \
|
||||
--http-proxy-temp-path=/var/tmp/${PN}/proxy \
|
||||
--http-fastcgi-temp-path=/var/tmp/${PN}/fastcgi \
|
||||
--with-md5-asm --with-md5=/usr/include \
|
||||
--with-sha1-asm --with-sha1=/usr/include \
|
||||
${myconf} || die "configure failed"
|
||||
|
||||
emake || die "failed to compile"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
keepdir /var/log/${PN} /var/tmp/${PN}/{client,proxy,fastcgi}
|
||||
|
||||
dosbin objs/nginx
|
||||
cp "${FILESDIR}"/nginx-r1 "${T}"/nginx
|
||||
doinitd "${T}"/nginx
|
||||
|
||||
cp "${FILESDIR}"/nginx.conf-r4 conf/nginx.conf
|
||||
|
||||
dodir "${ROOT}"/etc/${PN}
|
||||
insinto "${ROOT}"/etc/${PN}
|
||||
doins conf/*
|
||||
|
||||
dodoc CHANGES{,.ru} LICENSE README
|
||||
|
||||
use perl && {
|
||||
cd "${S}"/objs/src/http/modules/perl/
|
||||
einstall DESTDIR="${D}"|| die "failed to install perl stuff"
|
||||
}
|
||||
|
||||
if use fancyindex ; then
|
||||
cd "${WORKDIR}/${FANCYINDEX}"
|
||||
cp README.rst README.fancyindex
|
||||
dodoc README.fancyindex
|
||||
fi
|
||||
if use python ; then
|
||||
cd "${WORKDIR}/${WSGI}"
|
||||
cp LICENSE LICENSE.wsgi && dodoc LICENSE.wsgi
|
||||
cp README README.wsgi && dodoc README.wsgi
|
||||
cp NEWS.txt NEWS.wsgi && dodoc NEWS.wsgi
|
||||
cp BUGS BUGS.wsgi && dodoc BUGS.wsgi
|
||||
cp TODO TODO.wsgi && dodoc TODO.wsgi
|
||||
|
||||
insinto /usr/share/doc/${PF}/wsgi_examples
|
||||
doins examples/*
|
||||
|
||||
insinto /etc/nginx
|
||||
doins conf/wsgi_vars
|
||||
|
||||
dosbin bin/*
|
||||
fi
|
||||
if use scgi ; then
|
||||
cd "${WORKDIR}/${SCGI}"
|
||||
cp LICENSE LICENSE.scgi && dodoc LICENSE.scgi
|
||||
cp README README.scgi && dodoc README.scgi
|
||||
|
||||
insinto /etc/nginx
|
||||
doins conf/scgi_vars
|
||||
fi
|
||||
if use pam ; then
|
||||
cd "${WORKDIR}/${PAM}"
|
||||
cp LICENSE LICENSE.pam && dodoc LICENSE.pam
|
||||
cp README README.pam && dodoc README.pam
|
||||
cp ChangLog NEWS.pam && dodoc NEWS.pam
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
use ssl && {
|
||||
if [ ! -f "${ROOT}"/etc/ssl/${PN}/${PN}.key ]; then
|
||||
dodir "${ROOT}"/etc/ssl/${PN}
|
||||
insinto "${ROOT}"etc/ssl/${PN}/
|
||||
insopts -m0644 -o nginx -g nginx
|
||||
install_cert /etc/ssl/nginx/nginx
|
||||
fi
|
||||
}
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
MD5 6a7b4d61f1254eb941e414442539cb1b akdc-corona-1.0.ebuild 544
|
||||
MD5 5a526c3ad26d127973ab840d613954e9 files/digest-akdc-corona-1.0 75
|
||||
MD5 5a526c3ad26d127973ab840d613954e9 files/digest-corona-1.0 75
|
@ -1,25 +0,0 @@
|
||||
# Copyright 1999-2004 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit kde
|
||||
|
||||
# Some workarounds :-)
|
||||
MY_PREFIX="home/junior/ProyectoKwin/pack/"
|
||||
S="${WORKDIR}/${MY_PREFIX}/${MY_P}"
|
||||
MY_PN="corona"
|
||||
MY_P="${MY_PN}-${PV}-3.2.0"
|
||||
|
||||
DESCRIPTION="AKDC kwin theme corona"
|
||||
HOMEPAGE="http://www.kde-look.org/content/show.php?content=12330"
|
||||
SRC_URI="http://www.kde-look.org/content/files/12330-${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="QPL"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
|
||||
RESTRICT="nomirror"
|
||||
|
||||
IUSE=""
|
||||
|
||||
need-kde 3.2
|
@ -1 +0,0 @@
|
||||
MD5 ccf13bbdb451b0add58f94bcfbe54b40 12330-corona-1.0-3.2.0.tar.bz2 509626
|
@ -1 +0,0 @@
|
||||
MD5 ccf13bbdb451b0add58f94bcfbe54b40 12330-corona-1.0-3.2.0.tar.bz2 509626
|
@ -1,2 +0,0 @@
|
||||
MD5 ee58d79b3546a2628d9d7c17a9779595 akdc-kwin-themes-1.0.ebuild 684
|
||||
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-akdc-kwin-themes-1.0 0
|
@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: )
|
||||
|
||||
|
||||
inherit kde
|
||||
|
||||
DESCRIPTION="AKDC kwin themes"
|
||||
HOMEPAGE="http://www.kde-look.org/content/show.php?content=12330"
|
||||
SRC_URI=""
|
||||
|
||||
IUSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
LICENSE="QPL"
|
||||
|
||||
RESTRICT="nomirror"
|
||||
|
||||
DEPEND=">=x11-themes/akdc-corona-1.0
|
||||
>=x11-themes/akdc-luna-1.0
|
||||
>=x11-themes/akdc-lunamet-1.0
|
||||
>=x11-themes/akdc-nvidia-1.0
|
||||
>=x11-themes/akdc-royale-1.0
|
||||
>=x11-themes/akdc-softcrystal-1.0"
|
||||
|
||||
|
||||
src_unpack() {
|
||||
return 0
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
einfo "Nothing to compile"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
einfo "Nothing to install"
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
MD5 a0eeae277bd5a10d7d993fd55c5876f5 akdc-luna-1.0.ebuild 526
|
||||
MD5 d27dd9cc61da00ca10b17ce1aeebd872 files/digest-akdc-luna-1.0 67
|
||||
MD5 d27dd9cc61da00ca10b17ce1aeebd872 files/digest-luna-1.0 67
|
@ -1,25 +0,0 @@
|
||||
# Copyright 1999-2004 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit kde
|
||||
|
||||
# Some workarounds :-)
|
||||
MY_PREFIX="home/junior/ProyectoKwin/pack/"
|
||||
MY_PN="luna"
|
||||
MY_P="${MY_PN}-${PV}-3.2.0"
|
||||
S="${WORKDIR}/${MY_PREFIX}/${MY_P}"
|
||||
|
||||
DESCRIPTION="AKDC kwin theme luna"
|
||||
HOMEPAGE="http://www.kde-look.org/content/show.php?content=12330"
|
||||
SRC_URI="ftp://ftp.berlios.de/pub/assk/${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="QPL"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
|
||||
RESTRICT="nomirror"
|
||||
|
||||
IUSE=""
|
||||
|
||||
need-kde 3.2
|
@ -1 +0,0 @@
|
||||
MD5 0854da01d069bf31b7afcb5873ff30be luna-1.0-3.2.0.tar.bz2 502585
|
@ -1 +0,0 @@
|
||||
MD5 0854da01d069bf31b7afcb5873ff30be luna-1.0-3.2.0.tar.bz2 502585
|
@ -1,3 +0,0 @@
|
||||
MD5 f19b20b2a37229ae0dfeed95f08dee30 akdc-lunamet-1.0.ebuild 532
|
||||
MD5 de875cf7904ad0932b2dc24b98865b62 files/digest-akdc-lunamet-1.0 70
|
||||
MD5 de875cf7904ad0932b2dc24b98865b62 files/digest-lunamet-1.0 70
|
@ -1,25 +0,0 @@
|
||||
# Copyright 1999-2004 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit kde
|
||||
|
||||
# Some workarounds :-)
|
||||
MY_PREFIX="home/junior/ProyectoKwin/pack/"
|
||||
MY_PN="lunamet"
|
||||
MY_P="${MY_PN}-${PV}-3.2.0"
|
||||
S="${WORKDIR}/${MY_PREFIX}/${MY_P}"
|
||||
|
||||
DESCRIPTION="AKDC kwin theme lunamet"
|
||||
HOMEPAGE="http://www.kde-look.org/content/show.php?content=12330"
|
||||
SRC_URI="ftp://ftp.berlios.de/pub/assk/${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="QPL"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
|
||||
RESTRICT="nomirror"
|
||||
|
||||
IUSE=""
|
||||
|
||||
need-kde 3.2
|
@ -1 +0,0 @@
|
||||
MD5 f80565d515586f8478d0a73e449e9046 lunamet-1.0-3.2.0.tar.bz2 491666
|
@ -1 +0,0 @@
|
||||
MD5 f80565d515586f8478d0a73e449e9046 lunamet-1.0-3.2.0.tar.bz2 491666
|
@ -1,3 +0,0 @@
|
||||
MD5 091af5b377b08720d79fe87dc5110eb2 akdc-nvidia-1.0.ebuild 530
|
||||
MD5 66eef3e74d4e9860f89a0b11ac8cc7b0 files/digest-akdc-nvidia-1.0 69
|
||||
MD5 66eef3e74d4e9860f89a0b11ac8cc7b0 files/digest-nvidia-1.0 69
|
@ -1,25 +0,0 @@
|
||||
# Copyright 1999-2004 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit kde
|
||||
|
||||
# Some workarounds :-)
|
||||
MY_PREFIX="home/junior/ProyectoKwin/pack/"
|
||||
MY_PN="nvidia"
|
||||
MY_P="${MY_PN}-${PV}-3.2.0"
|
||||
S="${WORKDIR}/${MY_PREFIX}/${MY_P}"
|
||||
|
||||
DESCRIPTION="AKDC kwin theme nvidia"
|
||||
HOMEPAGE="http://www.kde-look.org/content/show.php?content=12330"
|
||||
SRC_URI="ftp://ftp.berlios.de/pub/assk/${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="QPL"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
|
||||
RESTRICT="nomirror"
|
||||
|
||||
IUSE=""
|
||||
|
||||
need-kde 3.3
|
@ -1 +0,0 @@
|
||||
MD5 b230b4fe927c8a0f26ab1af833b61161 nvidia-1.0-3.2.0.tar.bz2 497546
|
@ -1 +0,0 @@
|
||||
MD5 b230b4fe927c8a0f26ab1af833b61161 nvidia-1.0-3.2.0.tar.bz2 497546
|
@ -1,3 +0,0 @@
|
||||
MD5 9d896031e31ebb4c8d2064e3af1ec3f8 akdc-royale-1.0.ebuild 473
|
||||
MD5 9b56c4d288c85012c05fb4e8fa79a2db files/digest-akdc-royale-1.0 68
|
||||
MD5 9b56c4d288c85012c05fb4e8fa79a2db files/digest-royale-1.0 68
|
@ -1,24 +0,0 @@
|
||||
# Copyright 1999-2004 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit kde
|
||||
|
||||
# Some workarounds :-)
|
||||
MY_PN="royale"
|
||||
MY_P="${MY_PN}-${PV}-3.2.0"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
DESCRIPTION="AKDC kwin theme royale"
|
||||
HOMEPAGE="http://www.kde-look.org/content/show.php?content=12330"
|
||||
SRC_URI="ftp://ftp.berlios.de/pub/assk/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="QPL"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
|
||||
RESTRICT="nomirror"
|
||||
|
||||
IUSE=""
|
||||
|
||||
need-kde 3.2
|
@ -1 +0,0 @@
|
||||
MD5 3a754bc56edee8a6484bc00fa348e7e8 royale-1.0-3.2.0.tar.gz 665128
|
@ -1 +0,0 @@
|
||||
MD5 3a754bc56edee8a6484bc00fa348e7e8 royale-1.0-3.2.0.tar.gz 665128
|
@ -1,3 +0,0 @@
|
||||
MD5 78856f8661e3fbdf64bacf4f51985792 akdc-softcrystal-1.0.ebuild 540
|
||||
MD5 f685ad70bbf1624e98646bfca3632f12 files/digest-softcrystal-1.0 74
|
||||
MD5 f685ad70bbf1624e98646bfca3632f12 files/digest-akdc-softcrystal-1.0 74
|
@ -1,25 +0,0 @@
|
||||
# Copyright 1999-2004 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit kde
|
||||
|
||||
# Some workarounds :-)
|
||||
MY_PREFIX="home/junior/ProyectoKwin/pack/"
|
||||
MY_PN="softcrystal"
|
||||
MY_P="${MY_PN}-${PV}-3.2.0"
|
||||
S="${WORKDIR}/${MY_PREFIX}/${MY_P}"
|
||||
|
||||
DESCRIPTION="AKDC kwin theme softcrystal"
|
||||
HOMEPAGE="http://www.kde-look.org/content/show.php?content=12330"
|
||||
SRC_URI="ftp://ftp.berlios.de/pub/assk/${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="QPL"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
|
||||
RESTRICT="nomirror"
|
||||
|
||||
IUSE=""
|
||||
|
||||
need-kde 3.2
|
@ -1 +0,0 @@
|
||||
MD5 933dc7f5c69ebac7384d6d939a4aaa24 softcrystal-1.0-3.2.0.tar.bz2 502676
|
@ -1 +0,0 @@
|
||||
MD5 933dc7f5c69ebac7384d6d939a4aaa24 softcrystal-1.0-3.2.0.tar.bz2 502676
|
@ -1,6 +0,0 @@
|
||||
MD5 06feba63f00dd6d3301b0b918f367a03 alphacube-0.3.ebuild 402
|
||||
RMD160 2f30137a64b66104961d28d43975ad692974446f alphacube-0.3.ebuild 402
|
||||
SHA256 0af22c0bd0009073057a28b8caaf5a283f1d0b95be76670662d8ae768d2b8ac3 alphacube-0.3.ebuild 402
|
||||
MD5 c81fda8002c22eb02eb01f8dd083a96f files/digest-alphacube-0.3 262
|
||||
RMD160 25855ddc4788d473bd64d464aa4c1b47d299423e files/digest-alphacube-0.3 262
|
||||
SHA256 1b21c64e36d067b0ef6e39163f515cf49b0a75ab2d3e5c63f3a1ff3232b91d93 files/digest-alphacube-0.3 262
|
@ -1,20 +0,0 @@
|
||||
# Distributed under the terms of the GNU GPL2
|
||||
|
||||
|
||||
inherit kde
|
||||
KLV=32099
|
||||
MY_P=${P/al/Al}
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
DESCRIPTION="Ported from the Metacity theme, Alphacube"
|
||||
HOMEPAGE="http://www.kde-look.org/content/show.php?content=32099"
|
||||
SRC_URI="http://www.kde-look.org/content/files/${KLV}-${MY_P}.tar.bz2"
|
||||
LICENSE="GPL-2"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
IUSE=""
|
||||
RESTRICT="nomirror $RESTRICT"
|
||||
|
||||
need-kde 3.3
|
||||
|
@ -1,3 +0,0 @@
|
||||
MD5 e5213ead2810f8b9f7cfde80f11035fa 32099-Alphacube-0.3.tar.bz2 472892
|
||||
RMD160 9c4fa60bd075684fcd92cd0d25c810ef04a8dba9 32099-Alphacube-0.3.tar.bz2 472892
|
||||
SHA256 688eb9d94d2c127b6e267c32e7f3187d59351d617b5ce4f94064deda0425a23c 32099-Alphacube-0.3.tar.bz2 472892
|
@ -1,2 +0,0 @@
|
||||
MD5 d62ad2dcec83ae16c1a9427655c750ce ballistik-0.5.ebuild 532
|
||||
MD5 f27eba1aad687d4009b96b27f4b3fcec files/digest-ballistik-0.5 72
|
@ -1,21 +0,0 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit kde
|
||||
need-kde 3.3
|
||||
|
||||
# Handle kde-look -- adapted from reinhardtstyle
|
||||
MY_PN="13580-ballistik"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="Ballistik - An adaption of KDE's Plastik"
|
||||
HOMEPAGE="http://www.kde-look.org/content/show.php?content=13580"
|
||||
SRC_URI="http://www.kde-look.org/content/files/${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="LGPL"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86"
|
||||
IUSE=""
|
||||
|
||||
#DEPEND="|| ( kde-base/kwin >=kde-base/kdebase-3.3 )"
|
@ -1 +0,0 @@
|
||||
MD5 a954308d3937c32caa653f1f72e1db2f 13580-ballistik-0.5.tar.bz2 358323
|
@ -1,6 +0,0 @@
|
||||
MD5 8fb52ad412e164069bd550c9167683c7 blended-0.3.ebuild 454
|
||||
RMD160 6778a562bb479115994d8fa972c825decd0eb3b9 blended-0.3.ebuild 454
|
||||
SHA256 3281403c5f16331b3711072d4b39154c35613a25911cda52465f3366246485a8 blended-0.3.ebuild 454
|
||||
MD5 6df25ea3917b93fef747495ad45b9fe3 files/digest-blended-0.3 256
|
||||
RMD160 22ce87464a1e21f56e8ead83c0fcea54631a6919 files/digest-blended-0.3 256
|
||||
SHA256 3bab56087d46f4931371c523639fb82d16d980560ff56a4b1239963fdd297979 files/digest-blended-0.3 256
|
@ -1,19 +0,0 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
inherit kde
|
||||
|
||||
KLV=32613
|
||||
MY_P=${P/bl/Bl}
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
DESCRIPTION="A cool kde windows decoration style"
|
||||
SRC_URI="http://www.kde-look.org/content/files/${KLV}-${MY_P}.tar.bz2"
|
||||
HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KLV}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64 ~ppc ~sparc"
|
||||
IUSE=""
|
||||
|
||||
need-kde 3.2
|
@ -1,3 +0,0 @@
|
||||
MD5 7089c4ae581e3b3f3aff7e8a2d8ec57a 32613-Blended-0.3.tar.bz2 463883
|
||||
RMD160 506bfdab4967cc877fb586ca7db5852dd25c3a76 32613-Blended-0.3.tar.bz2 463883
|
||||
SHA256 12f7a130ba4935c3de48e1f1f020a7e5737be54495fd285f521274cf97b154a5 32613-Blended-0.3.tar.bz2 463883
|
@ -1,9 +0,0 @@
|
||||
MD5 a92bc9a48cb31f63a445b6a87688f8ce files/digest-klearlook-0.9 72
|
||||
RMD160 dc843fd35f3f35dba12afb619aec7298a1c9105e files/digest-klearlook-0.9 72
|
||||
SHA256 5c754be8262787128cd27775b0dd0877e7c47d112a235b94efb0882b66966046 files/digest-klearlook-0.9 72
|
||||
MD5 7c7fb2e6b050983e7673cbed13e21339 files/digest-klearlook-0.9.8 268
|
||||
RMD160 51c5334bd480f7647477ac09f5c2f888e02ed209 files/digest-klearlook-0.9.8 268
|
||||
SHA256 21da168f9a3eb6c965c355cf704e588aa1bfd230dd90346f52bad0202f4dc38c files/digest-klearlook-0.9.8 268
|
||||
MD5 ba22a1053aa009d1428d3ceb0ea7425f klearlook-0.9.8.ebuild 411
|
||||
RMD160 522bf2df84931207c661dcc9405c58498bb370c0 klearlook-0.9.8.ebuild 411
|
||||
SHA256 19e2a11c7093aaa2776d8df38477e876fe01c92784f13ba4fa1bfe33e99dbb51 klearlook-0.9.8.ebuild 411
|
@ -1,3 +0,0 @@
|
||||
MD5 058f33ec4bcf3adca129efb9a39d1597 31717-klearlook-0.9.8.tar.bz2 409660
|
||||
RMD160 b46480eeb948cdf9885084c4f1c6ed6254310fe9 31717-klearlook-0.9.8.tar.bz2 409660
|
||||
SHA256 fd1536fa432a41957a6890efadbe6ea2a8bdd5f52cb2ad978a57fa839f487add 31717-klearlook-0.9.8.tar.bz2 409660
|
@ -1,18 +0,0 @@
|
||||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit kde
|
||||
|
||||
KLV=31717
|
||||
DESCRIPTION="A cool kde style based on QtCurve"
|
||||
SRC_URI="http://www.kde-look.org/content/files/${KLV}-${P}.tar.bz2"
|
||||
HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KLV}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64 ~ppc sparc"
|
||||
IUSE=""
|
||||
|
||||
need-kde 3.2
|
||||
|
@ -1,12 +0,0 @@
|
||||
MD5 e32059f923d451ffc943d94a9ab82f06 files/digest-polyester-0.6 65
|
||||
RMD160 774b4e4ec0ea1aac7370556dfef258a0add0f1c7 files/digest-polyester-0.6 65
|
||||
SHA256 1314e0b05bfb79d8cf1281771bd0196fb1e918aeca602adb6ad417ae75f73d98 files/digest-polyester-0.6 65
|
||||
MD5 84e28e990f72ba0471e200ce30de7e7e files/digest-polyester-0.7 241
|
||||
RMD160 69a299074cec7a100f99641803fab6150f9ac50f files/digest-polyester-0.7 241
|
||||
SHA256 857492c4e6a76e3baa6dd64f62b335debbf25134ec029cb0933fb90944fecf40 files/digest-polyester-0.7 241
|
||||
MD5 4ba82735816a515270373d4eaa378d63 files/digest-polyester-0.9 241
|
||||
RMD160 3037d98215c56abc5cd59b3778e66bab20f5c9b0 files/digest-polyester-0.9 241
|
||||
SHA256 d3cd7a17e214557a53fcffee985f752b7b4c697d7677ece5fc05335f7a899ddc files/digest-polyester-0.9 241
|
||||
MD5 4dfb73e8e36df5a90c06eb465d5d2972 polyester-0.9.ebuild 372
|
||||
RMD160 b74bfb2ac53a965290b16172c6202b2fb026a866 polyester-0.9.ebuild 372
|
||||
SHA256 4520a7f6aea3694aacd56e73ff409468523f117c158ec7a2f97416eec6f56739 polyester-0.9.ebuild 372
|
@ -1,3 +0,0 @@
|
||||
MD5 15ec5da4bfbc4553661d1a0fd123bbce polyester-0.9.tar.gz 692469
|
||||
RMD160 829440d3142198c91872cc8d91a4f7a1336065ca polyester-0.9.tar.gz 692469
|
||||
SHA256 671d362995a0844e37636a4914772823f724eaf245e7ea2758f8f53c561d09b5 polyester-0.9.tar.gz 692469
|
@ -1,17 +0,0 @@
|
||||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit kde
|
||||
|
||||
KLV=27968
|
||||
DESCRIPTION="A kde style"
|
||||
SRC_URI="http://www.notmart.org/files/${P}.tar.gz"
|
||||
HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KLV}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64 ~ppc ~sparc"
|
||||
IUSE=""
|
||||
|
||||
need-kde 3.2
|
@ -1,6 +0,0 @@
|
||||
MD5 89468f6dd64ff66a1509e2c305cfc78c files/digest-powder-0.6 253
|
||||
RMD160 b1702f670c4e14a64e476a9ef240251d3a732599 files/digest-powder-0.6 253
|
||||
SHA256 ce4da2e3cbabab7ec1634e01b77a95eac430634cc27395c2bf4a0afbc6fc2f9e files/digest-powder-0.6 253
|
||||
MD5 cda4ee02bd7239562c95e54311257e02 powder-0.6.ebuild 453
|
||||
RMD160 b65be441c1d4dd67be9d53de236bd9046e344ba1 powder-0.6.ebuild 453
|
||||
SHA256 0e4faec845e0aecbdb670016faa91697ea202f219f4851079c5d57c51e4c2f1f powder-0.6.ebuild 453
|
@ -1,3 +0,0 @@
|
||||
MD5 8904809a571570f141e3260624af5e72 29935-powder-0.6.tar.bz2 489426
|
||||
RMD160 3b470285aca5db884d35d75c63ebc4519957c978 29935-powder-0.6.tar.bz2 489426
|
||||
SHA256 9f446ce0e70ca68eaab9f3dff4cc803674292a0a248e0184b4dbc39f630dc57e 29935-powder-0.6.tar.bz2 489426
|
@ -1,19 +0,0 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
inherit kde
|
||||
|
||||
KLV=29935
|
||||
MY_P=${P}
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
DESCRIPTION="A plasmoids kde windows decoration style"
|
||||
SRC_URI="http://www.kde-look.org/content/files/${KLV}-${MY_P}.tar.bz2"
|
||||
HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KLV}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64 ~ppc ~sparc"
|
||||
IUSE=""
|
||||
|
||||
need-kde 3.2
|
Loading…
Reference in New Issue
Block a user