summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2010-05-24 19:10:33 +0000
committerHarald van Dijk <truedfx@gentoo.org>2010-05-24 19:10:33 +0000
commit5916fcb312816659aec1bc74392c0f37d7839bd0 (patch)
tree83bf35511dc5a4dc958375d38239f7c6e3aae4db /app-editors/ted
parentstable amd64, bug 316883 (diff)
downloadgentoo-2-5916fcb312816659aec1bc74392c0f37d7839bd0.tar.gz
gentoo-2-5916fcb312816659aec1bc74392c0f37d7839bd0.tar.bz2
gentoo-2-5916fcb312816659aec1bc74392c0f37d7839bd0.zip
Remove old versions
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/ted')
-rw-r--r--app-editors/ted/ChangeLog6
-rw-r--r--app-editors/ted/files/ted-2.17-motif.patch20
-rw-r--r--app-editors/ted/ted-2.12.ebuild62
-rw-r--r--app-editors/ted/ted-2.17-r1.ebuild90
4 files changed, 5 insertions, 173 deletions
diff --git a/app-editors/ted/ChangeLog b/app-editors/ted/ChangeLog
index 0b3385f32a90..77a859962bb7 100644
--- a/app-editors/ted/ChangeLog
+++ b/app-editors/ted/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/ted
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ChangeLog,v 1.35 2010/05/24 18:50:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ChangeLog,v 1.36 2010/05/24 19:10:32 truedfx Exp $
+
+ 24 May 2010; Harald van Dijk <truedfx@gentoo.org> -ted-2.12.ebuild,
+ -ted-2.17-r1.ebuild, -files/ted-2.17-motif.patch:
+ Remove old versions
24 May 2010; Pacho Ramos <pacho@gentoo.org> ted-2.20.ebuild:
stable amd64, bug 317785
diff --git a/app-editors/ted/files/ted-2.17-motif.patch b/app-editors/ted/files/ted-2.17-motif.patch
deleted file mode 100644
index 83ef2af51446..000000000000
--- a/app-editors/ted/files/ted-2.17-motif.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- Ted-2.17/appFrame/aclocal.m4
-+++ Ted-2.17/appFrame/aclocal.m4
-@@ -210,6 +210,7 @@
- then
- # Includes
- for ac_dir in \
-+ /usr/include \
- /usr/X11R6/include \
- /usr/local/include \
- /usr/dt/include \
---- Ted-2.17/Ted/aclocal.m4
-+++ Ted-2.17/Ted/aclocal.m4
-@@ -279,6 +279,7 @@
- then
- # Includes
- for ac_dir in \
-+ /usr/include \
- /usr/X11R6/include \
- /usr/local/include \
- /usr/dt/include \
diff --git a/app-editors/ted/ted-2.12.ebuild b/app-editors/ted/ted-2.12.ebuild
deleted file mode 100644
index 0da724181e8a..000000000000
--- a/app-editors/ted/ted-2.12.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.12.ebuild,v 1.13 2008/01/18 03:26:24 dirtyepic Exp $
-
-DESCRIPTION="X-based rich text editor."
-HOMEPAGE="http://www.nllgg.nl/Ted"
-SRC_URI="ftp://ftp.nluug.nl/pub/editors/ted/${P}.src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="x86 ppc sparc"
-
-DEPEND="x11-libs/openmotif
- >=media-libs/tiff-3.5.7
- >=media-libs/jpeg-6b
- >=media-libs/libpng-1.2.3"
-
-S="${WORKDIR}/Ted-${PV}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}/Ted
- mv makefile.in makefile.in.orig
- sed 's@^CFLAGS=@CFLAGS= -DDOCUMENT_DIR=\\"/usr/share/doc/${PF}/Ted/\\"@' makefile.in.orig > makefile.in
-}
-
-src_compile() {
- # This is a fix for userpriv &| usersandbox.
- export RPM_BUILD_ROOT="${S}"
-
- for dir in Ted tedPackage appFrame appUtil ind bitmap libreg; do
- cd ${S}/${dir}
- econf --cache-file=../config.cache || die "econf failed"
- done
-
- # The makefile doesn't really allow parallel make, but it does
- # no harm either.
- cd ${S}
- emake DEF_AFMDIR=-DAFMDIR=\\\"/usr/share/Ted/afm\\\" \
- DEF_INDDIR=-DINDDIR=\\\"/usr/share/Ted/ind\\\" \
- package.shared || die "couldnt emake"
-}
-
-src_install() {
- # This is a fix for userpriv &| usersandbox.
- export RPM_BUILD_ROOT="${S}"
-
- mkdir ${T}/pkg
- cd ${T}/pkg || die "Couldn't cd to package"
- tar --use=gzip -xvf ${S}/tedPackage/Ted*.tar.gz || die "couldnt unpack tedPackage/Ted*.tar.gz"
-
- dodir /usr/share/Ted
- cp -R ${T}/pkg/afm ${D}/usr/share/Ted/afm || die "couldnt cp temp/pkg/afm"
- cp -R ${T}/pkg/ind ${D}/usr/share/Ted/ind || die "couldnt cp temp/pkg/ind"
-
- exeinto /usr/bin
- doexe ${T}/pkg/bin/* || die "couldnt doexe temp/pkg/bin/*"
-
- dodir /usr/share/doc/${P}
- cp -R ${T}/pkg/Ted ${D}/usr/share/doc/${P} || die "couldnt cp temp/pkg/Ted"
-}
diff --git a/app-editors/ted/ted-2.17-r1.ebuild b/app-editors/ted/ted-2.17-r1.ebuild
deleted file mode 100644
index 7a9fc4d902ab..000000000000
--- a/app-editors/ted/ted-2.17-r1.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.17-r1.ebuild,v 1.3 2009/01/11 00:29:39 truedfx Exp $
-
-inherit autotools
-
-DESCRIPTION="X-based rich text editor"
-HOMEPAGE="http://www.nllgg.nl/Ted"
-SRC_URI="ftp://ftp.nluug.nl/pub/editors/ted/${P}.src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="x11-libs/openmotif
- >=media-libs/tiff-3.5.7
- >=media-libs/jpeg-6b
- >=media-libs/libpng-1.2.3"
-
-S="${WORKDIR}/Ted-${PV}"
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
- epatch "${FILESDIR}"/${P}-motif.patch
-
- local configure
- for configure in $(find . -name configure.in)
- do
- pushd "$(dirname "${configure}")" >/dev/null || die
- eautoreconf
- popd >/dev/null || die
- done
-
- sed -i \
- -e 's@^CFLAGS=@CFLAGS= -DDOCUMENT_DIR=\\"/usr/share/doc/${PF}/\\"@' \
- Ted/makefile.in || die "sed failed"
-}
-
-src_compile() {
- # This is a fix for userpriv &| usersandbox.
- RPM_BUILD_ROOT="${S}"
- for dir in Ted tedPackage appFrame appUtil ind bitmap libreg; do
- cd "${S}"/${dir}
- econf --cache-file=../config.cache || die "econf ${dir} failed"
- done
-
- # The makefile doesn't really allow parallel make, but it does
- # no harm either.
- cd "${S}"
- emake \
- DEF_AFMDIR=-DAFMDIR=\\\"/usr/share/Ted/afm\\\" \
- DEF_INDDIR=-DINDDIR=\\\"/usr/share/Ted/ind\\\" \
- package.shared \
- || die "emake failed"
-}
-
-src_install() {
- # This build system is a little insane. Above we made a package, here we
- # will unpack it and install it. We have to do it this way or it doesn't
- # link properly. We could rewrite the Makefile, but this works just as
- # well.
-
- # This is a fix for userpriv &| usersandbox.
- RPM_BUILD_ROOT="${S}"
-
- mkdir "${S}"/pkg
- cd "${S}"/pkg
- # can't use unpack here
- tar xf ../tedPackage/Ted*.tar.gz || die "failed unpacking ted package"
-
- insinto /usr/share/Ted/afm
- doins afm/*
- insinto /usr/share/Ted/ind
- doins ind/*
-
- dobin bin/Ted
-
- doman Ted/Ted.1
- rm Ted/Ted.1
-
- # must stay uncompressed (used internally)
- insinto /usr/share/doc/${PF}
- doins Ted/TedDocument-en_US.rtf
- rm Ted/TedDocument-en_US.rtf
-
- dodoc Ted/*
-}