diff options
author | 2006-05-01 11:07:23 +0000 | |
---|---|---|
committer | 2006-05-01 11:07:23 +0000 | |
commit | 0b0ebc8fce0ab8deb79088aba8f8f55ad6991f0e (patch) | |
tree | 2aa6664b2e996cb6fc94e52007b5846042d2c3e3 /app-office/texmacs | |
parent | Stable on mips. (diff) | |
download | gentoo-2-0b0ebc8fce0ab8deb79088aba8f8f55ad6991f0e.tar.gz gentoo-2-0b0ebc8fce0ab8deb79088aba8f8f55ad6991f0e.tar.bz2 gentoo-2-0b0ebc8fce0ab8deb79088aba8f8f55ad6991f0e.zip |
Removed libtool from RDEPEND, found by QA script.
(Portage version: 2.1_pre10)
Diffstat (limited to 'app-office/texmacs')
-rw-r--r-- | app-office/texmacs/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/texmacs/files/digest-texmacs-1.0.4-r1 | 2 | ||||
-rw-r--r-- | app-office/texmacs/files/digest-texmacs-1.0.5.6 | 2 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.4-r1.ebuild | 3 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.5.6.ebuild | 3 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.6-r1.ebuild | 3 |
6 files changed, 12 insertions, 7 deletions
diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog index 33da01bd6ead..1b89b5fd9293 100644 --- a/app-office/texmacs/ChangeLog +++ b/app-office/texmacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/texmacs # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.42 2006/04/20 18:55:12 ehmsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.43 2006/05/01 11:07:23 ehmsen Exp $ + + 01 May 2006; Martin Ehmsen <ehmsen@gentoo.org> texmacs-1.0.4-r1.ebuild, + texmacs-1.0.5.6.ebuild, texmacs-1.0.6-r1.ebuild: + Removed libtool from RDEPEND, found by QA script. *texmacs-1.0.6-r1 (20 Apr 2006) diff --git a/app-office/texmacs/files/digest-texmacs-1.0.4-r1 b/app-office/texmacs/files/digest-texmacs-1.0.4-r1 index 4a7f8b6d8d46..ba413e7f56ec 100644 --- a/app-office/texmacs/files/digest-texmacs-1.0.4-r1 +++ b/app-office/texmacs/files/digest-texmacs-1.0.4-r1 @@ -1,2 +1,4 @@ MD5 6f2a65e4c643a98fadbe6ee3cd5c5cb4 TeXmacs-1.0.4-R3-src.tar.gz 2456451 MD5 945dfd3f76b20082aeea8131d87a260f TeXmacs-600dpi-fonts.tar.gz 2899193 +RMD160 b5a27a59ed0c178f94836b828d12d3534b506582 TeXmacs-600dpi-fonts.tar.gz 2899193 +SHA256 e8eeb3c97a1405fd037b0567f683a6d2225d47c7829893b9768bd6c1c707cc81 TeXmacs-600dpi-fonts.tar.gz 2899193 diff --git a/app-office/texmacs/files/digest-texmacs-1.0.5.6 b/app-office/texmacs/files/digest-texmacs-1.0.5.6 index 6a366f079293..597e204462ac 100644 --- a/app-office/texmacs/files/digest-texmacs-1.0.5.6 +++ b/app-office/texmacs/files/digest-texmacs-1.0.5.6 @@ -1,2 +1,4 @@ MD5 09d86d4b8b08baf28303434b72cb8589 TeXmacs-1.0.5.6-src.tar.gz 2994800 MD5 945dfd3f76b20082aeea8131d87a260f TeXmacs-600dpi-fonts.tar.gz 2899193 +RMD160 b5a27a59ed0c178f94836b828d12d3534b506582 TeXmacs-600dpi-fonts.tar.gz 2899193 +SHA256 e8eeb3c97a1405fd037b0567f683a6d2225d47c7829893b9768bd6c1c707cc81 TeXmacs-600dpi-fonts.tar.gz 2899193 diff --git a/app-office/texmacs/texmacs-1.0.4-r1.ebuild b/app-office/texmacs/texmacs-1.0.4-r1.ebuild index 48e41b979322..360e2b3fda45 100644 --- a/app-office/texmacs/texmacs-1.0.4-r1.ebuild +++ b/app-office/texmacs/texmacs-1.0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.4-r1.ebuild,v 1.6 2006/01/25 11:52:23 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.4-r1.ebuild,v 1.7 2006/05/01 11:07:23 ehmsen Exp $ inherit flag-o-matic @@ -22,7 +22,6 @@ RDEPEND="virtual/tetex >=dev-util/guile-1.4 >=sys-apps/sed-4 media-libs/freetype - sys-devel/libtool || ( ( x11-libs/libX11 x11-libs/libICE ) virtual/x11 diff --git a/app-office/texmacs/texmacs-1.0.5.6.ebuild b/app-office/texmacs/texmacs-1.0.5.6.ebuild index edc3101831c4..0dfd215b65b4 100644 --- a/app-office/texmacs/texmacs-1.0.5.6.ebuild +++ b/app-office/texmacs/texmacs-1.0.5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.5.6.ebuild,v 1.3 2006/01/25 11:52:23 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.5.6.ebuild,v 1.4 2006/05/01 11:07:23 ehmsen Exp $ # although flag-o-matic functions in portage, we should inherit it inherit flag-o-matic @@ -23,7 +23,6 @@ RDEPEND="virtual/tetex >=dev-util/guile-1.4 >=sys-apps/sed-4 media-libs/freetype - sys-devel/libtool || ( ( x11-libs/libX11 x11-libs/libICE ) virtual/x11 diff --git a/app-office/texmacs/texmacs-1.0.6-r1.ebuild b/app-office/texmacs/texmacs-1.0.6-r1.ebuild index 9553d5955091..e883a3d3077a 100644 --- a/app-office/texmacs/texmacs-1.0.6-r1.ebuild +++ b/app-office/texmacs/texmacs-1.0.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.6-r1.ebuild,v 1.1 2006/04/20 18:55:12 ehmsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.6-r1.ebuild,v 1.2 2006/05/01 11:07:23 ehmsen Exp $ # although flag-o-matic functions in portage, we should inherit it inherit flag-o-matic eutils @@ -23,7 +23,6 @@ RDEPEND="virtual/tetex >=dev-util/guile-1.4 >=sys-apps/sed-4 media-libs/freetype - sys-devel/libtool || ( ( x11-libs/libX11 x11-libs/libICE ) virtual/x11 |