diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2003-04-02 00:17:58 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2003-04-02 00:17:58 +0000 |
commit | 75cdb7e67621ada5100fff27fab942cb2a0a98b8 (patch) | |
tree | 2dbaa3da7887c2016bd19c30f11e2d4c943289fa /app-editors/ted | |
parent | Switched from a U1_HME_FIX variable to a local use flag (diff) | |
download | gentoo-2-75cdb7e67621ada5100fff27fab942cb2a0a98b8.tar.gz gentoo-2-75cdb7e67621ada5100fff27fab942cb2a0a98b8.tar.bz2 gentoo-2-75cdb7e67621ada5100fff27fab942cb2a0a98b8.zip |
fixing bug 1446
Diffstat (limited to 'app-editors/ted')
-rw-r--r-- | app-editors/ted/ChangeLog | 3 | ||||
-rw-r--r-- | app-editors/ted/ted-2.11.ebuild | 5 | ||||
-rw-r--r-- | app-editors/ted/ted-2.12.ebuild | 5 |
3 files changed, 7 insertions, 6 deletions
diff --git a/app-editors/ted/ChangeLog b/app-editors/ted/ChangeLog index 2007b1424d5b..b53a0244d998 100644 --- a/app-editors/ted/ChangeLog +++ b/app-editors/ted/ChangeLog @@ -3,6 +3,9 @@ *ted-2.12 (24 Dec 2002) + 02 apr 2003; <spider@gentoo.org> ted-2.11.ebuild, ted-2.12.ebuild: + Removed xpm depend per bug 1446 + 29 Mar 2003; Alastair Tse <liquidx@gentoo.org> ted-2.11.ebuild, ted-2.12.ebuild: replace openmotif with virtual/motif diff --git a/app-editors/ted/ted-2.11.ebuild b/app-editors/ted/ted-2.11.ebuild index 58b5f04de495..74de4f5d41fc 100644 --- a/app-editors/ted/ted-2.11.ebuild +++ b/app-editors/ted/ted-2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.11.ebuild,v 1.12 2003/03/29 02:53:03 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.11.ebuild,v 1.13 2003/04/02 00:17:58 spider Exp $ DESCRIPTION="X-based rich text editor" HOMEPAGE="http://www.nllgg.nl/Ted" @@ -13,8 +13,7 @@ KEYWORDS="x86 ppc sparc" DEPEND="virtual/motif >=media-libs/tiff-3.5.7 >=media-libs/jpeg-6b - >=media-libs/libpng-1.2.3 - >=media-libs/xpm-3.4k" + >=media-libs/libpng-1.2.3" S="${WORKDIR}/Ted-${PV}" diff --git a/app-editors/ted/ted-2.12.ebuild b/app-editors/ted/ted-2.12.ebuild index 73a558c42a94..2a4b25fa01b0 100644 --- a/app-editors/ted/ted-2.12.ebuild +++ b/app-editors/ted/ted-2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.5 2003/03/29 02:53:03 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.12.ebuild,v 1.6 2003/04/02 00:17:58 spider Exp $ DESCRIPTION="X-based rich text editor." HOMEPAGE="http://www.nllgg.nl/Ted" @@ -13,8 +13,7 @@ KEYWORDS="x86 ppc sparc" DEPEND="virtual/motif >=media-libs/tiff-3.5.7 >=media-libs/jpeg-6b - >=media-libs/libpng-1.2.3 - >=media-libs/xpm-3.4k" + >=media-libs/libpng-1.2.3" S="${WORKDIR}/Ted-${PV}" |