Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: app-editors/texworks/, app-editors/texworks/files/, ...
Date: Sun, 30 Dec 2018 11:34:12
Message-Id: 1546169622.cbe64be02868bde376268aedc17670f16862df74.jlec@gentoo
1 commit: cbe64be02868bde376268aedc17670f16862df74
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 30 11:33:42 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 30 11:33:42 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=cbe64be0
7
8 Drop package using removed eclass
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 app-editors/texworks/ChangeLog | 7 -------
13 app-editors/texworks/files/icon/texworks.png | Bin 2575 -> 0 bytes
14 app-editors/texworks/files/texworks.desktop | 21 --------------------
15 app-editors/texworks/metadata.xml | 7 -------
16 app-editors/texworks/texworks-9999-r4.ebuild | 28 ---------------------------
17 5 files changed, 63 deletions(-)
18
19 diff --git a/app-editors/texworks/ChangeLog b/app-editors/texworks/ChangeLog
20 deleted file mode 100644
21 index 505d4dc..0000000
22 --- a/app-editors/texworks/ChangeLog
23 +++ /dev/null
24 @@ -1,7 +0,0 @@
25 -# ChangeLog for app-editors/texworks
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -
28 - 12 Dec 2013; Justin Lecher <jlec@g.o> texworks-9999-r4.ebuild,
29 - metadata.xml:
30 - Bump to EAPI=5 and fix qt dep; use eutils.eclass functions
31 -
32
33 diff --git a/app-editors/texworks/files/icon/texworks.png b/app-editors/texworks/files/icon/texworks.png
34 deleted file mode 100644
35 index 349b331..0000000
36 Binary files a/app-editors/texworks/files/icon/texworks.png and /dev/null differ
37
38 diff --git a/app-editors/texworks/files/texworks.desktop b/app-editors/texworks/files/texworks.desktop
39 deleted file mode 100644
40 index f516483..0000000
41 --- a/app-editors/texworks/files/texworks.desktop
42 +++ /dev/null
43 @@ -1,21 +0,0 @@
44 -[Desktop Entry]
45 -Encoding=UTF-8
46 -Version=1.0
47 -Name=TeXworks
48 -Name[zh_CN]=TeXworks
49 -Name[zh_HK]=TeXworks
50 -Name[zh_TW]=TeXworks
51 -GenericName=TeX Editor
52 -GenericName[zh_CN]=TeX编辑器
53 -GenericName[zh_HK]=TeX編輯器
54 -GenericName[zh_TW]=TeX編輯器
55 -Comment=Edit TeX documents
56 -Comment[zh_CN]=编辑TeX文档
57 -Comment[zh_HK]=編輯TeX文檔
58 -Comment[zh_TW]=編輯TeX文檔
59 -Exec=texworks
60 -Icon=texworks
61 -Terminal=false
62 -Type=Application
63 -MimeType=text/x-tex;
64 -Categories=Development;TextEditor;
65
66 diff --git a/app-editors/texworks/metadata.xml b/app-editors/texworks/metadata.xml
67 deleted file mode 100644
68 index 2c53357..0000000
69 --- a/app-editors/texworks/metadata.xml
70 +++ /dev/null
71 @@ -1,7 +0,0 @@
72 -<?xml version="1.0" encoding="UTF-8"?>
73 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
74 -<pkgmetadata>
75 - <maintainer type="project">
76 - <email>maintainer-wanted@g.o</email>
77 - </maintainer>
78 -</pkgmetadata>
79
80 diff --git a/app-editors/texworks/texworks-9999-r4.ebuild b/app-editors/texworks/texworks-9999-r4.ebuild
81 deleted file mode 100644
82 index f446e75..0000000
83 --- a/app-editors/texworks/texworks-9999-r4.ebuild
84 +++ /dev/null
85 @@ -1,28 +0,0 @@
86 -# Copyright 1999-2013 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=5
90 -
91 -inherit eutils qt4-r2 subversion
92 -
93 -DESCRIPTION="Environment for authoring TeX/LaTeX/ConTeXt with focus on usability"
94 -HOMEPAGE="http://code.google.com/p/texworks"
95 -SRC_URI=""
96 -ESVN_REPO_URI="http://texworks.googlecode.com/svn/trunk/"
97 -
98 -LICENSE="GPL-2"
99 -SLOT="0"
100 -KEYWORDS=""
101 -IUSE=""
102 -
103 -DEPEND="
104 - >=dev-qt/qtcore-4.5:4
105 - app-text/poppler[qt4]
106 - >=app-text/hunspell-1.2.2"
107 -RDEPEND="${DEPEND}"
108 -
109 -src_install() {
110 - domenu "${FILESDIR}"/texworks.desktop
111 - doicon "${FILESDIR}"/icon/texworks.png
112 - dobin texworks
113 -}