From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA337138334 for ; Sun, 30 Dec 2018 11:34:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A3EAE0C01; Sun, 30 Dec 2018 11:34:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1769DE0C01 for ; Sun, 30 Dec 2018 11:34:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E519B335C5D for ; Sun, 30 Dec 2018 11:34:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44F574D3 for ; Sun, 30 Dec 2018 11:34:08 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1546169622.cbe64be02868bde376268aedc17670f16862df74.jlec@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: app-editors/texworks/, app-editors/texworks/files/, ... X-VCS-Repository: proj/betagarden X-VCS-Files: app-editors/texworks/ChangeLog app-editors/texworks/files/icon/texworks.png app-editors/texworks/files/texworks.desktop app-editors/texworks/metadata.xml app-editors/texworks/texworks-9999-r4.ebuild X-VCS-Directories: app-editors/texworks/ app-editors/texworks/files/ app-editors/texworks/files/icon/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: cbe64be02868bde376268aedc17670f16862df74 X-VCS-Branch: master Date: Sun, 30 Dec 2018 11:34:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 22f4171a-19a1-44f3-b492-fba8181bc61c X-Archives-Hash: 0026a3a7bb97124bc11aad49161ea8f9 commit: cbe64be02868bde376268aedc17670f16862df74 Author: Justin Lecher gentoo org> AuthorDate: Sun Dec 30 11:33:42 2018 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Dec 30 11:33:42 2018 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=cbe64be0 Drop package using removed eclass Signed-off-by: Justin Lecher gentoo.org> app-editors/texworks/ChangeLog | 7 ------- app-editors/texworks/files/icon/texworks.png | Bin 2575 -> 0 bytes app-editors/texworks/files/texworks.desktop | 21 -------------------- app-editors/texworks/metadata.xml | 7 ------- app-editors/texworks/texworks-9999-r4.ebuild | 28 --------------------------- 5 files changed, 63 deletions(-) diff --git a/app-editors/texworks/ChangeLog b/app-editors/texworks/ChangeLog deleted file mode 100644 index 505d4dc..0000000 --- a/app-editors/texworks/ChangeLog +++ /dev/null @@ -1,7 +0,0 @@ -# ChangeLog for app-editors/texworks -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 - - 12 Dec 2013; Justin Lecher texworks-9999-r4.ebuild, - metadata.xml: - Bump to EAPI=5 and fix qt dep; use eutils.eclass functions - diff --git a/app-editors/texworks/files/icon/texworks.png b/app-editors/texworks/files/icon/texworks.png deleted file mode 100644 index 349b331..0000000 Binary files a/app-editors/texworks/files/icon/texworks.png and /dev/null differ diff --git a/app-editors/texworks/files/texworks.desktop b/app-editors/texworks/files/texworks.desktop deleted file mode 100644 index f516483..0000000 --- a/app-editors/texworks/files/texworks.desktop +++ /dev/null @@ -1,21 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Version=1.0 -Name=TeXworks -Name[zh_CN]=TeXworks -Name[zh_HK]=TeXworks -Name[zh_TW]=TeXworks -GenericName=TeX Editor -GenericName[zh_CN]=TeX编辑器 -GenericName[zh_HK]=TeX編輯器 -GenericName[zh_TW]=TeX編輯器 -Comment=Edit TeX documents -Comment[zh_CN]=编辑TeX文档 -Comment[zh_HK]=編輯TeX文檔 -Comment[zh_TW]=編輯TeX文檔 -Exec=texworks -Icon=texworks -Terminal=false -Type=Application -MimeType=text/x-tex; -Categories=Development;TextEditor; diff --git a/app-editors/texworks/metadata.xml b/app-editors/texworks/metadata.xml deleted file mode 100644 index 2c53357..0000000 --- a/app-editors/texworks/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - maintainer-wanted@gentoo.org - - diff --git a/app-editors/texworks/texworks-9999-r4.ebuild b/app-editors/texworks/texworks-9999-r4.ebuild deleted file mode 100644 index f446e75..0000000 --- a/app-editors/texworks/texworks-9999-r4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils qt4-r2 subversion - -DESCRIPTION="Environment for authoring TeX/LaTeX/ConTeXt with focus on usability" -HOMEPAGE="http://code.google.com/p/texworks" -SRC_URI="" -ESVN_REPO_URI="http://texworks.googlecode.com/svn/trunk/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND=" - >=dev-qt/qtcore-4.5:4 - app-text/poppler[qt4] - >=app-text/hunspell-1.2.2" -RDEPEND="${DEPEND}" - -src_install() { - domenu "${FILESDIR}"/texworks.desktop - doicon "${FILESDIR}"/icon/texworks.png - dobin texworks -}