Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fr0st/
Date: Mon, 29 Feb 2016 19:20:09
Message-Id: 1456773544.2835efeae8b067ae4ffb8df1f1f4b8de57542d6c.pacho@gentoo
1 commit: 2835efeae8b067ae4ffb8df1f1f4b8de57542d6c
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 29 19:19:04 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 29 19:19:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2835efea
7
8 media-gfx/fr0st: Drop old
9
10 Package-Manager: portage-2.2.27
11
12 media-gfx/fr0st/fr0st-1.4-r1.ebuild | 63 -------------------------------------
13 media-gfx/fr0st/fr0st-1.4-r2.ebuild | 2 +-
14 2 files changed, 1 insertion(+), 64 deletions(-)
15
16 diff --git a/media-gfx/fr0st/fr0st-1.4-r1.ebuild b/media-gfx/fr0st/fr0st-1.4-r1.ebuild
17 deleted file mode 100644
18 index 633f183..0000000
19 --- a/media-gfx/fr0st/fr0st-1.4-r1.ebuild
20 +++ /dev/null
21 @@ -1,63 +0,0 @@
22 -# Copyright 1999-2011 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=3
27 -
28 -WX_GTK_VER="2.8"
29 -PYTHON_DEPEND="2:2.7"
30 -
31 -inherit eutils multilib python wxwidgets
32 -
33 -DESCRIPTION="A fractal flame editor"
34 -HOMEPAGE="http://fr0st.wordpress.com/"
35 -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}.0/+download/${P}-src.tgz"
36 -
37 -LICENSE="GPL-3"
38 -SLOT="0"
39 -KEYWORDS="~amd64 ~x86"
40 -IUSE=""
41 -
42 -RDEPEND="dev-python/wxpython:2.8
43 - >=media-gfx/flam3-3.0.1"
44 -DEPEND="${RDEPEND}"
45 -
46 -S=${WORKDIR}/${P}-src
47 -
48 -pkg_setup() {
49 - fr0st_libdir="/usr/$(get_libdir)/fr0st"
50 - fr0st_sharedir="/usr/share/fr0st"
51 -
52 - python_set_active_version 2
53 - python_pkg_setup
54 -}
55 -
56 -src_prepare() {
57 - python_convert_shebangs 2 fr0st.py
58 -}
59 -
60 -src_install() {
61 - insinto "${fr0st_sharedir}"
62 - doins -r icons samples || die
63 -
64 - insinto "${fr0st_libdir}"
65 - doins -r fr0stlib || die
66 -
67 - exeinto "${fr0st_libdir}"
68 - doexe fr0st.py || die
69 -
70 - dosym "${fr0st_libdir}"/fr0st.py /usr/bin/fr0st || die
71 - dosym "${fr0st_sharedir}"/icons/fr0st.png /usr/share/pixmaps/fr0st.png || die
72 -
73 - make_desktop_entry fr0st fr0st
74 -
75 - dodoc changelog.txt
76 -}
77 -
78 -pkg_postinst() {
79 - python_mod_optimize "${fr0st_libdir}"
80 -}
81 -
82 -pkg_postrm() {
83 - python_mod_cleanup "${fr0st_libdir}"
84 -}
85
86 diff --git a/media-gfx/fr0st/fr0st-1.4-r2.ebuild b/media-gfx/fr0st/fr0st-1.4-r2.ebuild
87 index b1da6b5..dee6cc7 100644
88 --- a/media-gfx/fr0st/fr0st-1.4-r2.ebuild
89 +++ b/media-gfx/fr0st/fr0st-1.4-r2.ebuild
90 @@ -1,4 +1,4 @@
91 -# Copyright 1999-2011 Gentoo Foundation
92 +# Copyright 1999-2016 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 # $Id$