summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-19 19:00:51 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-19 19:00:51 +0000
commit0eb0e65c09169166889b6292f016ac11d716f519 (patch)
treeb3790508cd846532e4e92115021e218580243a1e /app-text
parentBump (diff)
downloadgentoo-2-0eb0e65c09169166889b6292f016ac11d716f519.tar.gz
gentoo-2-0eb0e65c09169166889b6292f016ac11d716f519.tar.bz2
gentoo-2-0eb0e65c09169166889b6292f016ac11d716f519.zip
old
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/tuxcards/Manifest3
-rw-r--r--app-text/tuxcards/files/tuxcards-1.2-gcc43.patch10
-rw-r--r--app-text/tuxcards/tuxcards-1.2.ebuild46
3 files changed, 0 insertions, 59 deletions
diff --git a/app-text/tuxcards/Manifest b/app-text/tuxcards/Manifest
index 67a60aeec0ef..88edc864ba59 100644
--- a/app-text/tuxcards/Manifest
+++ b/app-text/tuxcards/Manifest
@@ -1,7 +1,4 @@
-AUX tuxcards-1.2-gcc43.patch 338 RMD160 18080d43ff76d83b5ed2cd8006015a498f7557a5 SHA1 31b090bde65994c7d03f1c739cbed69b53ad8b1f SHA256 e52b49fb68c0659e3658bb52ef0810da463dc21587bdaaeb8ab0c8cf853ec886
-DIST tuxcards-1.2.tar.gz 203129 RMD160 91badd8f14808c89d76f002adbb55bdb9eefa5e0 SHA1 aa2ec47bd094eee884631af3d8608a7610ae54a0 SHA256 0ec17333370a5ca2e2d798f29fbe9b5127cf4956ec8ac091c14cd2b974c21aee
DIST tuxcards-2.2.tar.gz 225376 RMD160 cac2c2cb2cc02aa6208abddbe98013e167dbe894 SHA1 107a72001c190087618d056df6e25903d4dd4cc9 SHA256 0dcb37ab22a08c66d9d9b19e29299748bce007a4980869a37f6844b97f973735
-EBUILD tuxcards-1.2.ebuild 1223 RMD160 2650180efd97754a66e34b60e576dcdafa25d9b5 SHA1 f6c0e06dd276bef4250cef731289e670254dd924 SHA256 b23eb338480e5b0ead2629495df0f935b1526df51c36536a705e887a45705be1
EBUILD tuxcards-2.2.ebuild 684 RMD160 10db229feb92d4b790f8f0bfb081b6be0e49d235 SHA1 a09848a8b2a0c495ef1f1103dc8cbcdb2b7eb1a5 SHA256 bccaa1128ef85e734741d4af7a45b32773e40d76fc3384f3c7ea2c177fb40e2c
MISC ChangeLog 3520 RMD160 aa9ca269a83b2bfec7aff4e39bca5bc797836286 SHA1 2872ba0ecb53c00d8ddd18505078177063706572 SHA256 dd5d8578064afaad1a07e50c07043337b008013409ab50f1b5880f8e180f1cc9
MISC metadata.xml 290 RMD160 b9b86283c09349c8827faef7d3ef5f724a248e77 SHA1 ae1c8e62d75c94ff50b8a5391afb6008460963aa SHA256 380e26e9262298b9cb31e863a9ab641f6fbdc8c50bda2cf2e47fd399f9cb5e85
diff --git a/app-text/tuxcards/files/tuxcards-1.2-gcc43.patch b/app-text/tuxcards/files/tuxcards-1.2-gcc43.patch
deleted file mode 100644
index 50c3cd7872b6..000000000000
--- a/app-text/tuxcards/files/tuxcards-1.2-gcc43.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/commandlineoptions.cpp.orig 2008-06-17 19:54:54.000000000 -0500
-+++ src/commandlineoptions.cpp 2008-06-17 19:54:33.000000000 -0500
-@@ -18,6 +18,7 @@
- #include <qapplication.h>
- #include "commandlineoptions.h"
- #include <iostream>
-+#include <cstdlib>
-
- #include "CTuxCardsConfiguration.h"
- #include "./information/xmlpersister.h"
diff --git a/app-text/tuxcards/tuxcards-1.2.ebuild b/app-text/tuxcards/tuxcards-1.2.ebuild
deleted file mode 100644
index 35432c8c77fd..000000000000
--- a/app-text/tuxcards/tuxcards-1.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/tuxcards-1.2.ebuild,v 1.18 2008/06/28 15:44:25 loki_val Exp $
-
-inherit base qt3
-
-DESCRIPTION="A hierarchical text editor"
-HOMEPAGE="http://www.tuxcards.de"
-
-SRC_URI="http://www.tifskom.de/tux/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-DEPEND="=x11-libs/qt-3*
- sys-apps/sed"
-
-PATCHES=( "${FILESDIR}/${P}-gcc43.patch" )
-
-src_compile() {
- sed -i -e 's:/usr/local:/usr:g' \
- -e 's:/usr/doc/tuxcards:/usr/share/tuxcards:g' tuxcards.pro
- sed -i -e 's:/usr/local/doc:/usr/share:g' src/CTuxCardsConfiguration.cpp
- sed -i -e 's:/usr/local/bin/:/usr/bin/:g' \
- src/gui/dialogs/optionsDialog/IOptionsDialog.ui
-
- # bug #132393
- sed -i -e 's/<includehint>ccolorbar.h<\/includehint>//' \
- src/gui/dialogs/optionsDialog/IOptionsDialog.ui
-
- # Use qt3's qmake (bug #96201)
- /usr/qt/3/bin/qmake tuxcards.pro
-
- # Remove the strip command from Makefile, let portage strip if it wants to.
- # (bug #152264)
- sed -i -e 's/ -strip.*//' Makefile
-
- emake || die
-}
-
-src_install() {
- make INSTALL_ROOT=${D} install || die
- dodoc AUTHORS README
-}