Gentoo Archives: gentoo-commits

From: "Diego Elio Pettenò" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/flameeyes:master commit in: dev-tex/mailing/
Date: Tue, 15 Nov 2011 14:24:04
Message-Id: 3cbb2596a3df20091f584d2bb9cf1647d508cd37.flameeyes@gentoo
1 commit: 3cbb2596a3df20091f584d2bb9cf1647d508cd37
2 Author: Diego Elio Pettenò <flameeyes <AT> flameeyes <DOT> eu>
3 AuthorDate: Tue Nov 15 14:19:00 2011 +0000
4 Commit: Diego Elio Pettenò <flameeyes <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 15 14:19:00 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/flameeyes.git;a=commit;h=3cbb2596
7
8 dev-tex/mailing is unfetchable.
9
10 ---
11 dev-tex/mailing/Manifest | 2 --
12 dev-tex/mailing/mailing-1.0.0.ebuild | 31 -------------------------------
13 2 files changed, 0 insertions(+), 33 deletions(-)
14
15 diff --git a/dev-tex/mailing/Manifest b/dev-tex/mailing/Manifest
16 deleted file mode 100644
17 index 2da034f..0000000
18 --- a/dev-tex/mailing/Manifest
19 +++ /dev/null
20 @@ -1,2 +0,0 @@
21 -MD5 de8b85dd66eb210ea484aafc7893b0fb files/digest-mailing-1.0.0 61
22 -MD5 7bdb5af13676d8ea585e9eaf86383657 mailing-1.0.0.ebuild 748
23
24 diff --git a/dev-tex/mailing/mailing-1.0.0.ebuild b/dev-tex/mailing/mailing-1.0.0.ebuild
25 deleted file mode 100644
26 index 83b104c..0000000
27 --- a/dev-tex/mailing/mailing-1.0.0.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2004 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild,v 1.7 2004/12/28 20:41:22 absinthe Exp $
33 -
34 -inherit latex-package
35 -
36 -S="${WORKDIR}/${PN}"
37 -LICENSE="LPPL-1.2"
38 -DESCRIPTION="A LaTeX macros for mail merging"
39 -HOMEPAGE="none"
40 -# downloaded from
41 -# ftp://ftp.ctan.org/pub/tex-archive/macros/latex/contrib/${PN}.tar.gz
42 -SRC_URI="mirror://gentoo/${P}.zip"
43 -SLOT="0"
44 -DEPEND="virtual/tetex"
45 -KEYWORDS="~amd64"
46 -IUSE=""
47 -
48 -src_compile() {
49 - addwrite /var/cache/fonts/
50 - ebegin "Compiling ${PN}"
51 - latex ${PN}.ins || die
52 - eend
53 -}
54 -
55 -src_install() {
56 - latex-package_src_install
57 -
58 - insinto ${TEXMF}/tex/latex/${PN}
59 - doins *.cfg
60 -}