diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-12 13:13:19 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-12 13:13:19 +0000 |
commit | 52c9cf190ed3483c44e708fd4da55cd4bfceb5ce (patch) | |
tree | 4115f62e99fa6baffae57ca7f46dd8a6d26c5097 /app-editors | |
parent | Initial import. Ebuild by Bjoern Olausson <spamsuxx@gmail.com>. Bug #176767. (diff) | |
download | gentoo-2-52c9cf190ed3483c44e708fd4da55cd4bfceb5ce.tar.gz gentoo-2-52c9cf190ed3483c44e708fd4da55cd4bfceb5ce.tar.bz2 gentoo-2-52c9cf190ed3483c44e708fd4da55cd4bfceb5ce.zip |
Remove unused versions and patches.
(Portage version: 2.1.4)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/zoinks/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/zoinks/files/digest-zoinks-0.3.8-r1 | 3 | ||||
-rw-r--r-- | app-editors/zoinks/files/digest-zoinks-0.4.0 | 3 | ||||
-rw-r--r-- | app-editors/zoinks/files/xorg-library-configure.patch | 14 | ||||
-rw-r--r-- | app-editors/zoinks/files/zoinks-0.4.0-gcc-4.1-fix.diff | 11 | ||||
-rw-r--r-- | app-editors/zoinks/zoinks-0.3.8-r1.ebuild | 35 | ||||
-rw-r--r-- | app-editors/zoinks/zoinks-0.4.0.ebuild | 39 |
7 files changed, 6 insertions, 106 deletions
diff --git a/app-editors/zoinks/ChangeLog b/app-editors/zoinks/ChangeLog index f8ed85fd8494..fa1608e0b752 100644 --- a/app-editors/zoinks/ChangeLog +++ b/app-editors/zoinks/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/zoinks # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/ChangeLog,v 1.25 2008/01/12 11:59:01 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/ChangeLog,v 1.26 2008/01/12 13:13:18 drac Exp $ + + 12 Jan 2008; Samuli Suominen <drac@gentoo.org> + -files/zoinks-0.4.0-gcc-4.1-fix.diff, -files/xorg-library-configure.patch, + -zoinks-0.3.8-r1.ebuild, -zoinks-0.4.0.ebuild: + Remove unused versions and patches. 12 Jan 2008; Dawid Węgliński <cla@gentoo.org> zoinks-0.4.1.ebuild: Stable on x86 (bug #205043) diff --git a/app-editors/zoinks/files/digest-zoinks-0.3.8-r1 b/app-editors/zoinks/files/digest-zoinks-0.3.8-r1 deleted file mode 100644 index 186a3e9d9c7b..000000000000 --- a/app-editors/zoinks/files/digest-zoinks-0.3.8-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 90522a8d112868e121f576df931602b3 zoinks-0.3.8.tar.gz 330651 -RMD160 3d298126e68e4df57ff721bb292aaee921610d0e zoinks-0.3.8.tar.gz 330651 -SHA256 a5b0084dc2b3a671ed14ca1da861ffa1d5fa311837b63fa6a292f67533879d9c zoinks-0.3.8.tar.gz 330651 diff --git a/app-editors/zoinks/files/digest-zoinks-0.4.0 b/app-editors/zoinks/files/digest-zoinks-0.4.0 deleted file mode 100644 index 6663c1b3147e..000000000000 --- a/app-editors/zoinks/files/digest-zoinks-0.4.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 e6f5b77f54003f7c2019b0463776cee0 zoinks-0.4.0.tar.gz 334308 -RMD160 3fa45e1bce45c5578d6231fc8d86f39d0dfe2c5c zoinks-0.4.0.tar.gz 334308 -SHA256 5b65e9b6c562be6c494d734a3b9f889d626fccc856dd51580389e64b7006deef zoinks-0.4.0.tar.gz 334308 diff --git a/app-editors/zoinks/files/xorg-library-configure.patch b/app-editors/zoinks/files/xorg-library-configure.patch deleted file mode 100644 index c4018de15fce..000000000000 --- a/app-editors/zoinks/files/xorg-library-configure.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.org 2003-12-24 14:16:13.000000000 +0100 -+++ configure 2005-01-05 13:13:30.524432304 +0100 -@@ -7299,8 +7299,10 @@ - { (exit 1); exit 1; }; } - fi - --X_LIBRARY_PATH=-L$x_libraries -+if test "x$x_libraries" != x; then -+ X_LIBRARY_PATH=-L$x_libraries - -+fi - - # Checks for libraries. - diff --git a/app-editors/zoinks/files/zoinks-0.4.0-gcc-4.1-fix.diff b/app-editors/zoinks/files/zoinks-0.4.0-gcc-4.1-fix.diff deleted file mode 100644 index 8cd2cc059346..000000000000 --- a/app-editors/zoinks/files/zoinks-0.4.0-gcc-4.1-fix.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- zoinks-0.4.0/fw/TTextView.cpp.org 2006-10-08 19:04:24.278148250 +0200 -+++ zoinks-0.4.0/fw/TTextView.cpp 2006-10-08 19:04:51.283836000 +0200 -@@ -462,7 +462,7 @@ - { - if (offset < fSelectionAnchor) - { -- selectionStart = selectionStart = fLayout->GetLineOffset(fLayout->OffsetToLine(offset)); -+ selectionStart = fLayout->GetLineOffset(fLayout->OffsetToLine(offset)); - selectionEnd = fSelectionAnchorEnd; - } - else if (offset > fSelectionAnchorEnd) diff --git a/app-editors/zoinks/zoinks-0.3.8-r1.ebuild b/app-editors/zoinks/zoinks-0.3.8-r1.ebuild deleted file mode 100644 index 0d68f326c100..000000000000 --- a/app-editors/zoinks/zoinks-0.3.8-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/zoinks-0.3.8-r1.ebuild,v 1.4 2007/07/22 09:01:03 calchan Exp $ - -inherit eutils - -DESCRIPTION="programmer's text editor and development environment" -HOMEPAGE="http://zoinks.mikelockwood.com/" -SRC_URI="http://zoinks.mikelockwood.com/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc amd64" -IUSE="nls imlib" - -DEPEND="nls? ( sys-devel/gettext ) - imlib? ( media-libs/imlib ) - x11-libs/libX11 - x11-libs/libXpm - x11-libs/libXext - x11-libs/libXt" - -src_compile() { - epatch ${FILESDIR}/xorg-library-configure.patch - econf \ - `use_enable nls` \ - `use_enable imlib` \ - || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc README INSTALL AUTHORS NEWS ChangeLog -} diff --git a/app-editors/zoinks/zoinks-0.4.0.ebuild b/app-editors/zoinks/zoinks-0.4.0.ebuild deleted file mode 100644 index 32b6e55df1b7..000000000000 --- a/app-editors/zoinks/zoinks-0.4.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/zoinks-0.4.0.ebuild,v 1.6 2007/07/22 09:01:03 calchan Exp $ - -inherit eutils - -DESCRIPTION="programmer's text editor and development environment" -HOMEPAGE="http://zoinks.mikelockwood.com/" -SRC_URI="http://zoinks.mikelockwood.com/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="nls imlib" - -DEPEND="nls? ( sys-devel/gettext ) - imlib? ( media-libs/imlib ) - x11-libs/libX11 - x11-libs/libXpm - x11-libs/libXext - x11-libs/libXt" - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${P}-gcc-4.1-fix.diff -} - -src_compile() { - econf \ - `use_enable nls` \ - `use_enable imlib` \ - || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc README INSTALL AUTHORS NEWS ChangeLog -} |