diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2005-03-31 09:01:43 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2005-03-31 09:01:43 +0000 |
commit | 14a13c5f1910af91b4a51d90fa219b342efed387 (patch) | |
tree | 96e994fd1c11a51f396b5971d8cf6d2603a06a83 /app-editors | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-14a13c5f1910af91b4a51d90fa219b342efed387.tar.gz gentoo-2-14a13c5f1910af91b4a51d90fa219b342efed387.tar.bz2 gentoo-2-14a13c5f1910af91b4a51d90fa219b342efed387.zip |
new version, long overdue
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ted/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/ted/Manifest | 2 | ||||
-rw-r--r-- | app-editors/ted/files/digest-ted-2.17 | 1 | ||||
-rw-r--r-- | app-editors/ted/ted-2.17.ebuild | 66 |
4 files changed, 75 insertions, 1 deletions
diff --git a/app-editors/ted/ChangeLog b/app-editors/ted/ChangeLog index 8910af4aa10c..f44cd6a33613 100644 --- a/app-editors/ted/ChangeLog +++ b/app-editors/ted/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/ted # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ChangeLog,v 1.19 2005/03/28 22:41:06 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ChangeLog,v 1.20 2005/03/31 09:01:43 spider Exp $ + +*ted-2.17 (31 Mar 2005) + + 31 Mar 2005; Spider <spider@gentoo.org> +ted-2.17.ebuild: + New version, appears to be working ok. Fonts are a bit iffy (X bitmap fonts) *ted-2.12-r1 (28 Mar 2005) diff --git a/app-editors/ted/Manifest b/app-editors/ted/Manifest index 0616ed786d6f..7fa7da7d9145 100644 --- a/app-editors/ted/Manifest +++ b/app-editors/ted/Manifest @@ -1,8 +1,10 @@ MD5 02efb1f38af771a7bed9acdd3a0b39ec ChangeLog 2075 MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 MD5 759c203489234752d44e9bdb890517c8 ted-2.11.ebuild 1724 +MD5 ff83c5ff7851497ea71e58748e6f8545 ted-2.17.ebuild 1870 MD5 ff83c5ff7851497ea71e58748e6f8545 ted-2.12-r1.ebuild 1870 MD5 3f9f2018ec9753bb15ef8059446a7e4a ted-2.12.ebuild 1715 MD5 34f40502bd7df66aadeaf82cb57b35ee files/digest-ted-2.11 65 +MD5 0211d0e43663719a7339c34733e1fb30 files/digest-ted-2.17 65 MD5 e64c90ec5da6d8dc9931b280c540204b files/digest-ted-2.12-r1 65 MD5 e64c90ec5da6d8dc9931b280c540204b files/digest-ted-2.12 65 diff --git a/app-editors/ted/files/digest-ted-2.17 b/app-editors/ted/files/digest-ted-2.17 new file mode 100644 index 000000000000..308e4f632eb2 --- /dev/null +++ b/app-editors/ted/files/digest-ted-2.17 @@ -0,0 +1 @@ +MD5 8adc2ab0a67954b2b5068c9be243c82d ted-2.17.src.tar.gz 3000864 diff --git a/app-editors/ted/ted-2.17.ebuild b/app-editors/ted/ted-2.17.ebuild new file mode 100644 index 000000000000..435bc56d49eb --- /dev/null +++ b/app-editors/ted/ted-2.17.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.17.ebuild,v 1.1 2005/03/31 09:01:43 spider 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}" + cd ${BUILDDIR} + + 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" + + cd ${BUILDDIR} + + 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" + + rm -rf ${T} +} |