Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ctemplate/
Date: Wed, 01 Mar 2017 18:42:10
Message-Id: 1488392682.745b4ba0ffe13cc14ba3f55a499b06ecb021ba11.soap@gentoo
1 commit: 745b4ba0ffe13cc14ba3f55a499b06ecb021ba11
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 18:24:42 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 18:24:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=745b4ba0
7
8 dev-cpp/ctemplate: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-cpp/ctemplate/Manifest | 1 -
13 dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild | 68 -----------------------------
14 dev-cpp/ctemplate/ctemplate-2.3.ebuild | 67 ----------------------------
15 3 files changed, 136 deletions(-)
16
17 diff --git a/dev-cpp/ctemplate/Manifest b/dev-cpp/ctemplate/Manifest
18 index 037deb76a38..1afe5c38e4a 100644
19 --- a/dev-cpp/ctemplate/Manifest
20 +++ b/dev-cpp/ctemplate/Manifest
21 @@ -1,2 +1 @@
22 -DIST ctemplate-2.2_p129.tar.bz2 581172 SHA256 1903533180ed9604e548ee7dfb3b704368bda5ce5e5b84f1e448f966730500d7 SHA512 049ae4a9269f668ae6fc6207609a10609d59d7731c999a2ede191cef26d9203ab32ae87a48d5b08457a83a8dbd2be61621dbb8b2361e2747c63502f4caf4f8e7 WHIRLPOOL 790c2242a003ba8ceba3783be26a6a4a0af71605a6ee867d16eff6771f02b071a51e94d620233420aba6da1a9797a0cebcb9e1dce6626703077546c53873dcad
23 DIST ctemplate-2.3.tar.bz2 564389 SHA256 6409e74486888be371cf29900ba757e5443c958295f2099359d5ef6a6acceeec SHA512 546645389a8bfed59686b62b43cb7d53714ac98e1b75311c217bb0f3b6201d5d486766b1ce7e35bf15032372e45c36b27008f54085bd0c9ef0dd0b7e04b8e3f5 WHIRLPOOL 9261906ddb6857a378aa9f86a9cd87b6fcb9c79c442ff2b87ddf92021fdd64140f3cb87cbb2b1f3775fa2f5a0d039d1b4ceca3cf07f1efc841fbfb72e9f1467e
24
25 diff --git a/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild b/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild
26 deleted file mode 100644
27 index 5e700bc7f05..00000000000
28 --- a/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild
29 +++ /dev/null
30 @@ -1,68 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="5"
35 -
36 -AM_OPTS="--force-missing"
37 -AUTOTOOLS_AUTORECONF=1
38 -AUTOTOOLS_IN_SOURCE_BUILD=1
39 -PYTHON_COMPAT=( python2_7 )
40 -inherit autotools-utils elisp-common python-any-r1
41 -
42 -DESCRIPTION="A simple but powerful template language for C++"
43 -HOMEPAGE="https://github.com/olafvdspek/ctemplate"
44 -SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.bz2"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux"
49 -IUSE="doc emacs vim-syntax static-libs test"
50 -
51 -DEPEND="test? ( ${PYTHON_DEPS} )"
52 -RDEPEND="vim-syntax? ( >=app-editors/vim-core-7 )
53 - emacs? ( virtual/emacs )"
54 -
55 -DOCS=( AUTHORS ChangeLog NEWS README )
56 -
57 -SITEFILE="70ctemplate-gentoo.el"
58 -
59 -# Some tests are broken in 2.2_p129
60 -RESTRICT="test"
61 -
62 -src_compile() {
63 - autotools-utils_src_compile
64 -
65 - if use emacs ; then
66 - elisp-compile contrib/tpl-mode.el || die "elisp-compile failed"
67 - fi
68 -}
69 -
70 -src_install() {
71 - autotools-utils_src_install
72 -
73 - # Installs just every piece
74 - rm -rf "${ED}/usr/share/doc"
75 -
76 - use doc && dohtml doc/*
77 -
78 - if use vim-syntax ; then
79 - cd "${S}/contrib"
80 - sh highlighting.vim || die "unpacking vim scripts failed"
81 - insinto /usr/share/vim/vimfiles
82 - doins -r .vim/*
83 - fi
84 -
85 - if use emacs ; then
86 - cd "${S}/contrib"
87 - elisp-install ${PN} tpl-mode.el tpl-mode.elc || die "elisp-install failed"
88 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
89 - fi
90 -}
91 -
92 -pkg_postinst() {
93 - use emacs && elisp-site-regen
94 -}
95 -
96 -pkg_postrm() {
97 - use emacs && elisp-site-regen
98 -}
99
100 diff --git a/dev-cpp/ctemplate/ctemplate-2.3.ebuild b/dev-cpp/ctemplate/ctemplate-2.3.ebuild
101 deleted file mode 100644
102 index 28a3b7498aa..00000000000
103 --- a/dev-cpp/ctemplate/ctemplate-2.3.ebuild
104 +++ /dev/null
105 @@ -1,67 +0,0 @@
106 -# Copyright 1999-2014 Gentoo Foundation
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI="5"
110 -
111 -AUTOTOOLS_AUTORECONF=1
112 -AUTOTOOLS_IN_SOURCE_BUILD=1
113 -PYTHON_COMPAT=( python2_7 )
114 -inherit autotools-utils elisp-common python-any-r1
115 -
116 -DESCRIPTION="A simple but powerful template language for C++"
117 -HOMEPAGE="https://github.com/olafvdspek/ctemplate"
118 -SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/${P}.tar.bz2"
119 -
120 -LICENSE="BSD"
121 -SLOT="0"
122 -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
123 -IUSE="doc emacs vim-syntax static-libs test"
124 -
125 -DEPEND="test? ( ${PYTHON_DEPS} )"
126 -RDEPEND="vim-syntax? ( >=app-editors/vim-core-7 )
127 - emacs? ( virtual/emacs )"
128 -
129 -DOCS=( AUTHORS ChangeLog NEWS README )
130 -
131 -SITEFILE="70ctemplate-gentoo.el"
132 -
133 -# Some tests are broken in 2.3
134 -RESTRICT="test"
135 -
136 -src_compile() {
137 - autotools-utils_src_compile
138 -
139 - if use emacs ; then
140 - elisp-compile contrib/tpl-mode.el || die "elisp-compile failed"
141 - fi
142 -}
143 -
144 -src_install() {
145 - autotools-utils_src_install
146 -
147 - # Installs just every piece
148 - rm -rf "${ED}/usr/share/doc"
149 -
150 - use doc && dohtml doc/*
151 -
152 - if use vim-syntax ; then
153 - cd "${S}/contrib"
154 - sh highlighting.vim || die "unpacking vim scripts failed"
155 - insinto /usr/share/vim/vimfiles
156 - doins -r .vim/*
157 - fi
158 -
159 - if use emacs ; then
160 - cd "${S}/contrib"
161 - elisp-install ${PN} tpl-mode.el tpl-mode.elc || die "elisp-install failed"
162 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
163 - fi
164 -}
165 -
166 -pkg_postinst() {
167 - use emacs && elisp-site-regen
168 -}
169 -
170 -pkg_postrm() {
171 - use emacs && elisp-site-regen
172 -}