summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-06-09 14:23:06 +0100
committerNick White <git@njw.me.uk>2010-06-09 14:23:06 +0100
commitbfa692cf491185083672bf476f48d1af37153a53 (patch)
tree0edb1778e40c948c75c94abd437aa1943e14e3d1
parente1d6f350043db79ebca79a373f4ae84714d75e5c (diff)
downloadnjw-gentoo-local-bfa692cf491185083672bf476f48d1af37153a53.tar.bz2
njw-gentoo-local-bfa692cf491185083672bf476f48d1af37153a53.zip
Removed a few more unused ebuilds
-rw-r--r--app-text/epdfview/Manifest7
-rw-r--r--app-text/epdfview/epdfview-0.1.6-r1.ebuild49
-rw-r--r--app-text/epdfview/files/applymypatches.ebuild.patch14
-rw-r--r--app-text/epdfview/files/epdfview-0.1.6-gcc-4.3.patch11
-rw-r--r--app-text/epdfview/files/epdfview-0.1.6-print-segfault.patch95
-rw-r--r--app-text/epdfview/files/nofitfullscreen.patch14
-rw-r--r--app-text/epdfview/files/vikeybindings.patch42
-rw-r--r--dev-games/renpy-modules/renpy-modules-6.10.2.ebuild36
-rw-r--r--dev-games/renpy/files/renpy-jedit-path.patch11
-rw-r--r--dev-games/renpy/renpy-6.10.2-r1.ebuild80
10 files changed, 0 insertions, 359 deletions
diff --git a/app-text/epdfview/Manifest b/app-text/epdfview/Manifest
deleted file mode 100644
index e475577..0000000
--- a/app-text/epdfview/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
-EBUILD epdfview-0.1.6-r1.ebuild 1259 RMD160 39fd26c61a7670d0704075f1d7bb882fa0ff5937 SHA1 da993821a07e95112a45b67f289396b9d1b88f29 SHA256 c3cfdefe6b9b45d3e2feb9db14fbad24170589de13f29fdc109932e8b4ca499e
-AUX applymypatches.ebuild.patch 447 RMD160 cefceb647ed07657d70713b0ae1200ebb7746d94 SHA1 c920f9f6a2286438ff221f967a347c4149c42c4b SHA256 20dfa808dd7f2a7fccd37840d81024260609451cbe84cc4eb08508e4f41b5c90
-AUX epdfview-0.1.6-gcc-4.3.patch 461 RMD160 762e02e1ec8362ec3d02ea9f66a6cd2754996b80 SHA1 31a379f94acd69ee475a718b011aaf559a5a4b55 SHA256 811b7f3226507594407e93c4509a6e4cf57a3d0d9f7caaf2f111d781e1892ae2
-AUX epdfview-0.1.6-print-segfault.patch 4188 RMD160 1688d3fc61e6f980be79c52cbf80c399d7f583f7 SHA1 04dbf1ebb27279446980a22f276553fc71f18772 SHA256 cd23bc65d175a6757eab6d5eb854ddd8c39d69bc959ba6fc7dbc27a3415b7472
-AUX nofitfullscreen.patch 524 RMD160 83d7bea15c2036c783a5d1781642a197b089bc10 SHA1 e1e9739cefe45ec0c956cf5d3abb85e1f76819c5 SHA256 34f2d6e4c74573e81b9ba866d4846762dbbd7a064e0266c92219d9bcb93db402
-AUX vikeybindings.patch 1169 RMD160 9d77eab822071d4ffbf70d48278e1b3625cb4672 SHA1 8c1d9e5d68ae42190c5a42b7acbf1979b788ef13 SHA256 4ad3ed2f78ba98e04cbd29ef128b2bcdca15ca91c8721bd8c1d87a1e8f929bdb
-DIST epdfview-0.1.6.tar.bz2 406037 RMD160 69484cd68c1d344dfc38d321abd1e07fd22521e3 SHA1 1bb3a1d85b1d5b13c24a38c144910ddc329e0f0e SHA256 61d041afc953e0570ddae934179e92edf800f69f043d78058073806504e4137f
diff --git a/app-text/epdfview/epdfview-0.1.6-r1.ebuild b/app-text/epdfview/epdfview-0.1.6-r1.ebuild
deleted file mode 100644
index a293982..0000000
--- a/app-text/epdfview/epdfview-0.1.6-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/epdfview/epdfview-0.1.6-r1.ebuild,v 1.13 2009/04/10 23:20:31 loki_val Exp $
-
-EAPI="2"
-inherit eutils
-
-DESCRIPTION="Lightweight PDF viewer using Poppler and GTK+ libraries."
-HOMEPAGE="http://trac.emma-soft.com/epdfview/"
-SRC_URI="http://trac.emma-soft.com/epdfview/chrome/site/releases/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="cups nls test"
-
-COMMON_DEPEND=">=app-text/poppler-0.12.3-r3[cairo]
- >=x11-libs/gtk+-2.6:2
- cups? ( >=net-print/cups-1.1 )"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/pkgconfig-0.9
- nls? ( sys-devel/gettext )
- test? ( dev-util/cppunit )"
-RDEPEND="${COMMON_DEPEND}
- nls? ( virtual/libintl )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-gcc-4.3.patch"
- epatch "${FILESDIR}/${P}-print-segfault.patch"
-
- # other useful patches
- epatch "${FILESDIR}/vikeybindings.patch"
- # my patches
- epatch "${FILESDIR}/nofitfullscreen.patch"
-}
-
-src_configure() {
- econf \
- $(use_enable cups) \
- $(use_with nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS NEWS README THANKS
-}
diff --git a/app-text/epdfview/files/applymypatches.ebuild.patch b/app-text/epdfview/files/applymypatches.ebuild.patch
deleted file mode 100644
index 12905c1..0000000
--- a/app-text/epdfview/files/applymypatches.ebuild.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- epdfview-0.1.6-r1.ebuild 2009-04-11 00:40:27.000000000 +0100
-+++ epdfview-0.1.6-r1.ebuild 2009-06-12 14:03:18.000000000 +0100
-@@ -30,6 +30,11 @@ src_unpack() {
-
- epatch "${FILESDIR}/${P}-gcc-4.3.patch"
- epatch "${FILESDIR}/${P}-print-segfault.patch"
-+
-+ # other useful patches
-+ epatch "${FILESDIR}/vikeybindings.patch"
-+ # my patches
-+ epatch "${FILESDIR}/nofitfullscreen.patch"
- }
-
- src_configure() {
diff --git a/app-text/epdfview/files/epdfview-0.1.6-gcc-4.3.patch b/app-text/epdfview/files/epdfview-0.1.6-gcc-4.3.patch
deleted file mode 100644
index a8835a9..0000000
--- a/app-text/epdfview/files/epdfview-0.1.6-gcc-4.3.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- IDocumentLink.h 2008-03-20 19:16:03.000000000 +0100
-+++ epdfview-1.6-r1/src/IDocumentLink.h 2008-03-20 19:16:43.000000000 +0100
-@@ -33,7 +33,7 @@
- class IDocumentLink
- {
- public:
-- IDocumentLink (gdouble x1, gdouble y1, gdouble x2, gdouble y1);
-+ IDocumentLink (gdouble x1, gdouble y1, gdouble x2, gdouble y2);
- virtual ~IDocumentLink (void);
-
- virtual void activate (IDocument *document) = 0;
diff --git a/app-text/epdfview/files/epdfview-0.1.6-print-segfault.patch b/app-text/epdfview/files/epdfview-0.1.6-print-segfault.patch
deleted file mode 100644
index 498febb..0000000
--- a/app-text/epdfview/files/epdfview-0.1.6-print-segfault.patch
+++ /dev/null
@@ -1,95 +0,0 @@
---- src/PrintPter.cxx (revision 262)
-+++ src/PrintPter.cxx (revision 281)
-@@ -231,17 +231,24 @@
- view.clearPageSizeList ();
- int pageSizeToSelect = 0;
-- ppd_choice_t *pageSizeChoice = pageSizeOption->choices;
-- for ( int currentSize = 0 ;
-- currentSize < pageSizeOption->num_choices ;
-- ++currentSize, ++pageSizeChoice )
-- {
-- const gchar *sizeName = pageSizeChoice->text;
-- const gchar *sizeValue = pageSizeChoice->choice;
--
-- view.addPageSize (_(sizeName), sizeValue);
-- if ( pageSizeChoice->marked )
-+ if ( 0 != pageSizeOption )
-+ {
-+ ppd_choice_t *pageSizeChoice = pageSizeOption->choices;
-+ for ( int currentSize = 0 ;
-+ currentSize < pageSizeOption->num_choices ;
-+ ++currentSize, ++pageSizeChoice )
- {
-- pageSizeToSelect = currentSize;
-+ const gchar *sizeName = pageSizeChoice->text;
-+ const gchar *sizeValue = pageSizeChoice->choice;
-+
-+ view.addPageSize (_(sizeName), sizeValue);
-+ if ( pageSizeChoice->marked )
-+ {
-+ pageSizeToSelect = currentSize;
-+ }
- }
-+ }
-+ else
-+ {
-+ view.addPageSize (_("A4"), "A4");
- }
- view.selectPageSize (pageSizeToSelect);
-@@ -252,17 +259,24 @@
- view.clearResolutionList ();
- int resolutionToSelect = 0;
-- ppd_choice_t *resolutionChoice = resolutionOption->choices;
-- for ( int currentRes = 0 ;
-- currentRes < resolutionOption->num_choices ;
-- ++currentRes, ++resolutionChoice )
-- {
-- const gchar *resName = resolutionChoice->text;
-- const gchar *resValue = resolutionChoice->choice;
--
-- view.addResolution (_(resName), resValue);
-- if ( resolutionChoice->marked )
-+ if ( 0 != resolutionOption )
-+ {
-+ ppd_choice_t *resolutionChoice = resolutionOption->choices;
-+ for ( int currentRes = 0 ;
-+ currentRes < resolutionOption->num_choices ;
-+ ++currentRes, ++resolutionChoice )
- {
-- resolutionToSelect = currentRes;
-+ const gchar *resName = resolutionChoice->text;
-+ const gchar *resValue = resolutionChoice->choice;
-+
-+ view.addResolution (_(resName), resValue);
-+ if ( resolutionChoice->marked )
-+ {
-+ resolutionToSelect = currentRes;
-+ }
- }
-+ }
-+ else
-+ {
-+ view.addResolution (_("300 DPI"), "300x300dpi");
- }
- view.selectResolution (resolutionToSelect);
-@@ -272,7 +286,7 @@
- ppdFindOption (printerPPD, "ColorModel");
- view.clearColorModelList ();
-+ int colorModelToSelect = 0;
- if ( NULL != colorModelOption )
- {
-- int colorModelToSelect = 0;
- ppd_choice_t *colorModelChoice = colorModelOption->choices;
- for ( int currentColor = 0 ;
-@@ -289,5 +303,4 @@
- }
- }
-- view.selectColorModel (colorModelToSelect);
- }
- else
-@@ -295,4 +308,5 @@
- view.addColorModel (_("Grayscale"), "Gray");
- }
-+ view.selectColorModel (colorModelToSelect);
- ppdClose (printerPPD);
- }
diff --git a/app-text/epdfview/files/nofitfullscreen.patch b/app-text/epdfview/files/nofitfullscreen.patch
deleted file mode 100644
index 72540e4..0000000
--- a/app-text/epdfview/files/nofitfullscreen.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: src/gtk/MainView.cxx
-===================================================================
---- src/gtk/MainView.cxx (revision 312)
-+++ src/gtk/MainView.cxx (working copy)
-@@ -699,9 +699,6 @@
- gtk_widget_hide (toolBar);
- gtk_widget_hide (m_StatusBar);
- gtk_widget_hide (m_Sidebar);
-- gtk_toggle_action_set_active (
-- GTK_TOGGLE_ACTION (gtk_ui_manager_get_action (m_UIManager,
-- "/MenuBar/ViewMenu/ZoomFit")), TRUE);
- }
- else
- {
diff --git a/app-text/epdfview/files/vikeybindings.patch b/app-text/epdfview/files/vikeybindings.patch
deleted file mode 100644
index 2e4b4d4..0000000
--- a/app-text/epdfview/files/vikeybindings.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-Index: src/gtk/PageView.cxx
-===================================================================
---- src/gtk/PageView.cxx (revision 296)
-+++ src/gtk/PageView.cxx (revision 300)
-@@ -572,23 +572,37 @@
- {
- case GDK_Left:
- case GDK_KP_Left:
-+ case GDK_h:
- direction = GTK_SCROLL_STEP_LEFT;
- horizontal = TRUE;
- break;
-
- case GDK_Right:
- case GDK_KP_Right:
-+ case GDK_l:
- horizontal = TRUE;
- direction = GTK_SCROLL_STEP_RIGHT;
- break;
-
- case GDK_Up:
- case GDK_KP_Up:
-+ case GDK_k:
-+ if ( position == adjustment->lower )
-+ {
-+ pter->scrollToPreviousPage ();
-+ return TRUE;
-+ }
- direction = GTK_SCROLL_STEP_UP;
- break;
-
- case GDK_Down:
- case GDK_KP_Down:
-+ case GDK_j:
-+ if ( position == ( adjustment->upper - adjustment->page_size) )
-+ {
-+ pter->scrollToNextPage ();
-+ return TRUE;
-+ }
- direction = GTK_SCROLL_STEP_DOWN;
- break;
-
diff --git a/dev-games/renpy-modules/renpy-modules-6.10.2.ebuild b/dev-games/renpy-modules/renpy-modules-6.10.2.ebuild
deleted file mode 100644
index 49c2d72..0000000
--- a/dev-games/renpy-modules/renpy-modules-6.10.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-PYTHON_DEPEND="2:2.5"
-
-inherit distutils eutils
-
-MY_P=${PN%-modules}-${PV}
-PYTHON_MODNAME="pysdlsound"
-
-DESCRIPTION="Modules for renpy"
-HOMEPAGE="http://www.renpy.org"
-SRC_URI="http://www.renpy.org/dl/${PV}/${MY_P}-source.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="media-libs/libpng
- media-libs/libsdl
- media-libs/freetype:2
- media-video/ffmpeg
- dev-libs/fribidi
- dev-python/pygame[X]
- sys-libs/zlib
- !=dev-games/renpy-6.10.2"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}/module"
-
-# RENPY_DEPS_INSTALL is a double-colon separated list of directories that
-# contains all core renpy dependencies. This is usually /usr.
-export RENPY_DEPS_INSTALL="${ROOT}usr"
diff --git a/dev-games/renpy/files/renpy-jedit-path.patch b/dev-games/renpy/files/renpy-jedit-path.patch
deleted file mode 100644
index e45c885..0000000
--- a/dev-games/renpy/files/renpy-jedit-path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/launcher/jEdit.editor.py 2009-07-05 23:42:37.000000000 +0600
-+++ b/launcher/jEdit.editor.py 2010-01-18 21:46:37.453619044 +0500
-@@ -6,7 +6,7 @@
- import os.path
- import sys
-
--editor = os.path.normpath(base + "/../jedit/jedit.jar")
-+editor = os.path.normpath("/usr/share/jedit/jedit.jar")
- editor = renpy.shell_escape(editor)
-
- if sys.platform == 'win32':
diff --git a/dev-games/renpy/renpy-6.10.2-r1.ebuild b/dev-games/renpy/renpy-6.10.2-r1.ebuild
deleted file mode 100644
index be93910..0000000
--- a/dev-games/renpy/renpy-6.10.2-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-PYTHON_DEPEND="2:2.5"
-
-inherit confutils eutils games python versionator
-
-DESCRIPTION="Visual novel engine written in python"
-HOMEPAGE="http://www.renpy.org"
-SRC_URI="http://www.renpy.org/dl/${PV}/${P}-source.tar.bz2"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~x86"
-IUSE="development doc examples"
-
-RDEPEND="dev-python/pygame[X]
- >=dev-games/renpy-modules-${PV}"
-
-pkg_setup() {
- confutils_use_depend_any examples development
- games_pkg_setup
-}
-
-src_prepare() {
- # Fix path to app-editors/jedit
- epatch "${FILESDIR}"/${PN}-jedit-path.patch
-
- find renpy -iname '*.pyo' -delete
-}
-
-src_install() {
- insinto "${GAMES_DATADIR}"/${P}
- exeinto "${GAMES_DATADIR}"/${P}
-
- doexe renpy.py || die "doexe failed"
-
- dodir "${GAMES_BINDIR}" || die "dodir failed"
- P_SLOT=${PN}-${SLOT}
- cat <<-EOF > "${D}"/"${GAMES_BINDIR}"/${P_SLOT} || die "Failed to create ${P_SLOT}"
- #!/bin/sh
- RENPY_BASE="${GAMES_DATADIR}"/${P} "${GAMES_DATADIR}"/${P}/renpy.py "\${@}"
- EOF
-
- doins -r common renpy || die "doins failed"
-
- if use development; then
- doins -r launcher template || die "doins failed"
-
- newicon launcher/logo32.png ${P}.png || die "newicon failed"
- make_desktop_entry ${P_SLOT} "Ren'Py ${PV}" ${P} Game "${GAMES_DATADIR}"/${P} || die "make_desktop_entry failed"
- fi
-
- if use examples; then
- doins -r the_question || die "doins failed"
- doins -r tutorial || die "doins failed"
- fi
-
- dodoc CHANGELOG.txt || die "dodoc failed"
-
- if use doc; then
- dohtml -r doc || die "dohtml failed"
- fi
-
- prepgamesdirs
-}
-
-pkg_postinst() {
- python_mod_optimize "${GAMES_DATADIR}/${P}"
- if use development; then
- elog "You need to emerge app-editors/jedit to easily use renpy development interface."
- fi
- games_pkg_postinst
-}
-
-pkg_postrm() {
- python_mod_cleanup "${GAMES_DATADIR}/${P}"
-}