summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-office/texmaker/Manifest3
-rw-r--r--app-office/texmaker/files/texmaker-1.71-hunspell.patch67
-rw-r--r--app-office/texmaker/texmaker-1.71-r1.ebuild72
-rw-r--r--dev-python/htmlgen/Manifest2
-rw-r--r--dev-python/htmlgen/htmlgen-2.2.2.ebuild57
-rw-r--r--dev-python/paste/Manifest2
-rw-r--r--dev-python/paste/paste-1.6.ebuild53
-rw-r--r--dev-python/pythonmagick/Manifest6
-rw-r--r--dev-python/pythonmagick/files/pythonmagick-0.6-gentoo_misc_fixes.patch23
-rw-r--r--dev-python/pythonmagick/files/pythonmagick_build.patch10
-rw-r--r--dev-python/pythonmagick/pythonmagick-0.7.ebuild44
-rw-r--r--dev-python/pythonmagick/pythonmagick-0.7.ebuild.diff58
-rw-r--r--dev-python/pythonmagick/pythonmagick-0.7.ebuild.old60
-rw-r--r--games-simulation/openttd/Manifest5
-rw-r--r--games-simulation/openttd/files/libiconv.patch10
-rw-r--r--games-simulation/openttd/openttd-0.6.0.ebuild193
-rw-r--r--gnome-extra/guake/Manifest2
-rw-r--r--gnome-extra/guake/guake-0.3.ebuild24
-rw-r--r--net-im/pidgin/Manifest3
-rw-r--r--net-im/pidgin/files/pidgin-icq.patch12
-rw-r--r--net-im/pidgin/pidgin-2.3.1.ebuild224
-rw-r--r--x11-misc/zim/Manifest3
-rw-r--r--x11-misc/zim/files/zim-0.25-disable-update-databases.patch35
-rw-r--r--x11-misc/zim/zim-0.25.ebuild72
24 files changed, 0 insertions, 1040 deletions
diff --git a/app-office/texmaker/Manifest b/app-office/texmaker/Manifest
deleted file mode 100644
index e4fa142..0000000
--- a/app-office/texmaker/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-AUX texmaker-1.71-hunspell.patch 1701 RMD160 23feb35af205ad2439a994ceed3a041461de318e SHA1 589ee8691da9a8daf2a4c4ff76209db70eccd3e7 SHA256 0e0cf0106209f320c68b7c3670504d6f71f0b9d36f75bd87854a3df9dace9eb9
-DIST texmaker-1.7.1.tar.bz2 1522280 RMD160 37bca67d049fb064b45e09cfbb3453d4cb8bb8da SHA1 055aabf865e8d9baafe2762594469cd2b7d75183 SHA256 e814c68c20663792ca56ba3fb9600841e390463f96dac4f1ba034a35ec454a90
-EBUILD texmaker-1.71-r1.ebuild 1802 RMD160 11a76f1f342ef6b4404d1c2bd63af46fcee124fc SHA1 a88cfa279dd376252245120500278edb14b820b3 SHA256 69fda436a3dc7bdfb848f6fb91f3b3f3106b92ec00d53a516b2c5109eb138723
diff --git a/app-office/texmaker/files/texmaker-1.71-hunspell.patch b/app-office/texmaker/files/texmaker-1.71-hunspell.patch
deleted file mode 100644
index 2845196..0000000
--- a/app-office/texmaker/files/texmaker-1.71-hunspell.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-diff -r 9450ca28545a spellerdialog.h
---- a/spellerdialog.h Fri Jun 27 20:29:16 2008 +0200
-+++ b/spellerdialog.h Fri Jun 27 20:39:29 2008 +0200
-@@ -13,7 +13,7 @@
-
- #include "ui_spellerdialog.h"
- #include "latexeditor.h"
--#include "hunspell/hunspell.hxx"
-+#include <hunspell.hxx>
-
- #include <QTextCursor>
-
-diff -r 9450ca28545a texmaker.pro
---- a/texmaker.pro Fri Jun 27 20:29:16 2008 +0200
-+++ b/texmaker.pro Fri Jun 27 20:39:29 2008 +0200
-@@ -1,7 +1,8 @@
- TEMPLATE = app
- LANGUAGE = C++
- TARGET = texmaker
--CONFIG += qt warn_off release
-+CONFIG += qt warn_off release link_pkgconfig
-+PKGCONFIG = hunspell
- ###############################
- HEADERS += texmaker.h \
- symbollistwidget.h \
-@@ -32,22 +33,7 @@
- webpublishdialog.h \
- spellerdialog.h \
- pstrickslistwidget.h \
-- blockdata.h \
-- hunspell/affentry.hxx \
-- hunspell/affixmgr.hxx \
-- hunspell/atypes.hxx \
-- hunspell/baseaffix.hxx \
-- hunspell/csutil.hxx \
-- hunspell/dictmgr.hxx \
-- hunspell/hashmgr.hxx \
-- hunspell/htypes.hxx \
-- hunspell/hunspell.hxx \
-- hunspell/hunspell.h \
-- hunspell/langnum.hxx \
-- hunspell/license.hunspell \
-- hunspell/phonet.hxx \
-- hunspell/suggestmgr.hxx \
-- hunspell/license.myspell
-+ blockdata.h
- SOURCES += main.cpp \
- texmaker.cpp \
- symbollistwidget.cpp \
-@@ -77,16 +63,7 @@
- aboutdialog.cpp \
- webpublishdialog.cpp \
- spellerdialog.cpp \
-- pstrickslistwidget.cpp \
-- hunspell/affentry.cxx \
-- hunspell/affixmgr.cxx \
-- hunspell/csutil.cxx \
-- hunspell/dictmgr.cxx \
-- hunspell/hashmgr.cxx \
-- hunspell/hunspell.cxx \
-- hunspell/phonet.cxx \
-- hunspell/suggestmgr.cxx \
-- hunspell/utf_info.cxx
-+ pstrickslistwidget.cpp
- RESOURCES += texmaker.qrc
- FORMS += findwidget.ui\
- gotolinedialog.ui \
diff --git a/app-office/texmaker/texmaker-1.71-r1.ebuild b/app-office/texmaker/texmaker-1.71-r1.ebuild
deleted file mode 100644
index a9fc618..0000000
--- a/app-office/texmaker/texmaker-1.71-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.71-r1.ebuild,v 1.1 2008/05/13 20:34:18 aballier Exp $
-
-EAPI=1
-
-inherit eutils versionator qt4
-
-DESCRIPTION="A nice LaTeX-IDE"
-
-# The upstream version numbering is bad, so we have to remove a dot in the
-# minor version number
-MAJOR="$(get_major_version)"
-MINOR_1="$(($(get_version_component_range 2)/10))"
-MINOR_2="$(($(get_version_component_range 2)%10))"
-if [ ${MINOR_2} -eq "0" ] ; then
- MY_P="${PN}-${MAJOR}.${MINOR_1}"
-else
- MY_P="${PN}-${MAJOR}.${MINOR_1}.${MINOR_2}"
-fi
-
-S="${WORKDIR}/${MY_P}"
-HOMEPAGE="http://www.xm1math.net/texmaker/"
-SRC_URI="http://www.xm1math.net/texmaker/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-IUSE=""
-
-DEPEND="x11-libs/libX11
- x11-libs/libXext
- || ( ( x11-libs/qt-gui x11-libs/qt-core ) >=x11-libs/qt-4.3.0:4 )
- >=app-text/hunspell-1.2.2"
-
-RDEPEND="${DEPEND}
- virtual/latex-base
- app-text/psutils
- virtual/ghostscript
- media-libs/netpbm"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-hunspell.patch"
-}
-
-src_compile() {
- eqmake4 texmaker.pro || die "qmake failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install || die "make install failed"
-
- insinto /usr/share/pixmaps/texmaker
- doins utilities/texmaker*.png || die "doins failed."
- doins utilities/texmaker.svg || die "doins failed."
-
- dodoc utilities/AUTHORS utilities/CHANGELOG.txt || die "dodoc failed"
-
- make_desktop_entry texmaker Texmaker "/usr/share/pixmaps/texmaker/texmaker48x48.png" Office
-}
-
-pkg_postinst() {
- elog "A user manual with many screenshots is available at:"
- elog "/usr/share/${PN}/usermanual_en.html"
- elog
-}
diff --git a/dev-python/htmlgen/Manifest b/dev-python/htmlgen/Manifest
deleted file mode 100644
index c9d8cd4..0000000
--- a/dev-python/htmlgen/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST HTMLgen.tgz 316415 RMD160 bb32b2822f7ce8e49eb42853aff330429df073de SHA1 a34b9c1f9cf5536a548c66522213ac9fee1b43cd SHA256 f3b39b4b07b5dd318780ad0e9b8b3c524a54138537697dd7966223f314d2177d
-EBUILD htmlgen-2.2.2.ebuild 1516 RMD160 be11b4994918a74d31b2ad0e8ac1d9de4a261c83 SHA1 02e9255b1f7dce57099d27ac4816173937f02ad2 SHA256 74676d11d3b94db70fb9f22f393cecee6d9bdffef2eeeca23358feb06859756a
diff --git a/dev-python/htmlgen/htmlgen-2.2.2.ebuild b/dev-python/htmlgen/htmlgen-2.2.2.ebuild
deleted file mode 100644
index b6d9879..0000000
--- a/dev-python/htmlgen/htmlgen-2.2.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/htmlgen/htmlgen-2.2.2.ebuild,v 1.12 2006/07/12 15:39:25 agriffis Exp $
-
-inherit python
-
-MY_P="HTMLgen"
-DESCRIPTION="HTMLgen - Python modules for the generation of HTML documents"
-HOMEPAGE="http://starship.python.net/crew/friedrich/HTMLgen/html/main.html"
-SRC_URI="http://starship.python.net/crew/friedrich/${MY_P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="ia64 ppc x86"
-IUSE="doc"
-
-DEPEND="virtual/python
- dev-python/imaging"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- # nothing to do
- :
-}
-
-src_install() {
- # doing this manually because their build scripts suck
- local files="HTMLgen.py HTMLcolors.py HTMLutil.py HTMLcalendar.py \
- barchart.py colorcube.py imgsize.py NavLinks.py Formtools.py \
- ImageH.py ImageFileH.py ImagePaletteH.py GifImagePluginH.py \
- JpegImagePluginH.py PngImagePluginH.py"
-
- touch __init__.py
-
- insinto $(python_get_sitedir)/htmlgen
- doins $files __init__.py || die "doins failed"
-
- if use doc; then
- # fix the image locations in the docs
- sed -i -e "s;../image/;image/;g" html/* || die "sed failed"
- dohtml html/*
- dohtml -r image
- fi
- dodoc README
-}
-
-pkg_postinst() {
- python_mod_optimize $(python_get_sitedir)/htmlgen
-
- ewarn "htmlgen now resides in its own subdirectory"
- ewarn "so you need to do \"from htmlgen import HTMLgen\" instead of \"import HTMLgen\""
-}
-
-pkg_postrm () {
- python_mod_cleanup $(python_get_sitedir)/htmlgen
-}
diff --git a/dev-python/paste/Manifest b/dev-python/paste/Manifest
deleted file mode 100644
index f3c6ff5..0000000
--- a/dev-python/paste/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST Paste-1.6.tar.gz 368163 RMD160 00abce4ed39384ee8aad27681f4351a985f57a7c SHA1 45de5772a0a8cec45b70cdc3cb9aa0e30e5d0f0b SHA256 d2fe1c21fa2feb3923c0a7a862811c51a70412595498eed91e63b1a74a20ca47
-EBUILD paste-1.6.ebuild 1213 RMD160 da4de06654b1a50474f7601888cf0592b010e2af SHA1 a752844f70a40a2fd9e477efa94e1fa2203f993f SHA256 232982c256791b8fbfd300684f79bc0714ce734b9f9c49de6ab2c487dd5efb67
diff --git a/dev-python/paste/paste-1.6.ebuild b/dev-python/paste/paste-1.6.ebuild
deleted file mode 100644
index bc2192d..0000000
--- a/dev-python/paste/paste-1.6.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.6.ebuild,v 1.2 2008/05/13 13:21:08 hawking Exp $
-
-NEED_PYTHON=2.4
-
-inherit distutils
-
-KEYWORDS="~amd64 ~x86"
-
-MY_PN=Paste
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Tools for using a Web Server Gateway Interface stack"
-HOMEPAGE="http://pythonpaste.org"
-SRC_URI="http://cheeseshop.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-IUSE="doc flup openid"
-
-RDEPEND="flup? ( dev-python/flup )
- openid? ( dev-python/python-openid )"
-DEPEND="${RDEPEND}
- dev-python/setuptools
- doc? ( dev-python/pudge dev-python/buildutils )"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- distutils_src_unpack
-
- sed -i \
- -e '/highlighter/d' \
- setup.cfg || die "sed failed"
-}
-
-src_compile() {
- addpredict "/root/.gconfd"
- addpredict "/root/.gconf"
-
- distutils_src_compile
- if use doc ; then
- einfo "Generating docs as requested..."
- PYTHONPATH=. "${python}" setup.py pudge || die "generating docs failed"
- fi
-}
-
-src_install() {
- distutils_src_install
- use doc && dohtml -r docs/html/*
-}
-
-# src_test() needs py.test but there's no release yet
diff --git a/dev-python/pythonmagick/Manifest b/dev-python/pythonmagick/Manifest
deleted file mode 100644
index 8f0a35c..0000000
--- a/dev-python/pythonmagick/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX pythonmagick-0.6-gentoo_misc_fixes.patch 745 RMD160 56e53df20162729f38bb30c3ec69982a5816e14b SHA1 cc0d60de95e38776ce5bc5a5ba7d98294f5116ba SHA256 15d60ffa62c39b5677b441fe6e918f2a0f215ed999b2cfdb57143fa7e27a9d68
-AUX pythonmagick_build.patch 346 RMD160 28825da77d9ad039b45c64edf31a8942157af3bc SHA1 beed8a966aad3dbb8255db9e12670e4145577203 SHA256 e946a85e6f89592058dfe88cb226295ffa645bbf790681dee9aa2bbd1ba1dce6
-DIST PythonMagick-0.7.tar.gz 361197 RMD160 540332a24829e4510e56220d61a66e4e1cad0370 SHA1 86c32774fbca30177cadd027fffcea4a174e1929 SHA256 e15354bdb3aeb371f483ec8f4b8536f5baca22d06fdd05b188517bd6be9fa394
-EBUILD pythonmagick-0.7.ebuild 993 RMD160 a922f9f7ab3bb82ffabd6915ec02e08ad840ec24 SHA1 5a526ff2ca544943193a2430cbfa3b3509f4fe64 SHA256 c4ff668cfb126cf3e90fd0eb0e474beef055a45554e1298d591cfb17b1759845
-MISC pythonmagick-0.7.ebuild.diff 1638 RMD160 3cc0552d02a7106aef362fc4467f7ec7f9e8e2ad SHA1 af730d82709a78226eaa44cb0574a88e5cf11f44 SHA256 13a19463e95310740322735274d07549c607db5136c9c14710a76132f08adfe2
-MISC pythonmagick-0.7.ebuild.old 1521 RMD160 667fbea62438cf7f87c6d9e03a2f242f63570c4e SHA1 1728f3dc83c52b069e55ebf34e9339f7e15fd9ce SHA256 2a50757de3e7ac34abe92755e601773502ac8912fb21eec6a01fa0228aa829ba
diff --git a/dev-python/pythonmagick/files/pythonmagick-0.6-gentoo_misc_fixes.patch b/dev-python/pythonmagick/files/pythonmagick-0.6-gentoo_misc_fixes.patch
deleted file mode 100644
index 9455110..0000000
--- a/dev-python/pythonmagick/files/pythonmagick-0.6-gentoo_misc_fixes.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- SConstruct.orig 2006-10-18 00:57:28.000000000 +0200
-+++ SConstruct 2006-10-18 00:58:26.000000000 +0200
-@@ -20,16 +20,17 @@
- IM_LIB_PATH='/usr/lib/'
- GD_LIBS=['Magick','Magick++','Wand']
- PYTHON_INCLUDE='/usr/include/python2.4'
-- BOOST_PYTHON_LIB=['libboost_python-gcc']
-- CPP_FLAGS=['-DBOOST_PYTHON_STATIC_LIB','-O2']
-+ BOOST_PYTHON_LIB=['libboost_python']
-+ CPP_FLAGS=['-DBOOST_PYTHON_STATIC_LIB']
-
- # setup the environment
- env=Environment(
- LIBPATH=['./',BOOSTLIBPATH, IM_LIB_PATH],
- CPPPATH=[BOOST, PYTHON_INCLUDE] + IM_INCLUDE_PATH,
-- RPATH=['./',BOOSTLIBPATH],
-+ RPATH=[BOOSTLIBPATH],
- CPPFLAGS=CPP_FLAGS
- )
-+env.SConsignFile()
-
- def fix_includes(target,source,env):
- for t in target:
diff --git a/dev-python/pythonmagick/files/pythonmagick_build.patch b/dev-python/pythonmagick/files/pythonmagick_build.patch
deleted file mode 100644
index f06b92b..0000000
--- a/dev-python/pythonmagick/files/pythonmagick_build.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- SConstruct.old 2008-04-23 01:23:33.983934532 +0200
-+++ SConstruct 2008-04-23 01:24:04.783235908 +0200
-@@ -31,6 +31,7 @@
- CPPFLAGS='-march=prescott -O2 -pipe -fomit-frame-pointer'.split()+CPP_FLAGS
- )
- env.SConsignFile()
-+env.ParseConfig('pkg-config --cflags --libs Magick++')
-
- def fix_includes(target,source,env):
- for t in target:
diff --git a/dev-python/pythonmagick/pythonmagick-0.7.ebuild b/dev-python/pythonmagick/pythonmagick-0.7.ebuild
deleted file mode 100644
index fc7f3e2..0000000
--- a/dev-python/pythonmagick/pythonmagick-0.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pythonmagick/pythonmagick-0.7.ebuild,v 1.1 2007/11/20 01:03:38 hawking Exp $
-
-NEED_PYTHON="2.5"
-
-inherit python multilib flag-o-matic
-
-MY_PN=PythonMagick
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Python bindings for ImageMagick"
-HOMEPAGE="http://www.imagemagick.org/script/api.php"
-SRC_URI="http://www.imagemagick.org/download/python/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=">=media-gfx/imagemagick-6.2
- >=dev-libs/boost-1.34.0"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile () {
- filter-ldflags -Wl,--as-needed --as-needed
-
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
-
-pkg_postinst() {
- python_version
- python_mod_optimize "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/${MY_PN}
-}
-
-pkg_postrm() {
- python_mod_cleanup
-}
diff --git a/dev-python/pythonmagick/pythonmagick-0.7.ebuild.diff b/dev-python/pythonmagick/pythonmagick-0.7.ebuild.diff
deleted file mode 100644
index c306f68..0000000
--- a/dev-python/pythonmagick/pythonmagick-0.7.ebuild.diff
+++ /dev/null
@@ -1,58 +0,0 @@
---- pythonmagick-0.7.ebuild.old 2008-04-23 03:51:10.000000000 +0200
-+++ pythonmagick-0.7.ebuild 2008-04-23 03:25:02.000000000 +0200
-@@ -2,7 +2,9 @@
- # Distributed under the terms of the GNU General Public License v2
- # $Header: /var/cvsroot/gentoo-x86/dev-python/pythonmagick/pythonmagick-0.7.ebuild,v 1.1 2007/11/20 01:03:38 hawking Exp $
-
--inherit eutils python multilib toolchain-funcs
-+NEED_PYTHON="2.5"
-+
-+inherit python multilib flag-o-matic
-
- MY_PN=PythonMagick
- MY_P=${MY_PN}-${PV}
-@@ -16,38 +18,20 @@
- KEYWORDS="~x86"
- IUSE=""
-
--RDEPEND=">=media-gfx/imagemagick-1.1.7
-+DEPEND=">=media-gfx/imagemagick-6.2
- >=dev-libs/boost-1.34.0"
--DEPEND="${RDEPEND}
-- dev-util/scons"
-
- S=${WORKDIR}/${MY_P}
-
--src_unpack() {
-- unpack ${A}
-- cd "${S}"
-- epatch "${FILESDIR}/${PN}-0.6-gentoo_misc_fixes.patch"
--}
--
--src_compile() {
-- python_version
-- sed -i \
-- -e "s#\(BOOST\)=.*#\1='/usr/include/boost'#" \
-- -e "s#\(BOOSTLIBPATH\)=.*#\1='/usr/lib'#" \
-- -e "s#\(PYTHON_INCLUDE\)=.*#\1='/usr/include/python${PYVER}'#" \
-- -e "s#\(Environment(\)#\1 CXX='$(tc-getCXX)',#" \
-- -e "s#\(CPPFLAGS\)=#\1='${CXXFLAGS}'.split()+#" \
-- SConstruct || die "sed failed"
--
-- # FIXME: Until we have a var or function for it
-- numjobs=$(sed -e 's/.*\(\-j[ 0-9]\+\) .*/\1/' <<< ${MAKEOPTS})
-+src_compile () {
-+ filter-ldflags -Wl,--as-needed --as-needed
-
-- scons mode=release ${numjobs} || die "scons failed"
-+ econf || die "econf failed"
-+ emake || die "emake failed"
- }
-
- src_install() {
-- insinto /usr/lib/python${PYVER}/site-packages
-- doins -r PythonMagick
-+ emake DESTDIR="${D}" install || die "emake install failed"
- }
-
- pkg_postinst() {
diff --git a/dev-python/pythonmagick/pythonmagick-0.7.ebuild.old b/dev-python/pythonmagick/pythonmagick-0.7.ebuild.old
deleted file mode 100644
index 77042e3..0000000
--- a/dev-python/pythonmagick/pythonmagick-0.7.ebuild.old
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pythonmagick/pythonmagick-0.7.ebuild,v 1.1 2007/11/20 01:03:38 hawking Exp $
-
-inherit eutils python multilib toolchain-funcs
-
-MY_PN=PythonMagick
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Python bindings for ImageMagick"
-HOMEPAGE="http://www.imagemagick.org/script/api.php"
-SRC_URI="http://www.imagemagick.org/download/python/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND=">=media-gfx/imagemagick-1.1.7
- >=dev-libs/boost-1.34.0"
-DEPEND="${RDEPEND}
- dev-util/scons"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-0.6-gentoo_misc_fixes.patch"
-}
-
-src_compile() {
- python_version
- sed -i \
- -e "s#\(BOOST\)=.*#\1='/usr/include/boost'#" \
- -e "s#\(BOOSTLIBPATH\)=.*#\1='/usr/lib'#" \
- -e "s#\(PYTHON_INCLUDE\)=.*#\1='/usr/include/python${PYVER}'#" \
- -e "s#\(Environment(\)#\1 CXX='$(tc-getCXX)',#" \
- -e "s#\(CPPFLAGS\)=#\1='${CXXFLAGS}'.split()+#" \
- SConstruct || die "sed failed"
-
- # FIXME: Until we have a var or function for it
- numjobs=$(sed -e 's/.*\(\-j[ 0-9]\+\) .*/\1/' <<< ${MAKEOPTS})
-
- scons mode=release ${numjobs} || die "scons failed"
-}
-
-src_install() {
- insinto /usr/lib/python${PYVER}/site-packages
- doins -r PythonMagick
-}
-
-pkg_postinst() {
- python_version
- python_mod_optimize "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/${MY_PN}
-}
-
-pkg_postrm() {
- python_mod_cleanup
-}
diff --git a/games-simulation/openttd/Manifest b/games-simulation/openttd/Manifest
deleted file mode 100644
index 3ba2c4d..0000000
--- a/games-simulation/openttd/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX libiconv.patch 338 RMD160 a59441b635c7958fb544a59828f31282ff149bac SHA1 4b0978baff6a99928430b5ba418e47e3d45c98f2 SHA256 43ebbd73f8f59a4c55f3a220616f4c87c4211f1e09836750616758fd6b502789
-DIST openttd-0.4.8-scenarios.tar.bz2 5000799 RMD160 a6c2fa9f81e4e4628adb9c3932dec46ab4789777 SHA1 88b3caff739fbf7bd4eb143ae97925556e813ce4 SHA256 61788035bd78a3c0e393d5992432c37e0b6036d19a960543f26d43a46e39e6ca
-DIST openttd-0.5.0-scenarios.tar.bz2 917117 RMD160 f6ea4a4004bb0c90de9283a92b14da4bd99bc33c SHA1 965fc34bbe9998741ea07531772c9673b33aab99 SHA256 c89e652aca1a9ad9f0f4936dd99cd8a9c96f4c53450990ff87d87483f8e74a31
-DIST openttd-0.6.0-source.tar.bz2 3688002 RMD160 9ba4d63d4613779ae57a96fa25d4bb897c558976 SHA1 94c55f80e3869decb5b613d78f3b889f7168b6e5 SHA256 39955ae5355299ac99f97093d01e66403516275dcac0f575bf1f3d0c67c17999
-EBUILD openttd-0.6.0.ebuild 5736 RMD160 43af7b40ab377eb43ef116fda2cdf75a5d38ae74 SHA1 570006faa710ecfbf27f24464f12218bce5a4965 SHA256 d4fe1cb067bd972bed6441fdd9bddc5bb615ad3091ca69c90ab03dfcaf3669e8
diff --git a/games-simulation/openttd/files/libiconv.patch b/games-simulation/openttd/files/libiconv.patch
deleted file mode 100644
index 2b9cb12..0000000
--- a/games-simulation/openttd/files/libiconv.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- config.lib 2008-01-15 21:55:36.000000000 +0100
-+++ config.lib_new 2008-01-16 16:55:39.000000000 +0100
-@@ -1134,7 +1134,6 @@
-
- if [ "$with_iconv" != "0" ]; then
- CFLAGS="$CFLAGS -DWITH_ICONV"
-- LIBS="$LIBS -liconv"
- if [ "$with_iconv" != "2" ]; then
- CFLAGS="$CFLAGS -I$with_iconv/include"
- LIBS="$LIBS -L$with_iconv/lib"
diff --git a/games-simulation/openttd/openttd-0.6.0.ebuild b/games-simulation/openttd/openttd-0.6.0.ebuild
deleted file mode 100644
index f76aa3b..0000000
--- a/games-simulation/openttd/openttd-0.6.0.ebuild
+++ /dev/null
@@ -1,193 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.5.3.ebuild,v 1.3 2007/10/20 18:59:16 pylon Exp $
-
-inherit eutils games
-
-SCENARIOS_048="${PN}-0.4.8-scenarios.tar.bz2"
-SCENARIOS_050="${PN}-0.5.0-scenarios.tar.bz2"
-
-DESCRIPTION="OpenTTD is a clone of Transport Tycoon Deluxe"
-HOMEPAGE="http://www.openttd.com/"
-SB="mirror://sourceforge/openttd"
-SRC_URI="${SB}/${P}-source.tar.bz2
- scenarios? ( ${SB}/${SCENARIOS_048}
- ${SB}/${SCENARIOS_050} )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="alsa debug dedicated iconv png scenarios static timidity zlib"
-
-DEPEND="!dedicated? ( media-libs/libsdl
- media-libs/fontconfig
- )
- iconv? ( virtual/libiconv )
- png? ( media-libs/libpng )
- zlib? ( sys-libs/zlib )"
-RDEPEND="${DEPEND}
- !dedicated? (
- timidity? ( media-sound/timidity++ )
- !timidity? ( alsa? ( media-sound/alsa-utils ) )
- )"
-
-pkg_setup() {
- if ! use dedicated && ! built_with_use media-libs/libsdl X ; then
- die "Please emerge media-libs/libsdl with USE=X"
- fi
- games_pkg_setup
-}
-
-src_unpack() {
- unpack ${P}-source.tar.bz2
- if use scenarios ; then
- cd "${S}"/bin/scenario/
- unpack ${SCENARIOS_048}
- unpack ${SCENARIOS_050}
- fi
- cd "${S}"
-
- epatch "${FILESDIR}/libiconv.patch"
-}
-
-src_compile() {
- local myopts=""
- use debug && myopts="${myopts} --debug"
- use dedicated && myopts="${myopts} --enable-dedicated --without-sdl"
- if ! use dedicated; then
- myopts="${myopts} --with-sdl --with-freetype --with-fontconfig"
- if ! use timidity; then
- #use alsa && myopts="${myopts} --with-midi=/usr/bin/aplaymidi"
- einfo "This version of openttd does not support setting the midi-player."
- fi
- fi
- # configure is a hand-written sh-script, so econf will not work
- ./configure --os=UNIX --shared-dir="${GAMES_DATADIR}"/${PN}/ \
- $(use_enable static) \
- $(use_with iconv) \
- $(use_with png) \
- $(use_with zlib) \
- ${myopts} \
- || die "configure failed"
-
- emake \
- MANUAL_CONFIG=1 \
- INSTALL=1 \
- USE_HOMEDIR=1 \
- DEST_DIR="${D}" \
- PERSONAL_DIR=.openttd \
- PREFIX="${GAMES_PREFIX}" \
- INSTALL_DATA_DIR="${GAMES_DATADIR}"/${PN}/ \
- || die "emake failed"
-
-# DATA_DIR="${GAMES_DATADIR}"/${PN} \
-# CUSTOM_LANG_DIR="${GAMES_DATADIR}"/${PN}/lang \
-
-}
-
-src_install() {
- dogamesbin bin/openttd || die "dogamesbin failed"
-
- insinto "${GAMES_DATADIR}"/${PN}/data
- doins bin/data/* || die "doins failed (data)"
-
- insinto "${GAMES_DATADIR}"/${PN}/lang
- doins bin/lang/*.lng || die "doins failed (lang)"
-
- if use scenarios ; then
- insinto "${GAMES_DATADIR}"/${PN}/scenario
- doins bin/scenario/*.scn || die "doins failed (scenario)"
- doins bin/scenario/*/*.scn || die "doins failed (scenario)"
- fi
-
- insinto "${GAMES_DATADIR}"/${PN}/scripts
- doins bin/scripts/*.example || die "doins failed (scripts)"
-
- for i in {16,32,48,64,128}; do
- insinto /usr/share/icons/hicolor/${i}x${i}/apps
- newins media/openttd.${i}.png openttd.png
- done
-
- if ! use dedicated ; then
- if use timidity || use alsa ; then
- make_desktop_entry "openttd -m extmidi" "OpenTTD" openttd
- else
- make_desktop_entry openttd "OpenTTD" openttd
- fi
- else
- newinitd "${FILESDIR}"/openttd.initd openttd
- fi
-
- dodoc readme.txt known-bugs.txt changelog.txt docs/Manual.txt \
- docs/multiplayer.txt
- dohtml -a html,gif,png,svg docs/*
- newdoc scripts/readme.txt readme_scripts.txt
- doman docs/openttd.6
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
-
- echo
- einfo "In order to play, you must copy the following 6 files from "
- einfo "a version of TTD to ${GAMES_DATADIR}/${PN}/data/."
- echo
- einfo "From the WINDOWS version you need: "
- einfo " sample.cat trg1r.grf trgcr.grf trghr.grf trgir.grf trgtr.grf"
- einfo "OR from the DOS version you need: "
- einfo " SAMPLE.CAT TRG1.GRF TRGC.GRF TRGH.GRF TRGI.GRF TRGT.GRF"
- echo
- einfo "File names are case sensitive so make sure they are "
- einfo "correct for whichever version you have."
- echo
-
- if ! use scenarios ; then
- einfo "Scenarios are now included in a seperate package. To "
- einfo "install them as well please remerge with the "
- einfo "\"scenarios\" USE flag."
- echo
- else
- einfo "Scenarios are installed to"
- einfo "${GAMES_DATADIR}/${PN}/scenario,"
- einfo "you will have to symlink them to ~/.openttd/scenario in order"
- einfo "to use them."
- einfo "Example:"
- einfo " mkdir -p ~/.openttd/scenario"
- einfo " ln -s ${GAMES_DATADIR}/${PN}/scenario/* ~/.openttd/scenario/"
- echo
- fi
-
- if use dedicated ; then
- einfo "You have chosen the dedicated USE flag which builds a "
- einfo "version of OpenTTD to be used as a game server which "
- einfo "does not require SDL. You will not be able to play the "
- einfo "game, but if you don't pass this flag you can still use "
- einfo "it as a server in the same way, but SDL will be required."
- echo
- ewarn "Warning: The init script will kill all running openttd"
- ewarn "processes when run, including any running client sessions!"
- echo
- else
- if use timidity || use alsa ; then
- einfo "If you want music, you must copy the gm/ directory to"
- einfo "${GAMES_DATADIR}/${PN}/"
- einfo "You can enable MIDI by running:"
- einfo " openttd -m extmidi"
- echo
- if use timidity ; then
- einfo "You also need soundfonts for timidity, if you don't"
- einfo "know what that is, do:"
- echo
- einfo "emerge media-sound/timidity-eawpatches"
- else
- einfo "You have emerged with 'aplaymidi' for playing MIDI."
- einfo "You have to set the environment variable ALSA_OUTPUT_PORTS."
- einfo "Available ports can be listed by using 'aplaymidi -l'."
- fi
- else
- einfo "timidity and/or alsa not in USE so music will not be played during the game."
- fi
- echo
- fi
-}
diff --git a/gnome-extra/guake/Manifest b/gnome-extra/guake/Manifest
deleted file mode 100644
index 3ad5766..0000000
--- a/gnome-extra/guake/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST guake-0.3.tar.gz 481416 RMD160 e5c2a1b02abec7a6cf086a9eace8802a963b559a SHA1 bbf1b6d56449961580019aa8d5c66e036ab94fb7 SHA256 664056046a8124cf0d620ee701e061f8b4be344dddbab8db00f747a7631ab7d7
-EBUILD guake-0.3.ebuild 558 RMD160 2373ac2df84a79573ec98b254d8999cbb3818d96 SHA1 537f57a51352c0549d2b64ca850dafc1cd7ebada SHA256 02c515c4ade2094cb6f11279166492e9104a67861cde2af5b5a74c4e0b6fa5c2
diff --git a/gnome-extra/guake/guake-0.3.ebuild b/gnome-extra/guake/guake-0.3.ebuild
deleted file mode 100644
index 8a998db..0000000
--- a/gnome-extra/guake/guake-0.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="1"
-inherit gnome2 versionator
-B=$(get_version_component_range 1-2)
-
-DESCRIPTION="Guake is a drop-down terminal for Gnome"
-HOMEPAGE="http://guake-terminal.org/"
-SRC_URI="http://guake-terminal.org/releases/${B}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.4
- dev-python/pygtk
- dev-python/gnome-python
- gnome-base/gconf:2
- x11-libs/libX11
- dev-python/notify-python
- x11-libs/vte"
diff --git a/net-im/pidgin/Manifest b/net-im/pidgin/Manifest
deleted file mode 100644
index 682c042..0000000
--- a/net-im/pidgin/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-AUX pidgin-icq.patch 395 RMD160 79cb09030fce12a54ba6b2388496cc458f8fef09 SHA1 7283f87323d11f3daa61b96a01d334af031c6989 SHA256 4a3dc057d299b0ce720ad18380aa83e2cf3d71dba36bf2d6328ad9984891adc6
-DIST pidgin-2.3.1.tar.bz2 9358563 RMD160 f7473efa72974610224ea622fcc02d4703552d2c SHA1 d247d085e89360c2a6bd8e4775b7814fd02d10c9 SHA256 2d083687734b232c18b9d4500a314cff5ba1a2584350832c9688ecec668eb79e
-EBUILD pidgin-2.3.1.ebuild 5816 RMD160 7f5ce7d8c815968d00fa700c6b83c91c1a25c12e SHA1 8f412d7480a589b2bf74a0a4af4ff7dc73be2e00 SHA256 055842cd526baea0fef2576d3571ec4207dac6311936642f3ebcbb2bbf647115
diff --git a/net-im/pidgin/files/pidgin-icq.patch b/net-im/pidgin/files/pidgin-icq.patch
deleted file mode 100644
index 203566a..0000000
--- a/net-im/pidgin/files/pidgin-icq.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -u -r libpurple.old/protocols/oscar/oscar.h libpurple/protocols/oscar/oscar.h
---- libpurple.old/protocols/oscar/oscar.h 2008-07-02 14:24:29.565299650 +0200
-+++ libpurple/protocols/oscar/oscar.h 2008-07-02 14:25:44.752297698 +0200
-@@ -306,7 +306,7 @@
-
- #define CLIENTINFO_PURPLE_ICQ { \
- "Purple/" VERSION, \
-- 0x010a, \
-+ 0x010b, \
- 0x0014, 0x0034, \
- 0x0000, 0x0bb8, \
- 0x0000043d, \
diff --git a/net-im/pidgin/pidgin-2.3.1.ebuild b/net-im/pidgin/pidgin-2.3.1.ebuild
deleted file mode 100644
index 5dac6dc..0000000
--- a/net-im/pidgin/pidgin-2.3.1.ebuild
+++ /dev/null
@@ -1,224 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.3.1.ebuild,v 1.7 2008/02/19 19:54:52 angelos Exp $
-
-inherit flag-o-matic eutils toolchain-funcs multilib perl-app gnome2
-
-MY_PV=${P/_beta/beta}
-
-DESCRIPTION="GTK Instant Messenger client"
-HOMEPAGE="http://pidgin.im/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
-IUSE="bonjour dbus debug doc eds gadu gnutls gstreamer meanwhile networkmanager nls perl silc tcl tk spell qq gadu"
-IUSE="${IUSE} gtk sasl ncurses groupwise prediction zephyr" # mono"
-
-RDEPEND="
- bonjour? ( net-dns/avahi )
- dbus? ( >=dev-libs/dbus-glib-0.71
- >=dev-python/dbus-python-0.71
- >=sys-apps/dbus-0.90
- >=dev-lang/python-2.4 )
- gtk? (
- spell? ( >=app-text/gtkspell-2.0.2 )
- >=x11-libs/gtk+-2.0
- >=x11-libs/startup-notification-0.5
- x11-libs/libXScrnSaver
- eds? ( gnome-extra/evolution-data-server ) )
- >=dev-libs/glib-2.0
- gstreamer? ( =media-libs/gstreamer-0.10*
- =media-libs/gst-plugins-good-0.10* )
- perl? ( >=dev-lang/perl-5.8.2-r1 )
- gadu? ( net-libs/libgadu )
- gnutls? ( net-libs/gnutls )
- !gnutls? ( >=dev-libs/nss-3.11 )
- meanwhile? ( net-libs/meanwhile )
- silc? ( >=net-im/silc-toolkit-0.9.12-r3 )
- zephyr? ( >=app-crypt/mit-krb5-1.3.6-r1 )
- tcl? ( dev-lang/tcl )
- tk? ( dev-lang/tk )
- sasl? ( >=dev-libs/cyrus-sasl-2 )
- dev-libs/libxml2
- networkmanager? ( net-misc/networkmanager )
- prediction? ( =dev-db/sqlite-3* )"