Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-tex/ellipsis
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/ellipsis/ChangeLog,v 1.4 2007/03/13 00:43:17 nattfodd Exp $
12 Mar 2007; Alexandre Buisse
Replaced text-markup by tex as maintaining herd (text-markup split).
22 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
09 Mar 2006; Martin Ehmsen
Added IUSE="".
*ellipsis-1.6 (08 Feb 2006)
08 Feb 2006; Alexandre Buisse
+ellipsis-1.6.ebuild:
Initial import. Ebuild provided by Mathias Weight (bug #119701).
DIST ellipsis-1.6.zip 100655 RMD160 e164200076975e5075a96fbf076a60cf2e493018 SHA1 1753f82ce6d399d54ff6acaefa43fb73f03eb46f SHA256 c742c57707d316903c2a34623cc887662d0952edf698b6bd7bcc27776feac410
EBUILD ellipsis-1.6.ebuild 733 RMD160 824161fed773c832f4a1e2117a992fab7d5dcca2 SHA1 21df1fb1e4b7f31045042dd1faf4484cc9e46c57 SHA256 812fb21aadcaa435ecc5dac07cd9341969d1d494467fe2c51259390cb40098f0
MISC ChangeLog 717 RMD160 992c3955a7383b2c166dee459d81fe2c816cb94a SHA1 1a9e3a2a49ce21d486d5648aae5d45079d45fe44 SHA256 0e86b6dc3ba0ac0760afbeeafd9e15411b6b2bb6753bfe1f7dc3564e32b292a7
MISC metadata.xml 156 RMD160 2bf6b2ed9ff0fcef1e902cf093ccf4ae2dcc70a0 SHA1 e9260cd53905d8569cf3327ded4c6d01653fc389 SHA256 b4971b8472ab3fe4fbfe41b331a79193ca19e86c08d055ad1c20eaf9e04b79b6
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/ellipsis/ellipsis-1.6.ebuild,v 1.2 2006/03/09 12:34:33 ehmsen Exp $
inherit latex-package
DESCRIPTION="Simple package that fixes the way LaTeX centers ellipses."
HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/ellipsis/"
# Downloaded from:
# ftp://tug.ctan.org/tex-archive/macros/latex/contrib/ellipsis.zip
SRC_URI="mirror://gentoo/${P}.zip"
IUSE=""
KEYWORDS="~x86"
LICENSE="LPPL-1.2"
SLOT="0"
DEPEND="app-arch/unzip"
S="${WORKDIR}/${PN}"
src_install() {
latex-package_src_install
dodoc README ellipsis.pdf \
|| die "Installing the documentation failed."
}