diff options
author | Sebastian Pipping <sping@gentoo.org> | 2010-06-01 22:16:21 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2010-06-01 22:18:39 +0200 |
commit | 1ae374033fe65a8cb72707850f8aa5b9c20e6a5c (patch) | |
tree | 5e9f0755a9925bc4fb233a5ec02772c5a668f37b | |
parent | Set repo_name (diff) | |
download | betagarden-1ae374033fe65a8cb72707850f8aa5b9c20e6a5c.tar.gz betagarden-1ae374033fe65a8cb72707850f8aa5b9c20e6a5c.tar.bz2 betagarden-1ae374033fe65a8cb72707850f8aa5b9c20e6a5c.zip |
Migrate some ebuilds from sping overlay
94 files changed, 1966 insertions, 0 deletions
diff --git a/app-doc/yodl/Manifest b/app-doc/yodl/Manifest new file mode 100644 index 0000000..cad3c39 --- /dev/null +++ b/app-doc/yodl/Manifest @@ -0,0 +1,2 @@ +DIST yodl_2.15.2.orig.tar.gz 292678 RMD160 dc6567b0493740a382a1629025565551c8f693f5 SHA1 00434bcff81bc8ce80cedd427dd88a7104e2131c SHA256 12b508717ea4e93dd2d4a5cea977c297001a4dcd5b4e1197b7f9eb2d07e8ae6c +EBUILD yodl-2.15.2.ebuild 1135 RMD160 ff362d4c8dfff5686e6b549214550aa6141fbc75 SHA1 c5c891ca215647cae19d68f0914ac498e6520cf1 SHA256 fb98a38b85edad5099b6fa52e5aa10ca1f3b7c57c083aa0894e301b60c1106d9 diff --git a/app-doc/yodl/yodl-2.15.2.ebuild b/app-doc/yodl/yodl-2.15.2.ebuild new file mode 100644 index 0000000..95af8a9 --- /dev/null +++ b/app-doc/yodl/yodl-2.15.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +DESCRIPTION="Tools to process files written in Your Own Document Language (Yodl)" +HOMEPAGE="http://yodl.sourceforge.net/" +SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${PN}_${PV}.orig.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-util/icmake + dev-texlive/texlive-latex" +RDEPEND="" + +src_prepare() { + sed 's|^#define COPT .\+$|#define COPT "'"${CXXFLAGS}"'"|' -i build \ + || die 'sed failed (file missing)' +} + +src_compile() { + addpredict /var/cache/fonts # TODO proper fix + ./build programs || die './build programs' + ./build man || die './build man' + ./build manual || die './build manual' + ./build macros || die './build macros' +} + +src_install() { + ./build install programs "${D}" || die './build install programs' + ./build install man "${D}" || die './build install man' + ./build install manual "${D}" || die './build install manual' + ./build install macros "${D}" || die './build install macros' + ./build install docs "${D}" || die './build install docs' +} diff --git a/app-editors/texworks/Manifest b/app-editors/texworks/Manifest new file mode 100644 index 0000000..c990ad9 --- /dev/null +++ b/app-editors/texworks/Manifest @@ -0,0 +1,3 @@ +AUX icon/texworks.png 2575 RMD160 ed62c403a3ae55d25a8b68740eb2b95f67b2a48b SHA1 2b407b19b950589f9291216a31563ed38637ca41 SHA256 b557047947474a278301647a4a2ff0a7b361a82691ec0fbb515f023e59ed8ac7 +AUX texworks.desktop 475 RMD160 86bcba7d39dd2dac683604f2906b73e8bac52a8f SHA1 64dfcf77c05c6b99bc040bce4e82ae411aa6e2c3 SHA256 db051c769a9e815196e4a7a4e107f4bf5007b859b45f8e5f8093de5164a2cd2a +EBUILD texworks-9999-r4.ebuild 774 RMD160 ff023c597421788d439f03462ef194db8c2a3803 SHA1 984ed236b0858731712904fa5a2357f3c601b8eb SHA256 df66612b8c3a5871af2af738d0bb3db222f55cb19e468ee3e895c45a6aed73b6 diff --git a/app-editors/texworks/files/icon/texworks.png b/app-editors/texworks/files/icon/texworks.png Binary files differnew file mode 100644 index 0000000..349b331 --- /dev/null +++ b/app-editors/texworks/files/icon/texworks.png diff --git a/app-editors/texworks/files/texworks.desktop b/app-editors/texworks/files/texworks.desktop new file mode 100644 index 0000000..f516483 --- /dev/null +++ b/app-editors/texworks/files/texworks.desktop @@ -0,0 +1,21 @@ +[Desktop Entry] +Encoding=UTF-8 +Version=1.0 +Name=TeXworks +Name[zh_CN]=TeXworks +Name[zh_HK]=TeXworks +Name[zh_TW]=TeXworks +GenericName=TeX Editor +GenericName[zh_CN]=TeX编辑器 +GenericName[zh_HK]=TeX編輯器 +GenericName[zh_TW]=TeX編輯器 +Comment=Edit TeX documents +Comment[zh_CN]=编辑TeX文档 +Comment[zh_HK]=編輯TeX文檔 +Comment[zh_TW]=編輯TeX文檔 +Exec=texworks +Icon=texworks +Terminal=false +Type=Application +MimeType=text/x-tex; +Categories=Development;TextEditor; diff --git a/app-editors/texworks/texworks-9999-r4.ebuild b/app-editors/texworks/texworks-9999-r4.ebuild new file mode 100644 index 0000000..a2e8f32 --- /dev/null +++ b/app-editors/texworks/texworks-9999-r4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header $ + +EAPI="2" + +inherit eutils qt4-r2 subversion + +DESCRIPTION="Environment for authoring TeX/LaTeX/ConTeXt with focus on usability" +HOMEPAGE="http://code.google.com/p/texworks" +ESVN_REPO_URI="http://texworks.googlecode.com/svn/trunk/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND=">=x11-libs/qt-core-4.5 + app-text/poppler[qt4] + >=app-text/hunspell-1.2.2" +RDEPEND="${DEPEND}" + +src_install() { + insinto /usr/share/applications + doins "${FILESDIR}"/texworks.desktop || die "Install texwork.desktop failed!" + + insinto /usr/share/pixmaps + doins "${FILESDIR}"/icon/texworks.png || die "Install texwork icon failed!" + + dobin texworks || die 'dobin failed' +} diff --git a/app-misc/btts/Manifest b/app-misc/btts/Manifest new file mode 100644 index 0000000..5d3bc90 --- /dev/null +++ b/app-misc/btts/Manifest @@ -0,0 +1,2 @@ +DIST btts.zip 4315052 RMD160 ebeb999ab04d8987809066a3eb443da13e913aef SHA1 1d0c6db170d37c7a598e5e4bf5bc5dce76f889f8 SHA256 5a1b45c018c0895fd0654eeb5af10d9a491b1f1b253c9c6f184f9259a379d828 +EBUILD btts-200903.ebuild 951 RMD160 1223e5823134ff6d3e03bd90a8641afd44b030b2 SHA1 62c601896f15ef36225f039230465192607a3386 SHA256 e9bb67587c62a2a21e4e6b4aa551005b0e2312cebb3c808066266ef9ff33ba5b diff --git a/app-misc/btts/btts-200903.ebuild b/app-misc/btts/btts-200903.ebuild new file mode 100644 index 0000000..86592e5 --- /dev/null +++ b/app-misc/btts/btts-200903.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +DESCRIPTION="'Back to the sources' music disk by NightRadio" + +HOMEPAGE="http://www.warmplace.ru/music/${PN}/" +SRC_URI="http://www.warmplace.ru/music/${PN}/${PN}.zip" + +LICENSE="BSD xman" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + media-libs/alsa-lib" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${PN}" + +src_compile() { + cd "${S}"/sources/${PN}/make || die "cd failed" + emake linux || die "emake failed" +} + +src_install() { + insinto /usr/share/${PF}/ + doins data/* || die "doins failed" + + exeinto /usr/lib/${PF}/ + doexe sources/${PN}/make/${PN} || die "doexe failed" + dosym /usr/share/${PF}/ /usr/lib/${PF}/data + + cat <<EOF >${PN} +#! /bin/sh +( +cd /usr/lib/${PF}/ || exit 1 +/usr/lib/${PF}/${PN} +) +EOF + dobin ${PN} || die "dobin failed" + + mv info_en.txt README + dodoc README || die "dodoc failed" +} diff --git a/app-misc/enum/Manifest b/app-misc/enum/Manifest new file mode 100644 index 0000000..652b794 --- /dev/null +++ b/app-misc/enum/Manifest @@ -0,0 +1,4 @@ +DIST enum-0.2.0.13.tar.gz 100095 RMD160 363280f6c56c3dabfa59b37ece6a9c9f23209751 SHA1 a52c817edc7aacd091855e105f222732fe40abd6 SHA256 71073254f557345c06dc584988773469e7a176156cc9db2b5438e19a29959f60 +DIST enum-0.3.tar.gz 105477 RMD160 7199959c1a77405c84f91f5632e0994cca2f4961 SHA1 87e7d9c470a8d6507e56e6b9e714eaeb0fe20370 SHA256 8c1a21d6f0494d63eb0fe79e42bb79b36470b5b03aa766902eb2269dee3425aa +EBUILD enum-0.2.0.13.ebuild 471 RMD160 b3ccde6f30fe4b6ca8d8aec4cf6323a7dfaad788 SHA1 d4e6f0f719ef00812680396af0c7ff6d6d50d371 SHA256 8275dbfbc550ee0e7539055d95f27cbd10a4190bc7e09a48b105cb92f030a78c +EBUILD enum-0.3.ebuild 454 RMD160 4c01bed528c9cea30beccbcd0173052991e40ed6 SHA1 9094f3a7c7150e7706e83aadced03ba4ca01fcc0 SHA256 ae994c4f53d799fd2aff72a5af8f32cb110ca2f2321638afe160b7e8a0873acf diff --git a/app-misc/enum/enum-0.2.0.13.ebuild b/app-misc/enum/enum-0.2.0.13.ebuild new file mode 100644 index 0000000..a22385a --- /dev/null +++ b/app-misc/enum/enum-0.2.0.13.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +DESCRIPTION="Replacement for GNU seq and BSD jot" +HOMEPAGE="https://fedorahosted.org/enum/" +SRC_URI="https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-text/asciidoc" +RDEPEND="" + +src_install() { + emake DESTDIR="${D}" install || die 'emake install' +} diff --git a/app-misc/enum/enum-0.3.ebuild b/app-misc/enum/enum-0.3.ebuild new file mode 100644 index 0000000..e6b8a26 --- /dev/null +++ b/app-misc/enum/enum-0.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +DESCRIPTION="Replacement for GNU seq and BSD jot" +HOMEPAGE="https://fedorahosted.org/enum/" +SRC_URI="https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_install() { + emake DESTDIR="${D}" install || die 'emake install' +} diff --git a/app-misc/stuffkeeper/Manifest b/app-misc/stuffkeeper/Manifest new file mode 100644 index 0000000..1a56c8e --- /dev/null +++ b/app-misc/stuffkeeper/Manifest @@ -0,0 +1,2 @@ +DIST stuffkeeper-0.11.1.tar.gz 531648 RMD160 20c270ba3c66d5f41c0e544c20bc8f14ca27a34c SHA1 1c0ea9e98399195946b2c554d233afc7cf807713 SHA256 4e474cf3aa2a4f5dd84346942685f5f88a5d7b43a9bd0fd532198c1b16ea49fb +EBUILD stuffkeeper-0.11.1.ebuild 707 RMD160 c4471f32142a13b6976d7eec5593f8857aae2769 SHA1 2f65a745096c132a696d41caf1403dffcc654aea SHA256 633fb57761e36d309d51b54ee6a8afa0aca7115682046021c78afd3b21e25a3f diff --git a/app-misc/stuffkeeper/stuffkeeper-0.11.1.ebuild b/app-misc/stuffkeeper/stuffkeeper-0.11.1.ebuild new file mode 100644 index 0000000..fa9c5b5 --- /dev/null +++ b/app-misc/stuffkeeper/stuffkeeper-0.11.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit eutils autotools + +DESCRIPTION="Generic catalog program" +HOMEPAGE="http://stuffkeeper.org/" +SRC_URI="http://download.sarine.nl/Programs/StuffKeeper/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86" +IUSE="spell debug" + +DEPEND=">=x11-libs/gtk+-2.10 + >=dev-libs/glib-2.14 + >=dev-db/sqlite-3.4.0 + >=gnome-base/libglade-2.6 + >=dev-util/gob-2.0.10 + dev-util/intltool + spell? ( app-text/gtkspell )" +RDEPEND="${DEPEND}" + +src_compile() { + econf $(use_enable debug) || die "econf failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS +} diff --git a/app-misc/xd/Manifest b/app-misc/xd/Manifest new file mode 100644 index 0000000..2abc13d --- /dev/null +++ b/app-misc/xd/Manifest @@ -0,0 +1,2 @@ +DIST xd_3.10.2.orig.tar.gz 24145 RMD160 be6e824ab42c956258f6c47d7f133cccc9ef732d SHA1 98f7902c231a4a2b40e8a1846e38ba3e67177322 SHA256 87dcc533d113fd1937bea4704878640bef6cb0ae0319e9a4d1b44ba433b4421f +EBUILD xd-3.10.2.ebuild 880 RMD160 9ac4a66c57e790288560f34015851661260aa670 SHA1 c3a79d4be36d63786b2b66323c1a7eab8ec3989e SHA256 f410d82110709f8ce8a33a74e42305c3357abe01ca6fe29f8c38dff17a9ea489 diff --git a/app-misc/xd/xd-3.10.2.ebuild b/app-misc/xd/xd-3.10.2.ebuild new file mode 100644 index 0000000..676054c --- /dev/null +++ b/app-misc/xd/xd-3.10.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +DESCRIPTION="eXtra fast Directory changer" +HOMEPAGE="http://xd-home.sourceforge.net/" +# Note: Upstreamm is a Debian dev, latest tarball not released upstream +SRC_URI="http://ftp.de.debian.org/debian/pool/main/x/${PN}/${PN}_${PV}.orig.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +DEPEND="dev-util/icmake + dev-libs/libbobcat + doc? ( app-doc/yodl )" +RDEPEND="${DEPEND}" + +src_prepare() { + sed 's|^#include "icmake/library"$|#define COPT "--std=c++0x -Wall '"${CXXFLAGS}"'"\n\0|' -i build \ + || die 'sed failed (file missing)' +} + +src_compile() { + ./build program || die './build program' + ./build library || die './build library' + + use doc && { + ./build man || die './build man' + } +} + +src_install() { + ./build install "${D}" +} diff --git a/app-text/man2tidyhtml/Manifest b/app-text/man2tidyhtml/Manifest new file mode 100644 index 0000000..c0666ee --- /dev/null +++ b/app-text/man2tidyhtml/Manifest @@ -0,0 +1,2 @@ +DIST man2tidyhtml-1.1.tar.gz 14432 RMD160 6a02ba93543f0860f956b5befae8fff2229ed485 SHA1 5b6901f2d55badf2f0108006cbffe55e2d4e585c SHA256 18728251594528ca71a3632d4e6437ca48e49724354b9c1dc8b104622bbb2a50 +EBUILD man2tidyhtml-1.1.ebuild 598 RMD160 7645c0f61ce6b0ce5973683547c8669fda9b9f87 SHA1 8352fcd3d6d37b3e947881478f2bfae65e77cb5f SHA256 74b29ce870f62492d23b9619ad73ac66010083fe1febd465b23de9a5ffa029bb diff --git a/app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild b/app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild new file mode 100644 index 0000000..ce23607 --- /dev/null +++ b/app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Wrapper around manServer (app-text/manserver)" + +HOMEPAGE="http://git.goodpoint.de/?p=man2tidyhtml.git;a=summary" +SRC_URI="http://www.hartwork.org/public/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="virtual/python + || ( =app-text/manserver-1.07 + =app-text/manserver-1.08 ) + dev-python/utidylib" +DEPEND="" + +S="${WORKDIR}/${PN}" + +src_install() { + dodoc AUTHORS || die 'dodoc failed' + dobin ${PN} || die 'dobin failed' +} diff --git a/app-text/manserver/Manifest b/app-text/manserver/Manifest new file mode 100644 index 0000000..7f539e4 --- /dev/null +++ b/app-text/manserver/Manifest @@ -0,0 +1,2 @@ +DIST manserver-1.08.tar.gz 25461 RMD160 4039c42ba794a9986637840769897f1b5f1563d2 SHA1 5227961e2b2c916a868d09e33f643bd33a32e005 SHA256 a67c55b6a7772d0e827d0769de1b1c8bb03498b55d35f678c0ed52fd9b9fc646 +EBUILD manserver-1.08.ebuild 616 RMD160 5f0aa3ecec22ec7f48114cfad212ea91d130fdc8 SHA1 b06f0fb3ce34f6643cbcad9ee0dca05065ed5cbe SHA256 e05f558b5ec820c8bd195d20b7d540c818834490e45f392ee2b062bd401178d1 diff --git a/app-text/manserver/manserver-1.08.ebuild b/app-text/manserver/manserver-1.08.ebuild new file mode 100644 index 0000000..afa95f2 --- /dev/null +++ b/app-text/manserver/manserver-1.08.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="man pages to HTML converter and conversion server" + +HOMEPAGE="http://www.squarebox.co.uk/users/rolf/download/manServer.shtml" +SRC_URI="http://www.squarebox.co.uk/download/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="dev-lang/perl" +DEPEND="" + +MY_PN="manServer" + +S="${WORKDIR}/${MY_PN}" + +src_install() { + dodoc AUTHORS || die 'dodoc failed' + doman ${MY_PN}.1 || die 'doman failed' + cp ${MY_PN}.pl ${MY_PN} + dobin ${MY_PN} || die 'dobin failed' +} diff --git a/app-text/prince-bin/Manifest b/app-text/prince-bin/Manifest new file mode 100644 index 0000000..bd9b8e5 --- /dev/null +++ b/app-text/prince-bin/Manifest @@ -0,0 +1,3 @@ +AUX prince-bin-6.0-destdir.patch 323 RMD160 27a3a8a1f3b44347ccd5526cc21ae4becdfad75f SHA1 9f94a71a5d06c23a98e8540be02885d9a072b8b8 SHA256 33e5b48c516b067cfd2196cfb2ad7dcd85ae0096106a616a0bc06ecf33464eb3 +DIST prince-6.0r8-linux.tar.gz 3833208 RMD160 2ea8a93fad5a644ff6caee113174b7fb235a4a84 SHA1 0a45f296ebb33996081f3d689e9085b93fb549b6 SHA256 42009b5ce84103645ef07d18155172053e4b5f1f68180979e253e9a6d9ca389b +EBUILD prince-bin-6.0_p8.ebuild 571 RMD160 86a32917112a917577fa987ffd756331a3873b1c SHA1 3f3bde062b15effd38c386f37ff3c2dfe0455eda SHA256 d035690a4ed3e5d5ca52884e921a823e257ffe2e4f24a291073fc27487e1af2f diff --git a/app-text/prince-bin/files/prince-bin-6.0-destdir.patch b/app-text/prince-bin/files/prince-bin-6.0-destdir.patch new file mode 100644 index 0000000..66ae23e --- /dev/null +++ b/app-text/prince-bin/files/prince-bin-6.0-destdir.patch @@ -0,0 +1,11 @@ +--- install.sh 2007-06-29 10:22:35.000000000 +0000 ++++ install.sh.DESTDIR 2007-09-21 00:04:59.000000000 +0000 +@@ -34,6 +34,8 @@ + exec $prefix/lib/$PROGRAM/bin/$PROGRAM --prefix="$prefix/lib/$PROGRAM" "\$@" + EOF + ++prefix="$DESTDIR$prefix" ++ + # Test that we can create directories + + install -d "$prefix/bin" 2>/dev/null || diff --git a/app-text/prince-bin/prince-bin-6.0_p8.ebuild b/app-text/prince-bin/prince-bin-6.0_p8.ebuild new file mode 100644 index 0000000..2f31c0e --- /dev/null +++ b/app-text/prince-bin/prince-bin-6.0_p8.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit eutils + +MY_PN="prince" +MY_P="${MY_PN}-${PV/_p/r}-linux" + +DESCRIPTION="Converts XML/HTML to PDF." + +HOMEPAGE="http://www.princexml.com/" +SRC_URI="http://www.princexml.com/download/${MY_P}.tar.gz" +LICENSE="Prince-EULA" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +S="${WORKDIR}/${MY_P}" + +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}"/${PN}-6.0-destdir.patch +} + +src_install() { + DESTDIR="${D}" ./install.sh <<<'/usr' +} diff --git a/app-text/ronn/Manifest b/app-text/ronn/Manifest new file mode 100644 index 0000000..9d9e7cf --- /dev/null +++ b/app-text/ronn/Manifest @@ -0,0 +1,2 @@ +DIST ronn-0.5.gem 36864 RMD160 8ff40f27187d823af38aa16a44cbd338f5effb9b SHA1 8dddb4ee4f9efc2fc01cd3a0edba5534854cb4cb SHA256 e284dead413cadcfdb865556f2ce9cc09924a3af69bb4630588e70186a24d993 +EBUILD ronn-0.5.ebuild 579 RMD160 ea0aa2213cc85541e22e90bf2b2b1147a15043ab SHA1 134df74cbd3881b6998d56d6735c4d63902d5a39 SHA256 2b4362379946f9b4b6f81be15180cc9659887369276574f77a1b562a82869158 diff --git a/app-text/ronn/ronn-0.5.ebuild b/app-text/ronn/ronn-0.5.ebuild new file mode 100644 index 0000000..7fe0395 --- /dev/null +++ b/app-text/ronn/ronn-0.5.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +USE_RUBY="ruby18" +inherit ruby-fakegem + +DESCRIPTION="Creates man pages from a subset of Markdown" +HOMEPAGE="http://rtomayko.github.com/ronn/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND=">=dev-ruby/hpricot-0.8.2" +RDEPEND="${DEPEND}" + +src_install() { + ruby-ng_src_install + cd all/${P} || die 'cd failed' + + doman man/*.[1-9] || die 'doman failed' + + insinto /usr/share/${PF}/samples + doins man/*.ronn || die 'doins failed' + + dodoc README.md +} diff --git a/app-text/unroff/Manifest b/app-text/unroff/Manifest new file mode 100644 index 0000000..190be7d --- /dev/null +++ b/app-text/unroff/Manifest @@ -0,0 +1,3 @@ +AUX unroff-1.0-compile.patch 1452 RMD160 946e337dd2d09d26310aa122132fcd6adb145863 SHA1 c6b8456dfae5c2e93fd009717b45c68165a1e4f2 SHA256 fcd18d9ecf64392005e1f3405f04499ee588e4d344974ac11fb37a2fc4f791a0 +DIST unroff-1.0.tar.gz 83202 RMD160 038567c4f767029dd2e6df8c33b5dad3309cb810 SHA1 bc8159ec7862de9f50666e79a538f46fdec4314c SHA256 680690ba71c953184fbd2a408e27d53c61924a8e4ed7d217c7f4591a87964d78 +EBUILD unroff-1.0.ebuild 725 RMD160 d62db483b55b79341f5c91b55755dec682ac4129 SHA1 6ba5c65cb9168cba41dad6ea89ac879a45378203 SHA256 cdb037a57cff02f44372f8880a9415403766acae171d90f2a51d043828a071c8 diff --git a/app-text/unroff/files/unroff-1.0-compile.patch b/app-text/unroff/files/unroff-1.0-compile.patch new file mode 100644 index 0000000..9f77410 --- /dev/null +++ b/app-text/unroff/files/unroff-1.0-compile.patch @@ -0,0 +1,63 @@ +--- Makefile ++++ Makefile +@@ -12,13 +12,13 @@ ELKDIR = /usr/elk + + ### Additional libraries. You may want to insert the output of the + ### shell-script $(ELKDIR)/lib/ldflags here. +-LIBS = -lm ++LIBS = -lm -lelk + + ### The makedepend program (it's usually installed with the X11 binaries). + MAKEDEP = makedepend + + ### The directory under which you will install the Scheme files. +-DIR = /usr/local/lib/unroff ++DIR = /usr/share/unroff/ + + ### The default output format. + FORMAT = html +@@ -30,8 +31,7 @@ FORMAT = html + ### ------------------------------------------------------------------------- + + SHELL = /bin/sh +-INCLUDE = -I$(ELKDIR)/include +-ELK = $(ELKDIR)/lib/module.o ++INCLUDE = -I/usr/include/elk + DEFS = -DDEFAULT_DIR=\"$(DIR)\" -DDEFAULT_FORMAT=\"$(FORMAT)\" + CTAGS = ctags -t -w + +@@ -67,8 +67,7 @@ OBJECTS = \ + stream.o\ + subst.o\ + table.o\ +- unroff.o\ +- $(ELK) ++ unroff.o + + ALL = unroff + +--- error.c ++++ error.c +@@ -39,8 +39,9 @@ void fatal_error(char *fmt, ...) { + + static char *strerr(void) { + extern int sys_nerr; ++/* + extern char *sys_errlist[]; +- ++*/ + return errno > 0 && errno < sys_nerr ? + sys_errlist[errno] : "unknown error"; + } +--- error.h ++++ error.h +@@ -13,8 +13,8 @@ void write_error(char *) NORETURN; + void open_error(char *) NORETURN; + + /* Redefined to add NORETURN +- */ + extern Primitive_Error() NORETURN; ++*/ + + char *printable_string(char *, int); + char *printable_char(char); diff --git a/app-text/unroff/unroff-1.0.ebuild b/app-text/unroff/unroff-1.0.ebuild new file mode 100644 index 0000000..8a4449c --- /dev/null +++ b/app-text/unroff/unroff-1.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit eutils + +DESCRIPTION="Programmable troff translator" + +HOMEPAGE="http://www-rn.informatik.uni-bremen.de/software/unroff/" +SRC_URI="http://www-rn.informatik.uni-bremen.de/software/unroff/dist/${P}.tar.gz" + +LICENSE="unroff" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="dev-scheme/elk" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${P}/src" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.0-compile.patch +} + +src_install() { + cd "${WORKDIR}"/${P} + + insinto /usr/share/${PN}/ + doins -r scm || die 'doins failed' + + doman doc/*.1 || die 'doman failed' + + dobin src/${PN} || die 'dobin failed' +} diff --git a/app-text/wiki2beamer/Manifest b/app-text/wiki2beamer/Manifest new file mode 100644 index 0000000..30b7fb4 --- /dev/null +++ b/app-text/wiki2beamer/Manifest @@ -0,0 +1,12 @@ +DIST wiki2beamer-0.6.zip 43316 RMD160 f8f2737ad35049d93aa750df10fb8c91f09705f4 SHA1 a5df4424be0ea5ad62405cfcd19ac5226ca08dca SHA256 9488cffa67ec5936fdaf20707d0bfc629dfbfa7436af688fc6ebe520d7d15a7b +DIST wiki2beamer-0.7.zip 59395 RMD160 97d528da3ec096f72f2abc280a3307fe0227ad3a SHA1 4a1d3e1ade5f3252e4ebfc66f1294b488a9174aa SHA256 83198157e5ee3fead6a13a8a81e13652b028c3bf71b7d6be63054872622fe63e +DIST wiki2beamer-0.7alpha2.zip 51025 RMD160 50bc5ab5d47a8a46662c61f418d60e24b2a7788f SHA1 e5eaf4288a67cd9ed8918b68257b5bd6cece59ca SHA256 bc5f17b0132bb4f97f65ceabf77ce8ab99b1eb2081be320b8b38cb642cf756f2 +DIST wiki2beamer-0.8.1.zip 78491 RMD160 fe65200409b94855d311dbfbda407cfa56f86adf SHA1 14779615d6de98f2565a334eb1dd1d9279ff7ced SHA256 f378f5d5c53126965b8c125e27e22308edcec45ab99b8f2eba8a415caab7286e +DIST wiki2beamer-0.8.zip 71823 RMD160 f30c7a2de704984bce8ba44b09d1e77e2284f0ec SHA1 35b21e5da3d40f14ec256c0563b7b18ec6e09612 SHA256 824f9099961377065ef4f83693b0841f3af51e87b259e3e033a72e6fa5c279b7 +DIST wiki2beamer.zip 42772 RMD160 f16e1b96733e765fb617ca579bd54bbf39f533f3 SHA1 80842ecaa59d5b6f12b5031cc0e76153e2903681 SHA256 67d63e699fd7bf4a920f8952059ca4a21cce7b24e7391c249a01fececbee8c23 +EBUILD wiki2beamer-0.5.ebuild 601 RMD160 d3fa4ae54c649582c0a60b135f843ceac500a80e SHA1 3b337677021f14de72083184ee597c84b9438f0e SHA256 1dc48dd7485850d761cc302aa6f318d0a49ad797597c44481fdfc7bc9521798e +EBUILD wiki2beamer-0.6.ebuild 582 RMD160 e4355d4f3a94edfd5dd54726c2c766f75912b61c SHA1 0121ccb09f695c58566f0ef0f4732b2356c0affe SHA256 ff51078968d31ecc89944ff26f1269f010f4a1fc9cc0aa555435202bd9bad7a1 +EBUILD wiki2beamer-0.7.ebuild 554 RMD160 c69e6bd4559615953c316a87ce9fcfd33304379d SHA1 13c3b746e6320d056941460c96853b89536f4f7c SHA256 2d724ee534f3a85139aa9fa8ce4339db6b15f73a3317fe4969ba2cb40a276232 +EBUILD wiki2beamer-0.7_alpha2.ebuild 608 RMD160 08fcf18d4f7679a16ff52d741f5efc1dee03a61a SHA1 510543ad6bc1bb1ea60980914badec7080a4cc01 SHA256 329c77ac903f2154578a2f34cf830cb5c15e0e0fd1c1b9ddb1482204905bbe99 +EBUILD wiki2beamer-0.8.1.ebuild 634 RMD160 dfe490a023025c2591039d9b80cfc5f649607558 SHA1 a061e04648d9320e12b63233d620d3c3b5b3cf72 SHA256 61a08147a2501c54c9d2507acde70f332f36c65f2b65a47c737a4bbc9a6f1bca +EBUILD wiki2beamer-0.8.ebuild 634 RMD160 dfe490a023025c2591039d9b80cfc5f649607558 SHA1 a061e04648d9320e12b63233d620d3c3b5b3cf72 SHA256 61a08147a2501c54c9d2507acde70f332f36c65f2b65a47c737a4bbc9a6f1bca diff --git a/app-text/wiki2beamer/wiki2beamer-0.5.ebuild b/app-text/wiki2beamer/wiki2beamer-0.5.ebuild new file mode 100644 index 0000000..5189107 --- /dev/null +++ b/app-text/wiki2beamer/wiki2beamer-0.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Tool to produce LaTeX Beamer code from wiki-like input." + +MY_P="${PN}" + +HOMEPAGE="http://wiki2beamer.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +S="${WORKDIR}/${MY_P}" + +RDEPEND="dev-lang/python" +DEPEND="" + +src_install() { + mv changelog.txt ChangeLog + mv readme.txt README + dodoc ChangeLog README || die "dodoc failed" + + mv wiki2beamer.py wiki2beamer + dobin wiki2beamer || die "dobin failed" +} diff --git a/app-text/wiki2beamer/wiki2beamer-0.6.ebuild b/app-text/wiki2beamer/wiki2beamer-0.6.ebuild new file mode 100644 index 0000000..37b446b --- /dev/null +++ b/app-text/wiki2beamer/wiki2beamer-0.6.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Tool to produce LaTeX Beamer code from wiki-like input." + +HOMEPAGE="http://wiki2beamer.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +S="${WORKDIR}/${PN}" + +RDEPEND="dev-lang/python" +DEPEND="" + +src_install() { + mv changelog.txt ChangeLog + mv readme.txt README + dodoc ChangeLog README || die "dodoc failed" + + mv wiki2beamer.py wiki2beamer + dobin wiki2beamer || die "dobin failed" +} diff --git a/app-text/wiki2beamer/wiki2beamer-0.7.ebuild b/app-text/wiki2beamer/wiki2beamer-0.7.ebuild new file mode 100644 index 0000000..9ce85b3 --- /dev/null +++ b/app-text/wiki2beamer/wiki2beamer-0.7.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Tool to produce LaTeX Beamer code from wiki-like input." + +HOMEPAGE="http://wiki2beamer.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=">=dev-lang/python-2.4" + +src_install() { + doman doc/man/wiki2beamer.1 || die "doman failed" + dodoc code/{ChangeLog,README} || die "dodoc failed" + dobin code/wiki2beamer || die "dobin failed" +} diff --git a/app-text/wiki2beamer/wiki2beamer-0.7_alpha2.ebuild b/app-text/wiki2beamer/wiki2beamer-0.7_alpha2.ebuild new file mode 100644 index 0000000..8f37afa --- /dev/null +++ b/app-text/wiki2beamer/wiki2beamer-0.7_alpha2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Tool to produce LaTeX Beamer code from wiki-like input." + +MY_P="${PN}-${PV/_/}" + +HOMEPAGE="http://wiki2beamer.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +S="${WORKDIR}/${PN}" + +RDEPEND="dev-lang/python" +DEPEND="" + +src_install() { + mv changelog.txt ChangeLog + mv readme.txt README + dodoc ChangeLog README || die "dodoc failed" + + mv wiki2beamer.py wiki2beamer + dobin wiki2beamer || die "dobin failed" +} diff --git a/app-text/wiki2beamer/wiki2beamer-0.8.1.ebuild b/app-text/wiki2beamer/wiki2beamer-0.8.1.ebuild new file mode 100644 index 0000000..5792071 --- /dev/null +++ b/app-text/wiki2beamer/wiki2beamer-0.8.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Tool to produce LaTeX Beamer code from wiki-like input." + +HOMEPAGE="http://wiki2beamer.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.zip" + +LICENSE="GPL-2 GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=">=dev-lang/python-2.4" + +src_install() { + insinto /usr/share/${PF}/examples + doins doc/examples/* || die "doins failed" + + doman doc/man/wiki2beamer.1 || die "doman failed" + dodoc ChangeLog README || die "dodoc failed" + dobin code/wiki2beamer || die "dobin failed" +} diff --git a/app-text/wiki2beamer/wiki2beamer-0.8.ebuild b/app-text/wiki2beamer/wiki2beamer-0.8.ebuild new file mode 100644 index 0000000..5792071 --- /dev/null +++ b/app-text/wiki2beamer/wiki2beamer-0.8.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Tool to produce LaTeX Beamer code from wiki-like input." + +HOMEPAGE="http://wiki2beamer.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.zip" + +LICENSE="GPL-2 GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=">=dev-lang/python-2.4" + +src_install() { + insinto /usr/share/${PF}/examples + doins doc/examples/* || die "doins failed" + + doman doc/man/wiki2beamer.1 || die "doman failed" + dodoc ChangeLog README || die "dodoc failed" + dobin code/wiki2beamer || die "dobin failed" +} diff --git a/dev-cpp/ctemplate/Manifest b/dev-cpp/ctemplate/Manifest new file mode 100644 index 0000000..4d35b3a --- /dev/null +++ b/dev-cpp/ctemplate/Manifest @@ -0,0 +1,3 @@ +DIST ctemplate-0.96.tar.gz 762800 RMD160 38e79330665c6ba194a01f9de0633d4c53315c5e SHA1 7b4078b44a8deab412164c5f5293963b935b0005 SHA256 ac55d854b39db0ff36eeba6ee2fdf0cade95bfa6f5d89a26f136e7481bfa989b +EBUILD ctemplate-0.96.ebuild 1399 RMD160 2ff56a62dd82e753772e35a76dbaf7e9fd1b0915 SHA1 3e97bcbf33bfcea9d709b0eecb28928463c9126c SHA256 f255632582981371329cf0d8c50bfe7dc6dd9f1e459ec10640b7f58a1c97b8f1 +MISC metadata.xml 156 RMD160 537178ef5a820896e97475fb9aded47d50474bef SHA1 2a4ef4879b918a28132d21cd6d1bbaa2a30dccde SHA256 0e8490f9c62cb74e5894b52f643a02de0024d97dbfebad43082dce6bcb39555f diff --git a/dev-cpp/ctemplate/ctemplate-0.96.ebuild b/dev-cpp/ctemplate/ctemplate-0.96.ebuild new file mode 100644 index 0000000..a655339 --- /dev/null +++ b/dev-cpp/ctemplate/ctemplate-0.96.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ctemplate-0.95.ebuild,v 1.1 2009/07/22 14:16:47 dev-zero Exp $ + +EAPI="2" + +inherit elisp-common + +DESCRIPTION="A simple but powerful template language for C++" +HOMEPAGE="http://code.google.com/p/google-ctemplate/" +SRC_URI="http://google-ctemplate.googlecode.com/files/${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="emacs vim-syntax" + +DEPEND="" +RDEPEND="vim-syntax? ( >=app-editors/vim-core-7 ) + emacs? ( virtual/emacs )" + +SITEFILE="70ctemplate-gentoo.el" + +src_compile() { + emake || die "emake failed" + + if use emacs ; then + elisp-compile contrib/tpl-mode.el || die "elisp-compile failed" + fi +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + + # Installs just every piece + rm -rf "${D}/usr/share/doc" + + dodoc AUTHORS ChangeLog NEWS README + dohtml doc/* + + if use vim-syntax ; then + cd "${S}/contrib" + sh highlighting.vim || die "unpacking vim scripts failed" + insinto /usr/share/vim/vimfiles + doins -r .vim/* + fi + + if use emacs ; then + cd "${S}/contrib" + elisp-install ${PN} tpl-mode.el tpl-mode.elc || die "elisp-install failed" + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + fi +} + +pkg_postinst() { + use emacs && elisp-site-regen +} + +pkg_postrm() { + use emacs && elisp-site-regen +} diff --git a/dev-cpp/ctemplate/metadata.xml b/dev-cpp/ctemplate/metadata.xml new file mode 100644 index 0000000..8434377 --- /dev/null +++ b/dev-cpp/ctemplate/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>cpp</herd> +</pkgmetadata> diff --git a/dev-libs/libbobcat/Manifest b/dev-libs/libbobcat/Manifest new file mode 100644 index 0000000..2e9e6e3 --- /dev/null +++ b/dev-libs/libbobcat/Manifest @@ -0,0 +1,2 @@ +DIST bobcat_2.08.01.orig.tar.gz 597400 RMD160 3c58f21c466b47d98df63a44744a02980ee439a0 SHA1 1970d0d0dcf14758df3cf9bf390fea7cfaa8452c SHA256 270c6768c7fe86f0371f524a6ec80f9737092309103fdaceaa3b3624225c235d +EBUILD libbobcat-2.08.01.ebuild 915 RMD160 187ab9ae08ce731c674b9d57ec401f5e51114175 SHA1 586e3f04a5aa3a5a5018714db4110acef7c9478a SHA256 4ce179623d5e6055cc927b0d09d1d8bba7d8950e24eb3db3e8cd36d7e5ea73b9 diff --git a/dev-libs/libbobcat/libbobcat-2.08.01.ebuild b/dev-libs/libbobcat/libbobcat-2.08.01.ebuild new file mode 100644 index 0000000..abb938b --- /dev/null +++ b/dev-libs/libbobcat/libbobcat-2.08.01.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +MY_PN=${PN##lib} +DESCRIPTION="Brokken's own base classes and templates" +HOMEPAGE="http://bobcat.sourceforge.net/" +# Note: Upstreamm is a Debian dev, latest tarball not released upstream +SRC_URI="http://ftp.de.debian.org/debian/pool/main/b/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+milter" + +# TODO dependency on bisonc++? +RDEPEND="milter? ( + || ( mail-filter/libmilter mail-mta/sendmail ) )" +DEPEND="${RDEPEND} + >=sys-devel/gcc-4.3 + dev-util/icmake" + +S=${WORKDIR}/${MY_PN}-${PV} + +src_prepare() { + sed 's|^\(#define COPT \+"-Itmp \).\+"$|\1'"${CXXFLAGS}"'"|' -i build \ + || die 'sed failed (file missing)' +} + +src_compile() { + ./build libraries all lcgen + use milter && ./build all +} + +src_install() { + ./build install "${D}" "${D}" +} diff --git a/dev-python/gudev/Manifest b/dev-python/gudev/Manifest new file mode 100644 index 0000000..d150431 --- /dev/null +++ b/dev-python/gudev/Manifest @@ -0,0 +1 @@ +EBUILD gudev-9999.ebuild 624 RMD160 cc7426f6fc473574bbe4120d8e2d986c58bd6f0c SHA1 a1819a79619f231e436bae25c4f64c41453ae542 SHA256 74cc61e51e8344e55c46ade7bf008206fbe745887e183f095e11281cebc1dc91 diff --git a/dev-python/gudev/gudev-9999.ebuild b/dev-python/gudev/gudev-9999.ebuild new file mode 100644 index 0000000..1ad61f0 --- /dev/null +++ b/dev-python/gudev/gudev-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit git + +DESCRIPTION="Python binding to the GUDev udev helper library" +HOMEPAGE="http://github.com/nzjrs/python-gudev" +SRC_URI="" +EGIT_REPO_URI="git://github.com/nzjrs/python-gudev.git" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND=">=sys-fs/udev-147 + dev-python/pygobject + dev-lang/python" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_prepare() { + NOCONFIGURE=true ./autogen.sh || die 'autogen.sh failed' +} + +src_install() { + emake DESTDIR="${D}" install || die 'emake failed' +} diff --git a/dev-python/python-graph/Manifest b/dev-python/python-graph/Manifest new file mode 100644 index 0000000..0c33a76 --- /dev/null +++ b/dev-python/python-graph/Manifest @@ -0,0 +1,2 @@ +DIST python-graph-1.7.0.tar.bz2 189979 RMD160 43f494d9e6fa0236a5b9b00353697e344508a807 SHA1 0808a441ba275f880e39144ae37f7627fd451116 SHA256 8a04eb1d75e16232fe8e476a9413e00f40737cb0c4aa7c4b41d97dfe3fbd3a2e +EBUILD python-graph-1.7.0.ebuild 715 RMD160 e8299360cfa8d3fd0622ba5fe9606521350fa2b3 SHA1 0cb762d84eb424f8b415abdfbffa66b65fff619e SHA256 d084eb3bb2efe48cbbbacf80f55f049714031f556031201819cbbf6514230cb5 diff --git a/dev-python/python-graph/python-graph-1.7.0.ebuild b/dev-python/python-graph/python-graph-1.7.0.ebuild new file mode 100644 index 0000000..b34566b --- /dev/null +++ b/dev-python/python-graph/python-graph-1.7.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit distutils + +DESCRIPTION="Library for working with graphs in Python" +HOMEPAGE="http://code.google.com/p/python-graph/" +SRC_URI="http://python-graph.googlecode.com/files/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="" +IUSE="" # TODO tests + +DEPEND="" +RDEPEND="" + +src_compile() { + for subdir in core dot ; do + cd "${S}"/${subdir} + distutils_src_compile + done +} + +src_install() { + for subdir in core dot ; do + cd "${S}"/${subdir} + distutils_src_install + done + cd "${S}" + + insinto /usr/share/${PF}/doc + doins docs/* || die 'doins failed' + + dodoc README Changelog || die 'dodoc failed' +} diff --git a/dev-python/reinteract/Manifest b/dev-python/reinteract/Manifest new file mode 100644 index 0000000..89d84b3 --- /dev/null +++ b/dev-python/reinteract/Manifest @@ -0,0 +1,3 @@ +DIST reinteract-0.5.0.tar.bz2 319670 RMD160 9e96537b0afc95c9223434748159d35f1c827a4b SHA1 784d62a58cb27bec93d77a5e01fd213a38f3a0f0 SHA256 0e84ae0cbd2841d7eb86234977681e47c963e2ed3bca684958e4ab2685a2fe70 +EBUILD reinteract-0.5.0-r1.ebuild 686 RMD160 ad2b1ba231a18192ffb40c9c5007a35d046583be SHA1 32ee77f0f4651c9c725714445006859340ca6417 SHA256 bfaf85cbbaccf6838d5adcc8ec4d96edbbeeea6e5fb355719c70c683e087f64d +MISC metadata.xml 257 RMD160 04e4c6e678ba8e8ffde93f57d06a40b60f9eaa69 SHA1 e3c39bf9a25beebbe626726bb94f6e22db4fa06d SHA256 b4a209de2bfbbcc5ceab61bf458a1ee79da4c60a30e4aabf54b76e9709b56db8 diff --git a/dev-python/reinteract/metadata.xml b/dev-python/reinteract/metadata.xml new file mode 100644 index 0000000..328fbd1 --- /dev/null +++ b/dev-python/reinteract/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>sping@gentoo.org</email> + <name>Sebastian Pipping</name> + </maintainer> +</pkgmetadata> diff --git a/dev-python/reinteract/reinteract-0.5.0-r1.ebuild b/dev-python/reinteract/reinteract-0.5.0-r1.ebuild new file mode 100644 index 0000000..668a83d --- /dev/null +++ b/dev-python/reinteract/reinteract-0.5.0-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit python + +DESCRIPTION="A system for interactive experimentation with Python" +HOMEPAGE="http://fishsoup.net/software/reinteract/" +SRC_URI="http://www.reinteract.org/download/sources/${P}.tar.bz2" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="sound" + +DEPEND="" +RDEPEND=">=dev-lang/python-2.5 + dev-python/pygtk + dev-python/numpy + dev-python/matplotlib + sound? ( media-sound/sox )" + +src_install() { + emake DESTDIR="${D}" install +} + +pkg_postinst() { + python_mod_optimize "$(python_get_sitedir)"/${PN} +} + +pkg_postrm() { + python_mod_cleanup +} diff --git a/dev-python/squaremap/Manifest b/dev-python/squaremap/Manifest new file mode 100644 index 0000000..483271b --- /dev/null +++ b/dev-python/squaremap/Manifest @@ -0,0 +1,2 @@ +DIST SquareMap-1.0.0b24.zip 8313 RMD160 23df2e13c0e8ca18e2fe06767b1292111418f949 SHA1 5cc97af32bc329541b7c80f03e67e652cb097fd3 SHA256 3f684551b996c9c3e167c72c14d797ccfa5dd82c3b75900ec036f7ce167c2cc5 +EBUILD squaremap-1.0.0_beta24.ebuild 591 RMD160 3ea1f4ff81825bf9918d660bfc611e7a3abb516d SHA1 cca3fc28dff12f94c80971b39c1bb5041920192b SHA256 cc5859badff87e36f97c6549172cf704264ea5296b2c6153f1df2b299aabd845 diff --git a/dev-python/squaremap/squaremap-1.0.0_beta24.ebuild b/dev-python/squaremap/squaremap-1.0.0_beta24.ebuild new file mode 100644 index 0000000..7c73035 --- /dev/null +++ b/dev-python/squaremap/squaremap-1.0.0_beta24.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +MY_PN="SquareMap" +MY_PV="${PV/_beta/b}" +MY_P="${MY_PN}-${MY_PV}" + +DESCRIPTION="Hierarchic data-visualisation control for wxPython" +HOMEPAGE="https://launchpad.net/squaremap" +SRC_URI="http://pypi.python.org/packages/source/S/SquareMap/${MY_P}.zip" +LICENSE="BSD-2" +KEYWORDS="" +SLOT="0" +IUSE="" + +S="${WORKDIR}/${MY_P}" + +DEPEND="app-arch/unzip + dev-python/setuptools" +RDEPEND="${DEPEND} + dev-python/wxpython" diff --git a/dev-ruby/mustache/Manifest b/dev-ruby/mustache/Manifest new file mode 100644 index 0000000..7f4d15d --- /dev/null +++ b/dev-ruby/mustache/Manifest @@ -0,0 +1,2 @@ +DIST mustache-0.11.1.gem 34816 RMD160 46ca4e1342bf1fe76725a85298e0791a82e67c57 SHA1 b07c26499cdb0592c22545c9a990d86ab2bab56e SHA256 52b149dda76df262e8482eb6bfd45e8b1fe8bae29b15c7b4bbf8402a5dfaf7c8 +EBUILD mustache-0.11.1.ebuild 326 RMD160 1718f333a600bdb3dc67053025661f56d794c8e1 SHA1 e1df5586576261422058e9f63cb93f30dc9b1339 SHA256 797b073ced0b636051f99b6dce318cba6cec575b29e6476b9b224f3388e03fe8 diff --git a/dev-ruby/mustache/mustache-0.11.1.ebuild b/dev-ruby/mustache/mustache-0.11.1.ebuild new file mode 100644 index 0000000..7acfb47 --- /dev/null +++ b/dev-ruby/mustache/mustache-0.11.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +USE_RUBY="ruby18" +inherit ruby-fakegem + +DESCRIPTION="Tool to render logic-less templates" +HOMEPAGE="http://mustache.github.com/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND="" diff --git a/dev-util/apg/Manifest b/dev-util/apg/Manifest new file mode 100644 index 0000000..8add98d --- /dev/null +++ b/dev-util/apg/Manifest @@ -0,0 +1,4 @@ +DIST apg-6.0.tar.bz2 4995 RMD160 42abfdd9fd1fc5b752336f99d0bb05984013af75 SHA1 c86d11122d6cba8dbd5426e9540ea0c7e99ebe32 SHA256 91a3aa65360e96c0857bdbad12239f489334a7d91a10f655b6f61509aaba78d2 +DIST apg-6.1.tar.bz2 297307 RMD160 3bb5180b6cfe82cb85ccb7494115f9539c299608 SHA1 a9e3d542f15c63eb4d70d10665eb183542b1c74a SHA256 785a456f1288fef2206a24608f41be3b7231ba3218129cb8e2d6b2a8c3a47cd6 +EBUILD apg-6.0.ebuild 465 RMD160 0d29b14217989813f575a51c27bcf4a7002b66ca SHA1 9059fa72c374c34fb460d46c12bc9e428db5b0aa SHA256 8b54b15b10bef3d3e03e542e766e7cc90c63b242ecb876b23e647bb7d700ced0 +EBUILD apg-6.1.ebuild 472 RMD160 367199c4c7567f612d8fceb0abfc998888f2c3b1 SHA1 10fd69fb039eff7802ebf187eea83c82ea473dd2 SHA256 85cc410300e3ac83064cea2919bd340e0c6522660da861e6664d9347ca416595 diff --git a/dev-util/apg/apg-6.0.ebuild b/dev-util/apg/apg-6.0.ebuild new file mode 100644 index 0000000..81fcd6d --- /dev/null +++ b/dev-util/apg/apg-6.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit base + +DESCRIPTION="ABNF Parser Generator" + +HOMEPAGE="http://www.coasttocoastresearch.com/" +SRC_URI="http://www.coasttocoastresearch.com/${P}/${P}.tar.bz2" + +LICENSE="GPL-2 GPL-3" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="!app-admin/apg" +DEPEND="" + +src_install() { + base_src_install + dodoc README || die "dodoc failed" +} diff --git a/dev-util/apg/apg-6.1.ebuild b/dev-util/apg/apg-6.1.ebuild new file mode 100644 index 0000000..cba940f --- /dev/null +++ b/dev-util/apg/apg-6.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit base + +DESCRIPTION="ABNF Parser Generator" + +HOMEPAGE="http://www.coasttocoastresearch.com/" +SRC_URI="http://www.coasttocoastresearch.com/doc${PV/./}/${P}.tar.bz2" + +LICENSE="GPL-2 GPL-3" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="!app-admin/apg" +DEPEND="" + +src_install() { + base_src_install + dodoc README || die "dodoc failed" +} diff --git a/dev-util/ditz/Manifest b/dev-util/ditz/Manifest new file mode 100644 index 0000000..ca6f543 --- /dev/null +++ b/dev-util/ditz/Manifest @@ -0,0 +1,2 @@ +DIST ditz-0.5.gem 78848 RMD160 1094bbfdf1378030ddbdc7d3058ba57e49a43809 SHA1 9b9d8b082262be0b3a8705142f5203b028a5957d SHA256 a23e85312a75ede063fa963ebfde50c93b4b5555ec353abd58ed3f7f98961aac +EBUILD ditz-0.5.ebuild 409 RMD160 aee6edf33445b5d07477d7d44380cfb9f1fdd0ea SHA1 b7016ecd65c710a8a318774e6688d555ecf4dfd6 SHA256 1281566b29f0889af74a8a630cac9722f1d648a1d78da26ceffa6586a4d16394 diff --git a/dev-util/ditz/ditz-0.5.ebuild b/dev-util/ditz/ditz-0.5.ebuild new file mode 100644 index 0000000..f4739a1 --- /dev/null +++ b/dev-util/ditz/ditz-0.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +USE_RUBY="ruby18" +inherit ruby-fakegem + +DESCRIPTION="DVCS-based command line issue tracker" +HOMEPAGE="http://ditz.rubyforge.org/" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND=">=dev-ruby/hoe-1.7.0 + >=dev-ruby/trollop-1.9 + >=dev-ruby/rubygems-1.2.0" +RDEPEND="${DEPEND}" diff --git a/dev-util/icmake/Manifest b/dev-util/icmake/Manifest new file mode 100644 index 0000000..01f73fb --- /dev/null +++ b/dev-util/icmake/Manifest @@ -0,0 +1,3 @@ +AUX icmake-7.12.5-compile-flags-patch 1902 RMD160 bab0266c3600f18ce1594fc25ecbf841eea3ed8f SHA1 c5b65b0ef4c172afcdee57b68007a1021005f6c3 SHA256 ba656cab9b7abfbaea21e6088d4ba5f32d33dad93ebf8b241832d7af7125eef5 +DIST icmake_7.12.5.orig.tar.gz 316629 RMD160 7bd34b46a6731946fc1a503ba929c2ac2f11f8f1 SHA1 ff7cad5018e977c83d38fa66679e70f1a7773055 SHA256 e1ce6fac859e91e4ef227860462ff2171d302be9fce7eb9a9c91dcbdb6eb577f +EBUILD icmake-7.12.5.ebuild 573 RMD160 376e20bdd8d7861375853120b6d20dc9192a3a30 SHA1 da8900ba0f0824527cd9ca33611645eac2490d86 SHA256 443da316c24e8ee98f7217cd626babefc6e3d3e27bf0efbd9d3be88cddd61672 diff --git a/dev-util/icmake/files/icmake-7.12.5-compile-flags-patch b/dev-util/icmake/files/icmake-7.12.5-compile-flags-patch new file mode 100644 index 0000000..0cc368e --- /dev/null +++ b/dev-util/icmake/files/icmake-7.12.5-compile-flags-patch @@ -0,0 +1,52 @@ +--- icm_bootstrap 2010-05-11 03:05:39.000000000 +0200 ++++ icm_bootstrap 2010-05-11 03:08:20.000000000 +0200 +@@ -55,41 +55,41 @@ + + echo Creating tmp/libicrss.a + try cd rss +-try gcc -c -O2 -g -Wall -DHAVE_GLOB *.c ++try gcc -c ${CFLAGS} -Wall -DHAVE_GLOB *.c + try ar rs ../tmp/libicrss.a *.o + rm *.o + cd .. + + echo Creating tmp/${BINDIR}/icmake${EXTENSION} + try cd make +-try gcc -O2 -g -Wall -DHAVE_GLOB -o ../tmp/${BINDIR}/icmake${EXTENSION} *.c ../tmp/libicrss.a ++try gcc ${CFLAGS} -Wall -DHAVE_GLOB -o ../tmp/${BINDIR}/icmake${EXTENSION} *.c ../tmp/libicrss.a + cd .. + + echo Creating tmp/${BINDIR}/icmun${EXTENSION} + try cd un +-try gcc -O2 -g -Wall -DHAVE_GLOB -o ../tmp/${BINDIR}/icmun${EXTENSION} *.c ../tmp/libicrss.a ++try gcc ${CFLAGS} -Wall -DHAVE_GLOB -o ../tmp/${BINDIR}/icmun${EXTENSION} *.c ../tmp/libicrss.a + cd .. + + echo Creating tmp/${LIBDIR}/icm-pp${EXTENSION} + try cd pp +-try gcc -O2 -g -Wall -DHAVE_GLOB -o ../tmp/${LIBDIR}/icm-pp${EXTENSION} *.c ../tmp/libicrss.a ++try gcc ${CFLAGS} -Wall -DHAVE_GLOB -o ../tmp/${LIBDIR}/icm-pp${EXTENSION} *.c ../tmp/libicrss.a + cd .. + + echo Creating tmp/${LIBDIR}/icm-comp${EXTENSION} + try cd comp +-try gcc -O2 -g -Wall -DHAVE_GLOB -o ../tmp/${LIBDIR}/icm-comp${EXTENSION} *.c ../tmp/libicrss.a ++try gcc ${CFLAGS} -Wall -DHAVE_GLOB -o ../tmp/${LIBDIR}/icm-comp${EXTENSION} *.c ../tmp/libicrss.a + cd .. + + echo Creating tmp/${LIBDIR}/icm-exec${EXTENSION} + try cd exec +-try gcc -O2 -g -Wall -DHAVE_GLOB -c *.c ++try gcc ${CFLAGS} -Wall -DHAVE_GLOB -c *.c + for x in auks var virtual int list string stack opcodefun builtin + do + try cd $x +- try gcc -O2 -g -Wall -DHAVE_GLOB -c *.c ++ try gcc ${CFLAGS} -Wall -DHAVE_GLOB -c *.c + try cd .. + done +-try gcc -o ../tmp/${LIBDIR}/icm-exec${EXTENSION} *.o */*.o ../tmp/libicrss.a ++try gcc ${LDFLAGS} -o ../tmp/${LIBDIR}/icm-exec${EXTENSION} *.o */*.o ../tmp/libicrss.a + rm *.o */*.o + cd .. + diff --git a/dev-util/icmake/icmake-7.12.5.ebuild b/dev-util/icmake/icmake-7.12.5.ebuild new file mode 100644 index 0000000..8f1d87d --- /dev/null +++ b/dev-util/icmake/icmake-7.12.5.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit eutils + +DESCRIPTION="Hybrid between a 'make' utility and a shell script language" +HOMEPAGE="http://icmake.sourceforge.net/" +SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${PN}_${PV}.orig.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_prepare() { + epatch "${FILESDIR}"/${P}-compile-flags-patch +} + +src_compile() { + ./icm_bootstrap / +} + +src_install() { + ./icm_install all "${D}/" +} diff --git a/dev-util/ohcount/Manifest b/dev-util/ohcount/Manifest new file mode 100644 index 0000000..779b4e0 --- /dev/null +++ b/dev-util/ohcount/Manifest @@ -0,0 +1,2 @@ +DIST ohcount3.0.0.rc.tar.gz 1300112 RMD160 6e3bee629cd6999c9501d21ab485d74d402258cb SHA1 64ace00f3a3d31a184d66632fa0000b3203ddf6f SHA256 0255a9c24464fcde243a59440ecb6d4d7910215333f0e9c34dc6e6816baf0521 +EBUILD ohcount-3.0.0_rc.ebuild 638 RMD160 e9d2ed645c01fde279d79a952564b62cac4affa7 SHA1 dba1909aa282cb1d72c789d3393192f9ad88d10c SHA256 f951c8f5d71eff679b8458f7fabf543a759ece4f46684096dfb8f48b211caa28 diff --git a/dev-util/ohcount/ohcount-3.0.0_rc.ebuild b/dev-util/ohcount/ohcount-3.0.0_rc.ebuild new file mode 100644 index 0000000..ac67ddb --- /dev/null +++ b/dev-util/ohcount/ohcount-3.0.0_rc.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +MY_PV=${PV/_/.} +MY_P="${PN}${MY_PV}" + +DESCRIPTION="Source code line counter" +HOMEPAGE="http://labs.ohloh.net/ohcount" +SRC_URI="http://d10xg45o6p6dbl.cloudfront.net/projects/o/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +# TODO RUBY dev-lang/swig +RDEPEND="dev-util/ragel + dev-libs/libpcre" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${PN}" + +src_compile() { + # TODO RUBY ./build ruby + ./build ohcount || die './build failed' +} + +src_install() { + dobin bin/ohcount || die 'dobin failed' +} diff --git a/dev-util/runsnakerun/Manifest b/dev-util/runsnakerun/Manifest new file mode 100644 index 0000000..4b761e9 --- /dev/null +++ b/dev-util/runsnakerun/Manifest @@ -0,0 +1,2 @@ +DIST RunSnakeRun-2.0.0b4.zip 210634 RMD160 27cdf250f26d3d49109a21c17a5f656fb09400aa SHA1 106448b988f93e81421844a9968dcab5ab79d0e7 SHA256 60f8cfecf982f3169e0fbee9b7c25500afe35b3fae9e35e596ba50ab4448742c +EBUILD runsnakerun-2.0.0_beta4.ebuild 698 RMD160 6c322da86103a8b89f6ff27796fb99ccee18872b SHA1 c450ea50aa06f07cb04b05a75079e9de52011bee SHA256 a5aefdb13df727a740efed2febf27f92bcf8b44242f6ce948ca59b391aefb6c9 diff --git a/dev-util/runsnakerun/runsnakerun-2.0.0_beta4.ebuild b/dev-util/runsnakerun/runsnakerun-2.0.0_beta4.ebuild new file mode 100644 index 0000000..3b06169 --- /dev/null +++ b/dev-util/runsnakerun/runsnakerun-2.0.0_beta4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +MY_PN="RunSnakeRun" +MY_PV="${PV/_beta/b}" +MY_P="${MY_PN}-${MY_PV}" + +DESCRIPTION="GUI Viewer for Python profiling runs" +HOMEPAGE="http://www.vrplumber.com/programming/runsnakerun/" +SRC_URI="http://pypi.python.org/packages/source/R/RunSnakeRun/${MY_P}.zip" +LICENSE="BSD-2" +KEYWORDS="" +SLOT="0" +IUSE="doc" + +S="${WORKDIR}/${MY_P}" + +DEPEND="app-arch/unzip + dev-python/setuptools" +RDEPEND="dev-python/wxpython + dev-python/squaremap" + +src_install() { + distutils_src_install + if use doc; then + dodoc "${S}"/doc/* + fi +} diff --git a/dev-util/vng/Manifest b/dev-util/vng/Manifest new file mode 100644 index 0000000..4a34916 --- /dev/null +++ b/dev-util/vng/Manifest @@ -0,0 +1,2 @@ +DIST vng-f1e52457212860960122064cc008ee2f307a5797.tar.gz 84996 RMD160 97c883c8d67fe3237cb21d92f99ddb4c1a6320cf SHA1 b315cde7e6d30c8d1b62ea9aa96f602ab221ddbd SHA256 98505cdab8095508cb3863165a2a237aac584ffe3d12e4cfb1d12c5b70fcda6d +EBUILD vng-20081021.ebuild 672 RMD160 6a743496b141026c5800ac297732fd6399f9f134 SHA1 23df77cd8bf2ddf7fad6d67e8c90c128d34a0c6a SHA256 5ca71a19031b3711fa04d3ed4b2bcfeb3364ce6f48ebfef2fe1fa9986ba8ad4c diff --git a/dev-util/vng/vng-20081021.ebuild b/dev-util/vng/vng-20081021.ebuild new file mode 100644 index 0000000..49f1a50 --- /dev/null +++ b/dev-util/vng/vng-20081021.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit qt4 + +MY_PV="f1e52457212860960122064cc008ee2f307a5797" +MY_P="${PN}-${MY_PV}" + +DESCRIPTION="Darcs-like Git porcelain" + +HOMEPAGE="http://repo.or.cz/w/vng.git" +SRC_URI="http://www.hartwork.org/public/${MY_P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="dev-util/git + >=x11-libs/qt-core-4.4" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${PN}" + +src_unpack() { + unpack ${A} + cd "${S}" +} + +src_compile() { + eqmake4 || die "eqmake4 failed" + emake || die "eqmake4 failed" +} + +src_install() { + dodoc README + dobin vng || die "dobin failed" +} diff --git a/dev-util/vpuml-bin/Manifest b/dev-util/vpuml-bin/Manifest new file mode 100644 index 0000000..aaf1a50 --- /dev/null +++ b/dev-util/vpuml-bin/Manifest @@ -0,0 +1,2 @@ +AUX install_config.xml 1655 RMD160 c05077f6739c71900a360284b044c481c6ed3e0f SHA1 39628275e3e15672b1d62e77f12de6a58ae642e6 SHA256 83d25beee5607e967b5c2a38cbe224fdcddbfb5faa89bbfa8aa8bf5a0469763c +EBUILD vpuml-bin-9999.ebuild 1009 RMD160 1d1b419a815de5058ff517187909976d4f7a7ef3 SHA1 7d7630f74bfb2bc3ce4bc0cb2c21fab1fb61bcd4 SHA256 e3f38c4f3303ddcc21eb7b2c1f2dc6718244838c8a0f44c1c34bd5518c10c303 diff --git a/dev-util/vpuml-bin/files/install_config.xml b/dev-util/vpuml-bin/files/install_config.xml new file mode 100644 index 0000000..36c306f --- /dev/null +++ b/dev-util/vpuml-bin/files/install_config.xml @@ -0,0 +1,22 @@ +<!-- VP: "You can distribute the config XML file without any limitation." -->
+<Install>
+ <Product id="vpuml" install="true" edition="Community"/>
+ <Product id="sdeec" install="false" edition="Enterprise" location="C:\eclipse"/>
+ <Product id="sdenb" install="false" edition="Enterprise" location="C:\netbeans"/>
+ <Product id="sdevs" install="false" edition="Enterprise" vs-version="2005"/> <!-- 2003 or 2005 -->
+ <Product id="sdejb" install="false" edition="Enterprise" location="C:\JBuilder2006"/>
+ <Product id="sdeij" install="false" edition="Enterprise" location="C:\IntelliJ IDEA 5.1.2"/>
+ <Product id="sdejd" install="false" edition="Enterprise" location="C:\jdev1012"/>
+ <Product id="sdeww" install="false" edition="Enterprise" location="C:\WebLogic Workshop"/>
+ <Product id="dbva" install="false" edition="Professional"/>
+ <Product id="dbvaec" install="false" edition="Professional" location="C:\eclipse"/>
+ <Product id="dbvanb" install="false" edition="Professional" location="C:\netbeans"/>
+ <Product id="dbvavs" install="false" edition="Professional" vs-version="2005"/> <!-- 2003 or 2005 -->
+ <Product id="dbvajb" install="false" edition="Professional" location="C:\JBuilder2006"/>
+ <Product id="dbvaij" install="false" edition="Professional" location="C:\IntelliJ IDEA 5.1.2"/>
+ <Product id="dbvajd" install="false" edition="Professional" location="C:\jdev1012"/>
+ <Product id="dbvaww" install="false" edition="Professional" location="C:\WebLogic Workshop"/>
+ <Product id="dbvasql" install="false"/>
+ <Product id="bpva" install="false" edition="Modeler"/>
+ <Product id="ag" install="false" edition="Standard"/>
+</Install>
diff --git a/dev-util/vpuml-bin/vpuml-bin-9999.ebuild b/dev-util/vpuml-bin/vpuml-bin-9999.ebuild new file mode 100644 index 0000000..0d1b8ba --- /dev/null +++ b/dev-util/vpuml-bin/vpuml-bin-9999.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2009 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header $ + +DESCRIPTION="UML modeling tool" + +HOMEPAGE="http://www.visual-paradigm.com/product/vpuml/" +SRC_URI="" + +LICENSE="Visual-Paradigm-for-UML" + +KEYWORDS="" +SLOT="0" +IUSE="" + +RESTRICT="mirror" + +installer=VP_Suite_Linux.sh + +src_unpack() { + wget "http://www.visual-paradigm.com/downloads/vpsuite/${installer}" \ + -O "${installer}" || die "wget failed" + chmod a+x "${installer}" || die "chmod failed" + cp "${FILESDIR}"/install_config.xml "${WORKDIR}/" || die "cp failed" +} + +src_install() { + addpredict /home/ + addpredict /root/ + addpredict /usr/local/ + + dodir /usr/{bin,lib/vpuml} || die "dodir failed" + + cd "${WORKDIR}" + ./"${installer}" -q -dir "${D}/usr/lib/vpuml" + dosym ../lib/vpuml/launcher/run_vpuml /usr/bin/vpuml || die "dosym failed" + + echo -e "edition=Community\nproduct=VP-UML" \ + > "${D}"/usr/lib/vpuml/resources/product_edition.properties \ + || die "piping to file failed" +} diff --git a/dev-vcs/gitscene/Manifest b/dev-vcs/gitscene/Manifest new file mode 100644 index 0000000..5f78802 --- /dev/null +++ b/dev-vcs/gitscene/Manifest @@ -0,0 +1 @@ +EBUILD gitscene-9999.ebuild 605 RMD160 33ac4c7d1b92303127874c8fc813753851f2abd6 SHA1 a23db5cddd9b21c473db53a1d2fb77a5a7951e58 SHA256 adb35140cc5bea0dcb5a450125e94f2523b9c3130ee94889278b1a3644712484 diff --git a/dev-vcs/gitscene/gitscene-9999.ebuild b/dev-vcs/gitscene/gitscene-9999.ebuild new file mode 100644 index 0000000..8c563f7 --- /dev/null +++ b/dev-vcs/gitscene/gitscene-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit git + +DESCRIPTION="A GTK based repository browser for git " +HOMEPAGE="http://github.com/pta/gitscene" +EGIT_REPO_URI="git://github.com/pta/gitscene.git" +SRC_URI="" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/python + dev-python/pygtk + dev-python/pycairo + dev-python/pygobject + dev-python/pygtksourceview" +RDEPEND="${DEPEND}" + +src_install() { + newdoc gitscene README || 'newdoc failed' + dobin gitscene || die 'dobin failed' +} diff --git a/games-puzzle/vitetris/Manifest b/games-puzzle/vitetris/Manifest new file mode 100644 index 0000000..bf97701 --- /dev/null +++ b/games-puzzle/vitetris/Manifest @@ -0,0 +1,3 @@ +AUX vitetris-0.55-configure.patch 333 RMD160 535a9d68502901670f06300eebb0ed8b3f8ca75a SHA1 bde066b9c682f67992434b0d93fe4197796d670c SHA256 6978eb34a4c98514d9a4a73a83009a4bc4c2dace44db225ece22b8c812e828c5 +DIST vitetris-0.57.tar.gz 100660 RMD160 0d5723f032153798d004b8ae56eb8fd0bf6eb0dc SHA1 af9d539ae208fb174db4b86e535e7e29b7ffa3cf SHA256 0c9fa6c8b16e2f8968f65e16a87f1bcd39b827d510c6efb0771f0400ab91cdc2 +EBUILD vitetris-0.57.ebuild 1111 RMD160 0212fc81b5b16cf272e2086afbdaf297ea369007 SHA1 0c15512aa67fc578e0035ae2ced263929e01d264 SHA256 52c318f7d7b1d14ae596d29230d4b26a768920fd2b70b21175e6f7d52e48a622 diff --git a/games-puzzle/vitetris/files/vitetris-0.55-configure.patch b/games-puzzle/vitetris/files/vitetris-0.55-configure.patch new file mode 100644 index 0000000..bcc1ac5 --- /dev/null +++ b/games-puzzle/vitetris/files/vitetris-0.55-configure.patch @@ -0,0 +1,11 @@ +diff -Nur vitetris-0.55.orig/configure vitetris-0.55/configure +--- vitetris-0.55.orig/configure 2008-09-05 15:59:35.000000000 +0200 ++++ vitetris-0.55/configure 2009-02-11 21:08:17.214874138 +0100 +@@ -159,7 +159,6 @@ + PCTIMER=$with ;; + *) + echo "unrecognized option \"$arg\"" +- exit 1 + esac + done + if [ -z "$ENABLE_2P" ]; then diff --git a/games-puzzle/vitetris/vitetris-0.57.ebuild b/games-puzzle/vitetris/vitetris-0.57.ebuild new file mode 100644 index 0000000..b75cd0d --- /dev/null +++ b/games-puzzle/vitetris/vitetris-0.57.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +inherit games + +DESCRIPTION="Terminal-based Tetris clone by Victor Nilsson." +HOMEPAGE="http://victornils.net/tetris/" +SRC_URI="http://victornils.net/tetris/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="X allegro joystick ncurses net" + +DEPEND="sys-libs/glibc + allegro? ( media-libs/allegro ) + ncurses? ( sys-libs/ncurses ) + X? ( x11-libs/libX11 )" +RDEPEND="" + +src_prepare() { + sed -i \ + -e "s|-strip --strip-all|echo|" \ + -e "s|PROGNAME = tetris|PROGNAME = vitetris|" \ + Makefile || die "sed Makefile failed" + + epatch "${FILESDIR}"/${PN}-0.55-configure.patch +} + +src_configure() { + egamesconf \ + $(use_enable X xlib) \ + $(use_enable joystick js) \ + $(use_enable ncurses curses) \ + $(use_enable net network) \ + || die "egamesconf failed" +} + +src_compile() { + emake \ + LDFLAGS="${LDFLAGS}" \ + CCFLAGS="${CXXFLAGS}" \ + || die "emake failed" +} + +src_install() { + dogamesbin vitetris || die "dogamesbin failed" + + dodoc README || die "dodoc failed" + + prepgamesdirs +} diff --git a/licenses/Prince-EULA b/licenses/Prince-EULA new file mode 100644 index 0000000..4e7f3fb --- /dev/null +++ b/licenses/Prince-EULA @@ -0,0 +1,170 @@ +End User License Agreement + +This license agreement (the "Agreement") is entered into between you, as +a private person or a company (the "Licensee") and YesLogic Pty Ltd, an +Australian corporation, having its registered address at 7 / 39 Bouverie +Street, Carlton, VIC 3053, Australia ("YesLogic"). By installing, +copying or otherwise using all or any portion of the Prince formatter +(the "Software") the Licensee agrees to be bound by the terms of the +Agreement. + +1. LICENSE + +Subject to the terms of this Agreement, YesLogic Ltd hereby grants to +Licensee a non-exclusive, non-transferable, non-sublicensable and +limited license only to install and use one copy of the Software on up +to the number of computers or servers as authorized in this Agreement. + +If this is a Personal license or a Professional license, Licensee may +download, install and use the Software on a single computer for +Interactive use by a single user. Also, a Personal or Professional +license may be used for evaluation purposes on a server. + +If this is a Server license, Licensee may download, install and use the +Software on a server that is accessible to any number of end users. +Additionally, Licensee may download, install and use the Software on +another server which is only used for testing and development purposes. + +If this is an Academic Server license, Licensee may download, install +and use the Software for Academic purposes on a server that is +accessible to any number of end users. Additionally, Licensee may +download, install and use the Software on another server which is only +used for testing and development purposes. + +If this is an OEM license, Licensee may download, install and use the +Software according to a separate agreement. + +2. DEFINITIONS + +"Software" means: a) the Prince formatter included third party software +files and other information and b) upgrades, updates and additions to +such provided to you by YesLogic Ltd, to the extent not provided under a +separate agreement. + +"Academic purposes" means the production of dissertations, papers, +lecture notes, hand-outs and similar documents or publications of +academic character for distribution on the Web, at lectures, or through +university bookstores or similar academic channels that are not of a +strictly commercial character. A university press run on commercial +terms is considered to be strictly commercial. + +"Interactive use by a single user" means that all processing performed +by the Software is initiated by a local human user. The Software may not +be part of a web application or other server software. + +3. LIMITATIONS AND RESTRICTIONS + +The following shall apply in addition to the limitations and +restrictions set forth elsewhere in this Agreement: + +Licensee shall not modify, adapt, translate or create derivative works +based upon the Software. Licensee shall not reverse engineer, decompile, +disassemble or otherwise attempt to discover the source code of the +Software. + +Licensee shall not allow third parties to use the Software for +commercial service offerings to its own end users. Application service +providers (ASPs), integrators and value-added resellers (VARs) of all +kinds must enter into a separate VAR licensing agreement for such +purposes. + +Licensee shall not reproduce, distribute, resell, rent, lease or +disclose the Software in any manner to a third party. +Licensee shall not transfer any of its rights under this Agreement +without the express written consent of YesLogic. + +If this is a Personal license, PDF documents generated by the Software +include a message that identifies the Software and the license type. +Licensee shall not change or remove this message. + +4. SUPPORT AND MAINTENANCE + +YesLogic will provide the following support and maintenance services +(the "Services") free of charge for a period of 12 months following the +date of this Agreement: + +a. E-mail support: YesLogic will attempt to respond to technical +questions made by the Licensee by email within a reasonable period of +time. + +b. Upgrades: YesLogic will attempt to distribute upgrades to the +Software on a regular basis. Installation and use of such upgrades will +be governed by the terms of this Agreement. + +Following the initial 12 month period, the same Services will be +available to Licensee against payment of a separate support and +maintenance fee. + +This Clause 4 does not apply if this is a Personal license. + +5. INTELLECTUAL PROPERTY RIGHTS + +YesLogic and its suppliers are the owner of all intellectual property +rights relating to the Software and the Services. These rights are +protected by intellectual property legislation in Australia and other +jurisdictions and by international treaty provisions. YesLogic and its +suppliers retains all rights in the Software and the Services that are +not expressly granted to the Licensee through this Agreement. + +Licensee is not allowed to remove, alter or destroy any proprietary, +trademark or copyright markings or notices placed upon or contained with +the Software. + +6. PRIVACY + +The Licensee grants YesLogic the right to store contact details and +other related information in order for YesLogic to contact the Licensee +occasionally regarding the Software. YesLogic will not use contact +details and other related information for any other purpose. + +7. TERM AND TERMINATION + +The Agreement and the licensing rights provide to the Licensee shall +continue for an indefinite term. Without prejudice to any other rights, +YesLogic may terminate the Agreement if the Licensee fails to comply +with the terms and conditions of this Agreement. + +8. NO WARRANTY + +TO THE MAXIMUM EXTENT PERMITTED BY LAW, YESLOGIC DISCLAIMS ANY WARRANTY +FOR THE SOFTWARE AND THE SERVICES. THE SOFTWARE, THE SERVICES AND ANY +RELATED DOCUMENTATION IS PROVIDED ON AN "AS IS" BASIS WITHOUT WARRANTY +OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, +OR NON-INFRINGEMENT WITH REGARD TO THE SOFTWARE OR THE SERVICES. + +9. CUSTOMER REMEDIES + +The entire liability for YesLogic, and the exclusive remedy for the +Licensee, under this Agreement shall be, at YesLogic's option, to either +(a) return the price paid for the Software, or (b) replace the Software. + +TO THE MAXIMUM EXTENT PERMITTED BY LAW, IN NO EVENT SHALL YESLOGIC OR +ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR +CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES +FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS +INFORMATION, PERSONAL INJURY, LOSS OF PRIVACY OR ANY OTHER PECUNIARY +LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE OR THE +SERVICES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +10. GOVERNING LAW AND ARBITRATION + +This Agreement shall be governed by and construed in accordance with +Norwegian law. Any dispute arising under or in connection with this +contract shall be referred to arbitration pursuant to the Norwegian 2004 +Arbitration Act. Each Party shall appoint one arbitrator and the two +arbitrators shall appoint the third arbitrator who shall be the chairman +of the arbitration tribunal. The chairman shall be a Norwegian legal +professional. If one Party fails to appoint an arbitrator within one +month from being requested to do so or if the two arbitrators can not +within one month from the last appointment agree on who shall be +appointed chairman, the Chief Justice of Oslo District Court shall be +the appointer. The venue of the arbitral proceedings shall be in Oslo, +and the proceedings shall be conducted in the English language. The +arbitration is deemed to be commenced when request for arbitration is +being sent from the Party requesting arbitration. The Parties agree to +conclude a separate agreement on confidentiality of both the arbitral +proceedings and the award immediately after arbitration has been +requested. + +Copyright © 2002-2007 YesLogic Pty. Ltd. diff --git a/licenses/Visual-Paradigm-for-UML b/licenses/Visual-Paradigm-for-UML new file mode 100644 index 0000000..c45f541 --- /dev/null +++ b/licenses/Visual-Paradigm-for-UML @@ -0,0 +1,23 @@ +Extracted from <http://www.visual-paradigm.com/product/vpuml/vpumllicense.jsp> on 2009-06-13 + +THE USE OF THE SOFTWARE LICENSED TO YOU IS SUBJECT TO THE TERMS AND CONDITIONS OF THIS SOFTWARE LICENSE AGREEMENT. BY INSTALLING, COPYING, OR OTHERWISE USING THE SOFTWARE, YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, UNDERSTAND IT, AND AGREE TO BE BOUNDED BY ALL OF THE TERMS AND CONDITIONS OF THIS SOFTWARE LICENSE AGREEMENT. + +1. Limited License Grant. Visual Paradigm grants you ("the Licensee") a personal, non-exclusive, non-transferable, limited, perpetual, revocable license to install and to use Visual Paradigm Products ("the Software" or "the Product"). The Licensee must not re-distribute the Software in whole or in part, either separately or included with a product. + +2. Restrictions. The Software is confidential copyrighted information of Visual Paradigm, and Visual Paradigm and/or its licensors retain title to all copies. The Licensee shall not modify, adapt, decompile, disassemble, decrypt, extract, or otherwise reverse engineer the Software. Software may not be leased, rented, transferred, distributed, assigned, or sublicensed, in whole or in part. The Software contains valuable trade secrets. The Licensee promises not to extract any information or concepts from it as part of an effort to compete with the licensor, nor to assist anyone else in such an effort. The Licensee agrees not to remove, modify, delete or destroy any proprietary right notices of Visual Paradigm and its licensors, including copyright notices, in the Software. + +3. Disclaimer of Warranty. The software and documentation are provided "AS IS," WITH NO WARRANTIES WHATSOEVER. ALL EXPRESS OR IMPLIED REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. THE ENTIRE RISK AS TO SATISFACTORY QUALITY, PERFORMANCE, ACCURACY AND EFFORT IS WITH THE LICENSEE. THERE IS NO WARRANTY THE DOCUMENTATION, Visual Paradigm's EFFORTS OR THE LICENSED SOFTWARE WILL FULFILL ANY OF LICENSEE'S PARTICULAR PURPOSES OR NEEDS. IF THESE WARRANTIES ARE UNENFORCEABLE UNDER APPLICABLE LAW, THEN Visual Paradigm DISCLAIMS SUCH WARRANTIES TO THE MAXIMUM EXTENT PERMITTED BY SUCH APPLICABLE LAW. + +4. Limitation of Liability. Visual Paradigm AND ITS LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY THE LICENSEE OR ANY THIRD PARTY AS A RESULT OF USING OR DISTRIBUTING SOFTWARE. IN NO EVENT WILL Visual Paradigm OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, EXEMPLARY, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF Visual Paradigm HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +5. Termination. The Licensee may terminate this License at any time by destroying all copies of Software. Visual Paradigm will not be obligated to refund any License Fees, if any, paid by the Licensee for such termination. This License will terminate immediately without notice from Visual Paradigm if the Licensee fails to comply with any provision of this License. Upon such termination, the Licensee must destroy all copies of the Software. Visual Paradigm reserves all rights to terminate this License. + +SPECIFIC DISCLAIMER FOR HIGH-RISK ACTIVITIES. The SOFTWARE is not designed or intended for use in high-risk activities including, without restricting the generality of the foregoing, on-line control of aircraft, air traffic, aircraft navigation or aircraft communications; or in the design, construction, operation or maintenance of any nuclear facility. Visual Paradigm disclaims any express or implied warranty of fitness for such purposes or any other purposes. + +NOTICE. The Product is not intended for personal, family or household use; rather, it is intended exclusively for professional use. Its utilization requires skills that differ from those needed to use consumer software products such as word processing or spreadsheet software. + +GOVERNMENT RIGHTS: If the Software is licensed by or on behalf of a unit or agency of any government, the Licensee agrees that the Software is "commercial computer software", "commercial computer software documentation" or similar terms and that, in the absence of a written agreement to the contrary, the Licensee's rights with respect to the Software are limited by the terms of this Agreement. + +Acknowledgements + +This Product includes software developed by the Apache Software Foundation (http://www.apache.org). Copyright ©1999 The Apache Software Foundation. All rights reserved. diff --git a/licenses/unroff b/licenses/unroff new file mode 100644 index 0000000..be210ca --- /dev/null +++ b/licenses/unroff @@ -0,0 +1,26 @@ +Copyright 1995 Oliver Laumann. All rights reserved. + +Not derived from licensed software. + +Permission is granted to use, copy, perform, display, modify, and +redistribute this software (including derivative works based on it) in +any form, subject to the following restrictions: + + i) Source distributions must be accompanied by this entire copyright + notice. + ii) Binary distributions must include the acknowledgement ``This + product includes software developed by Oliver Laumann'' in the + documentation or other materials provided with the distribution. + iii) The origin of this software must not be misrepresented, either + by explicit claim or by omission. + iv) Altered versions must be plainly marked as such in the source + and documentation and must not be misrepresented as being the + original software. + v) The author is not deemed to have made any representations as to + the suitability of this software for any purpose nor is held + responsible for any defects of this software. + THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + +Berlin, March 23, 1995 + +Oliver Laumann <net@cs.tu-berlin.de> # $Revision: 1.2 $ diff --git a/media-plugins/audacious-infinity/Manifest b/media-plugins/audacious-infinity/Manifest new file mode 100644 index 0000000..c42d70d --- /dev/null +++ b/media-plugins/audacious-infinity/Manifest @@ -0,0 +1,2 @@ +DIST infinity-plugin-4-audacious-0.7.0beta1.tar.gz 350558 RMD160 58d5fad92d9c04bd6ef1bb4b11b9909d96827882 SHA1 0e6ed0d3d5d994a52d7b326485f0882a222fd794 SHA256 af9e89d0e6339ef47df7d2251abf465ea06cac28cd95cd91c966f48bad705c04 +EBUILD audacious-infinity-0.7.0_beta1.ebuild 783 RMD160 6c2d88368846e30fab1bbe451aff11fc50252ff7 SHA1 e638a95bc6fe258452b9508deb61d3ca935db55d SHA256 8d16e13775014304c5cef9e10705e9014107fbec89abdded1fda315df0d8bd9c diff --git a/media-plugins/audacious-infinity/audacious-infinity-0.7.0_beta1.ebuild b/media-plugins/audacious-infinity/audacious-infinity-0.7.0_beta1.ebuild new file mode 100644 index 0000000..d4ce0b6 --- /dev/null +++ b/media-plugins/audacious-infinity/audacious-infinity-0.7.0_beta1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-infinity/xmms-infinity-0.6.2.ebuild,v 1.1 2006/02/21 00:17:10 metalgod Exp $ + +IUSE="" + +MY_PV="${PV/_/}" +MY_P="infinity-plugin-4-audacious-${MY_PV}" + +DESCRIPTION="A psychedelic visualization plug-in for XMMS" +HOMEPAGE="http://infinity-plugin.sourceforge.net" +SRC_URI="mirror://sourceforge/infinity-plugin/${MY_P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +#-sparc: 0.2: always black - eradicator +KEYWORDS="~amd64 ~ppc -sparc ~x86" + +DEPEND="media-libs/libsdl + media-sound/aduacious" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" + +src_install () { + make DESTDIR="${D}" install || die "install failed" + + dodoc AUTHORS ChangeLog README +} diff --git a/net-misc/harpoon/Manifest b/net-misc/harpoon/Manifest new file mode 100644 index 0000000..135920c --- /dev/null +++ b/net-misc/harpoon/Manifest @@ -0,0 +1,3 @@ +AUX harpoon-1.02-122005-add-destdir-support.patch 1033 RMD160 913cfa4b306d28ca6add308206bd3b15780e9b00 SHA1 428927860a1888b8ed6d95cdebf1c5937ab1bdde SHA256 a273359fe90d206f028ce3121457fe09f29456135049bdcd765f443362244619 +DIST harpoon-1.02-122005.tar.gz 3020405 RMD160 90f89287e1392db496476c0417b09043457196da SHA1 9d99ff977b6b8445750ee93b3888faa058161bde SHA256 ef1a1fce6aef67177c4466a962d0b0ec915b0e59adb03509c29369e1e31253d3 +EBUILD harpoon-1.02.122005.ebuild 1201 RMD160 485abf3ce205eab7ecf30e1062e854abd50fd126 SHA1 b996f93709f287a6c83f037e8a0296d2c99211dc SHA256 4b7c9886923a857574f13de6f055cc8e86f70ebb0d35e829a21c898819133132 diff --git a/net-misc/harpoon/files/harpoon-1.02-122005-add-destdir-support.patch b/net-misc/harpoon/files/harpoon-1.02-122005-add-destdir-support.patch new file mode 100644 index 0000000..dca9df0 --- /dev/null +++ b/net-misc/harpoon/files/harpoon-1.02-122005-add-destdir-support.patch @@ -0,0 +1,33 @@ +From 5e1e4971227538074a28dc16987f27a76f9125cf Mon Sep 17 00:00:00 2001 +From: Sebastian Pipping <sebastian@pipping.org> +Date: Mon, 2 Nov 2009 02:23:04 +0100 +Subject: [PATCH] Add destdir support + +--- + Makefile.in | 10 +++++----- + 1 files changed, 5 insertions(+), 5 deletions(-) + +diff --git a/Makefile.in b/Makefile.in +index 99d1509..87d06b3 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -43,11 +43,11 @@ selfconf: + $(MAKE) -C selfconf + + install: src +- @INSTALL@ -dv -m 0755 @prefix@ +- @INSTALL@ -dv -m 0755 @prefix@/plugins +- @INSTALL@ -bcv -m 0755 src/harpoon @prefix@ +- @INSTALL@ -bcv -m 0755 src/run_harpoon.sh @prefix@ +- @INSTALL@ -bcv -m 0755 src/plugins/*.@SHLIB_EXT@ @prefix@/plugins ++ @INSTALL@ -dv -m 0755 $(DESTDIR)@prefix@ ++ @INSTALL@ -dv -m 0755 $(DESTDIR)@prefix@/plugins ++ @INSTALL@ -bcv -m 0755 src/harpoon $(DESTDIR)@prefix@ ++ @INSTALL@ -bcv -m 0755 src/run_harpoon.sh $(DESTDIR)@prefix@ ++ @INSTALL@ -bcv -m 0755 src/plugins/*.@SHLIB_EXT@ $(DESTDIR)@prefix@/plugins + + clean: + $(MAKE) -C src clean +-- +1.6.5.2 + diff --git a/net-misc/harpoon/harpoon-1.02.122005.ebuild b/net-misc/harpoon/harpoon-1.02.122005.ebuild new file mode 100644 index 0000000..78378bb --- /dev/null +++ b/net-misc/harpoon/harpoon-1.02.122005.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit versionator eutils + +MY_PV=$(replace_version_separator 2 '-') +MY_P="${PN}-${MY_PV}" + +DESCRIPTION="Flow-level Traffic Generator" +HOMEPAGE="http://pages.cs.wisc.edu/~jsommers/harpoon/" +SRC_URI="http://wail.cs.wisc.edu/software/${MY_P}.tar.gz" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~x86" +IUSE="doc" + +#TODO HAVE_FLOWTOOLS,0 +DEPEND="dev-libs/expat" +RDEPEND="${DEPEND} + dev-lang/python" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.02-122005-add-destdir-support.patch +} + +src_configure() { + econf --enable-static-plugins +} + +src_compile() { + emake src selfconf -j1 || die "emake src selfconf failed" + use doc && { + emake doc || die "emake doc failed" + } +} + +src_install() { + use doc && dodoc doc/harpoon_manual.pdf + + dobin src/harpoon || die "dobin failed" + newbin src/config_validator harpoon_config_validator || die "newbin failed" + dobin selfconf/harpoon_flowproc || die "dobin failed" + newbin selfconf/harpoon_reconf.py harpoon_reconf || die "newbin failed" + newbin selfconf/synthetic.py harpoon_sythetic || die "newbin failed" +} diff --git a/sys-apps/findpat/Manifest b/sys-apps/findpat/Manifest new file mode 100644 index 0000000..ab880fd --- /dev/null +++ b/sys-apps/findpat/Manifest @@ -0,0 +1,2 @@ +DIST findpat-1.0.tar.bz2 50545 RMD160 a1da4dd400bab0fb07e22f504806300aa37a3e2b SHA1 ed77d4dba6c491b28549670d702168b4587d6f69 SHA256 76aa86cfe534c1ab57f292c612b40ac70e57677a575750258a7032326fd37b35 +EBUILD findpat-1.0.ebuild 413 RMD160 5812b4306f44689dc87e671d33cdecf3780a4418 SHA1 13ffaf6ae343abceeb65431860157054cf9f1f14 SHA256 a2ff01c1623b72cbaaa22fc95def9d12d05d520048711963851e9f94b63a54e7 diff --git a/sys-apps/findpat/findpat-1.0.ebuild b/sys-apps/findpat/findpat-1.0.ebuild new file mode 100644 index 0000000..dc31e2b --- /dev/null +++ b/sys-apps/findpat/findpat-1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Easy to use frontend to find" + +HOMEPAGE="http://blog.hartwork.org/?p=272" +SRC_URI="http://www.hartwork.org/public/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="" +DEPEND="" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" +} diff --git a/sys-fs/metfs/Manifest b/sys-fs/metfs/Manifest new file mode 100644 index 0000000..3bf11e6 --- /dev/null +++ b/sys-fs/metfs/Manifest @@ -0,0 +1,2 @@ +DIST metfs-1.0.tar.gz 54864 RMD160 f713a59edaa32b099644f17c9c2a4d96aac92665 SHA1 a9beab20c34d9663d6af7e2a3a7215252a65d651 SHA256 428784c1585be2aeb85bcbeb14465339beb5644424765d26e7ce5760db3a5c2d +EBUILD metfs-1.0.ebuild 651 RMD160 30fead16583a153134bdeec861280b20738e2d97 SHA1 475aef3aa18e8d54b0f0d967fe96354805c539a3 SHA256 793c1220dc98f624a8fb7191bd91d458471c3337fe9219e22842c25ba9462ceb diff --git a/sys-fs/metfs/metfs-1.0.ebuild b/sys-fs/metfs/metfs-1.0.ebuild new file mode 100644 index 0000000..e425ae9 --- /dev/null +++ b/sys-fs/metfs/metfs-1.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +DESCRIPTION="Single-file RC4-based encrypted file system for FUSE." + +HOMEPAGE="http://www.enderunix.org/metfs/" +SRC_URI="http://www.enderunix.org/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="sys-fs/fuse + dev-libs/libgcrypt + dev-libs/libtar" +DEPEND="${RDEPEND}" + +src_unpack() { + unpack $A + cd "${S}" + + sed -i 's|/usr/local/lib/libtar.a|-ltar|' configure || die "sed failed" +} + +src_install() { + dodoc AUTHORS ChangeLog README TODO || die "dodoc failed" + dobin metfs || die "dodir failed" +} diff --git a/x11-misc/accentuate/Manifest b/x11-misc/accentuate/Manifest new file mode 100644 index 0000000..278aeba --- /dev/null +++ b/x11-misc/accentuate/Manifest @@ -0,0 +1 @@ +EBUILD accentuate-9999.ebuild 511 RMD160 0c2785b4bb18a7510d7ec8dec83336ef81dd5b1c SHA1 40d005637438a79a2e1d1b17dcf6d938dd5a3c04 SHA256 3acd06ae43db0dc2a658f82dc00f8852104a4cd2935ebe9e10b3d5f9744d08be diff --git a/x11-misc/accentuate/accentuate-9999.ebuild b/x11-misc/accentuate/accentuate-9999.ebuild new file mode 100644 index 0000000..62fd0e3 --- /dev/null +++ b/x11-misc/accentuate/accentuate-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2XXX Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit git + +DESCRIPTION="PDF Slideshow Presentation Software" +HOMEPAGE="http://repo.or.cz/w/accentuate.git" +EGIT_REPO_URI="git://repo.or.cz/accentuate.git" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="lirc" + +DEPEND="lirc? ( dev-python/pylirc ) + dev-python/pygame + dev-python/imaging" +RDEPEND="${DEPEND}" + +src_install() { + dobin ${PN} || die 'dobin failed' +} diff --git a/x11-misc/impressive/Manifest b/x11-misc/impressive/Manifest new file mode 100644 index 0000000..59d57f3 --- /dev/null +++ b/x11-misc/impressive/Manifest @@ -0,0 +1,2 @@ +DIST Impressive-0.10.2.tar.gz 137193 RMD160 44f5d6d7d76f3128f1780caba33432a4866cb1b2 SHA1 636515909f2b2e06bed46162a6f648ef0d348c84 SHA256 a0a4ff5a29f6d96f3da0c244b170c9143ed780be0d578b87eccc17041234c3df +EBUILD impressive-0.10.2.ebuild 829 RMD160 e3497c9bc8cf87de5a5029e04d768b4e4e61004b SHA1 cf3bf9a02c1f2722e8554f384d20e1f5cb56279e SHA256 e03e6910cc0c3fb4ef5e4383618e46e1ac51dcb57e18114e4811c87055cd1866 diff --git a/x11-misc/impressive/impressive-0.10.2.ebuild b/x11-misc/impressive/impressive-0.10.2.ebuild new file mode 100644 index 0000000..3962686 --- /dev/null +++ b/x11-misc/impressive/impressive-0.10.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Displays PDF presentation slides with style." + +MY_P="Impressive-${PV}" + +HOMEPAGE="http://impressive.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="gs mplayer" + +S="${WORKDIR}/${MY_P}" + +RDEPEND="dev-lang/python + dev-python/pyopengl + dev-python/pygame + dev-python/imaging + !gs? ( app-text/xpdf ) + gs? ( virtual/ghostscript ) + x11-misc/xdg-utils + mplayer? ( media-video/mplayer )" +DEPEND="" + +src_install() { + mv changelog.txt ChangeLog + dodoc ChangeLog || die "dodoc failed" + doman impressive.1 || die "doman failed" + dohtml impressive.html || die "dohtml failed" + + mv impressive{.py,} + dobin impressive || die "dobin failed" +} diff --git a/x11-misc/xsw/Manifest b/x11-misc/xsw/Manifest new file mode 100644 index 0000000..4a1f2af --- /dev/null +++ b/x11-misc/xsw/Manifest @@ -0,0 +1,3 @@ +AUX xsw-0.3.5-fix-destdir-remove-usr-local-stuff.patch 2804 RMD160 7ab4083fa40aebe180537fe80b4e03df2b2266e6 SHA1 f5fb38dafca4784f9528fe64695688ffcc5900c0 SHA256 a49ed73f4d838066ed321930446d3d8bc3315303bb3a81cad44180678cbe6eed +DIST xsw-0.3.5.tar.gz 416720 RMD160 7c1c81f03166f653545eb2c9891c5b87f8fb7471 SHA1 fe4cffcc8bcd3149f4ecbf2011ad78a8ab7f1dd4 SHA256 d7f86047716d9c4d7b2d98543952d59ce871c7d11c63653f2e21a90bcd7a6085 +EBUILD xsw-0.3.5.ebuild 706 RMD160 dfae4824459d43870ff33bed744c40203ccab52c SHA1 943fd6fad5a8a605c3ebd3a7c2673dd62022f8e3 SHA256 c414ca93890627c0e09e8df60e1537ec600a87158252dcd5748e559aa7608403 diff --git a/x11-misc/xsw/files/xsw-0.3.5-fix-destdir-remove-usr-local-stuff.patch b/x11-misc/xsw/files/xsw-0.3.5-fix-destdir-remove-usr-local-stuff.patch new file mode 100644 index 0000000..f368129 --- /dev/null +++ b/x11-misc/xsw/files/xsw-0.3.5-fix-destdir-remove-usr-local-stuff.patch @@ -0,0 +1,56 @@ +From 570759883e575d3294d614b625260d98cedcd2a8 Mon Sep 17 00:00:00 2001 +From: Sebastian Pipping <sebastian@pipping.org> +Date: Sun, 9 Aug 2009 01:56:16 +0200 +Subject: [PATCH] Fix Destdir, remove /usr/local stuff + +--- + data/Makefile.am | 4 ++-- + src/Makefile.am | 12 ++++++------ + 2 files changed, 8 insertions(+), 8 deletions(-) + +diff --git a/data/Makefile.am b/data/Makefile.am +index 53dbe14..152bb32 100644 +--- a/data/Makefile.am ++++ b/data/Makefile.am +@@ -6,8 +6,8 @@ EXTRA_DIST = install-fonts VeraBd.ttf VeraSeBd.ttf VeraMono.ttf + + # Install fonts, if they're not installed + install-data-hook: +- ./install-fonts $(datadir) ++ ./install-fonts "$(DESTDIR)$(datadir)" + + # Uninstall fonts + uninstall-hook: +- rm -rf $(datadir)/xsw/*.ttf ++ rm -rf "$(DESTDIR)$(datadir)"/xsw/*.ttf +diff --git a/src/Makefile.am b/src/Makefile.am +index 38996a4..fc4e65b 100644 +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -10,17 +10,17 @@ dist_bin_SCRIPTS=xsw2pdf xsw2png xsw2jpeg + xsw_SOURCES=xsw.c options.c file.c presentation.c slide.c cmd_text.c cmd_img.c list.c presenter.c execute.c color.c \ + options.h file.h presentation.h slide.h cmd_text.h cmd_img.h list.h presenter.h execute.h color.h \ + parser.y lexer.l +-xsw_LDADD=$(SDL_LIBS) -L/usr/local/lib +-xsw_CFLAGS=$(SDL_CFLAGS) -I/usr/local/include/SDL -Wall -Wextra -DUSE_SDL -DDATADIR=\""$(datadir)/xsw/"\" -DVERSION=\"$(VERSION)\" ++xsw_LDADD=$(SDL_LIBS) ++xsw_CFLAGS=$(SDL_CFLAGS) -Wall -Wextra -DUSE_SDL -DDATADIR=\""$(DESTDIR)$(datadir)/xsw/"\" -DVERSION=\"$(VERSION)\" + + xswconv_SOURCES=xswconv.c file.c presentation.c slide.c cmd_text.c cmd_img.c list.c presenter.c execute.c color.c \ + file.h presentation.h slide.h cmd_text.h cmd_img.h list.h presenter.h execute.h color.h \ + parser.y lexer.l +-xswconv_LDADD=$(SDL_LIBS) -L/usr/local/lib +-xswconv_CFLAGS=$(SDL_CFLAGS) -I/usr/local/include/SDL -Wall -Wextra -DUSE_SDL -DDATADIR=\""$(datadir)/xsw/"\" -DVERSION=\"$(VERSION)\" ++xswconv_LDADD=$(SDL_LIBS) ++xswconv_CFLAGS=$(SDL_CFLAGS) -Wall -Wextra -DUSE_SDL -DDATADIR=\""$(DESTDIR)$(datadir)/xsw/"\" -DVERSION=\"$(VERSION)\" + + #xsw2html_SOURCES=x2h.c x2h_options.c x2h_template.c file.c presentation.c slide.c cmd_text.c cmd_img.c list.c presenter.c execute.c color.c util.c \ + # x2h_options.h x2h_template.h file.h presentation.h slide.h cmd_text.h cmd_img.h list.h presenter.h execute.h color.h util.h \ + # parser.y lexer.l +-#xsw2html_LDADD=$(SDL_LIBS) -L/usr/local/lib +-#xsw2html_CFLAGS=$(SDL_CFLAGS) -I/usr/local/include/SDL -Wall -Wextra -DUSE_SDL -DDATADIR=\""$(datadir)/xsw/"\" -DVERSION=\"$(VERSION)\" ++#xsw2html_LDADD=$(SDL_LIBS) ++#xsw2html_CFLAGS=$(SDL_CFLAGS) -Wall -Wextra -DUSE_SDL -DDATADIR=\""$(DESTDIR)$(datadir)/xsw/"\" -DVERSION=\"$(VERSION)\" +-- +1.6.4.rc0.17.gd9eb0.dirty + diff --git a/x11-misc/xsw/xsw-0.3.5.ebuild b/x11-misc/xsw/xsw-0.3.5.ebuild new file mode 100644 index 0000000..e90faf5 --- /dev/null +++ b/x11-misc/xsw/xsw-0.3.5.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit base autotools + +DESCRIPTION="Slide show presentation tool" + +HOMEPAGE="http://code.google.com/p/xsw/" +SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86" +IUSE="pdf" + +DEPEND="media-libs/libsdl + media-libs/sdl-ttf + media-libs/sdl-image + media-libs/sdl-gfx" +RDEPEND="${DEPEND} + pdf? ( media-gfx/imagemagick )" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.3.5-fix-destdir-remove-usr-local-stuff.patch + eautomake +} + +src_install() { + base_src_install + dodoc ChangeLog NEWS README REFERENCE THANKS TODO || die 'dodoc failed' +} diff --git a/x11-themes/murrinastormcloud/Manifest b/x11-themes/murrinastormcloud/Manifest new file mode 100644 index 0000000..84cf0db --- /dev/null +++ b/x11-themes/murrinastormcloud/Manifest @@ -0,0 +1,3 @@ +DIST 61418-MurrinaStormCloud-0.3.tar.gz 1808 RMD160 725e9e275d524219035a475b8d6a6533b23d350b SHA1 d3f69e164b51f9ac62c45213e796a3d6611abd60 SHA256 816546739c953e2af2ce78731bd3b895dc74401efb741a44639f0ad0cb4124a5 +EBUILD murrinastormcloud-0.3.ebuild 511 RMD160 b3c45ddb67a851a68c9bc2012ee7d16a10820aba SHA1 5b43ebc12d2bc8ec858cfd54aedc9f2b58a176ec SHA256 a44ad288b9fb5e9210b4b6ab656ca679139a237f93291676287eb632087adc66 +MISC metadata.xml 257 RMD160 04e4c6e678ba8e8ffde93f57d06a40b60f9eaa69 SHA1 e3c39bf9a25beebbe626726bb94f6e22db4fa06d SHA256 b4a209de2bfbbcc5ceab61bf458a1ee79da4c60a30e4aabf54b76e9709b56db8 diff --git a/x11-themes/murrinastormcloud/metadata.xml b/x11-themes/murrinastormcloud/metadata.xml new file mode 100644 index 0000000..328fbd1 --- /dev/null +++ b/x11-themes/murrinastormcloud/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>sping@gentoo.org</email> + <name>Sebastian Pipping</name> + </maintainer> +</pkgmetadata> diff --git a/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild b/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild new file mode 100644 index 0000000..6d72fd1 --- /dev/null +++ b/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Theme for Murrine GTK+ 2.x engine known from Xubuntu" +HOMEPAGE="http://xfce-look.org/content/show.php/MurrinaStormCloud?content=61418" +SRC_URI="http://xfce-look.org/CONTENT/content-files/61418-MurrinaStormCloud-0.3.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S="${WORKDIR}/" + +src_install() { + insinto /usr/share/themes + doins -r * || die "doins failed" +} |