diff options
author | 2006-01-21 11:33:47 +0000 | |
---|---|---|
committer | 2006-01-21 11:33:47 +0000 | |
commit | 6230c99ef96e9e8ea7b9575f08d408f39c7a8297 (patch) | |
tree | c66ee7a0e7fd881d151036d70dc642cd3d6c42d5 /dev-tex/algorithms/algorithms-2005.07.05.ebuild | |
parent | Removed old version. (diff) | |
download | gentoo-2-6230c99ef96e9e8ea7b9575f08d408f39c7a8297.tar.gz gentoo-2-6230c99ef96e9e8ea7b9575f08d408f39c7a8297.tar.bz2 gentoo-2-6230c99ef96e9e8ea7b9575f08d408f39c7a8297.zip |
Do not install COPYING file
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-tex/algorithms/algorithms-2005.07.05.ebuild')
-rw-r--r-- | dev-tex/algorithms/algorithms-2005.07.05.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-tex/algorithms/algorithms-2005.07.05.ebuild b/dev-tex/algorithms/algorithms-2005.07.05.ebuild index 6f31fce30388..db96b4802750 100644 --- a/dev-tex/algorithms/algorithms-2005.07.05.ebuild +++ b/dev-tex/algorithms/algorithms-2005.07.05.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/dev-tex/algorithms/algorithms-2005.07.05.ebuild,v 1.1 2006/01/20 11:15:40 ehmsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/algorithms/algorithms-2005.07.05.ebuild,v 1.2 2006/01/21 11:33:47 nattfodd Exp $ inherit latex-package @@ -8,14 +8,16 @@ DESCRIPTION="algorithms -- an environment for describing algorithms" HOMEPAGE="http://algorithms.berlios.de/" SRC_URI="http://download.berlios.de/algorithms/${P//\./-}.tar.gz" LICENSE="LGPL-2.1" + SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" + # tetex-3.0 includes algorithms DEPEND="!>=app-text/tetex-3.0" S="${WORKDIR}/${PN}" src_install() { latex-package_src_install || die - dodoc README COPYING THANKS + dodoc README THANKS } |