public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/wxglade/
Date: Sun, 15 Jul 2018 11:45:08 +0000 (UTC)	[thread overview]
Message-ID: <1531654028.1f6e8ed64ca93f1c28d8cb2be46b15cd5f34d60f.leio@gentoo> (raw)

commit:     1f6e8ed64ca93f1c28d8cb2be46b15cd5f34d60f
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 11:16:22 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 11:27:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6e8ed6

dev-util/wxglade: remove old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/wxglade/Manifest                |  1 -
 dev-util/wxglade/wxglade-0.6.3-r3.ebuild | 48 --------------------------------
 2 files changed, 49 deletions(-)

diff --git a/dev-util/wxglade/Manifest b/dev-util/wxglade/Manifest
index cb606a11017..c353e1fe6ec 100644
--- a/dev-util/wxglade/Manifest
+++ b/dev-util/wxglade/Manifest
@@ -1,2 +1 @@
-DIST wxGlade-0.6.3.tar.gz 595243 BLAKE2B 748369ab08cb114c9fabf046a981dd955532b7752b176c616e9660fc74eade1db3b6bf08669f5373586880fe7798ff96a7ce588878ea129a7c9d7c76a8bc2e3e SHA512 7cb8cb99f2a3d97c2aa43a6ad5cbb8c1b6aafff0e5d120fca1760acbb44d2c8fb3bf8a4d5b42055e1b4bef061bfdbe8eee884f4e087b9d6572874b5b818a61f9
 DIST wxGlade-0.8.2.zip 4682765 BLAKE2B b9c6a0fe5ca89dce4ba8236c1db079df76777ecff34c00b9251088f39e5c853c8b775a2d941fa7f45a4f607354b85ab6cb26b387bd7e81f4db9cf458944fecc0 SHA512 d74f0b88509232b5f573af70f643af840c96e810060fdffc413f71ad03acca0fdb0324fefe43ab2a36473d8b053259099883d4aae51afff0c1c0b0ece492f9d7

diff --git a/dev-util/wxglade/wxglade-0.6.3-r3.ebuild b/dev-util/wxglade/wxglade-0.6.3-r3.ebuild
deleted file mode 100644
index 34c2b06007b..00000000000
--- a/dev-util/wxglade/wxglade-0.6.3-r3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-single-r1
-
-MY_P="wxGlade-${PV}"
-
-DESCRIPTION="Glade-like GUI designer which can generate Python, Perl, C++ or XRC code"
-HOMEPAGE="http://wxglade.sourceforge.net/"
-SRC_URI="mirror://sourceforge/wxglade/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-	dev-python/wxpython:2.8[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}"/${P}-wxversion.patch )
-
-src_compile() {
-	python_fix_shebang wxglade.py
-}
-
-src_install() {
-	dodoc CHANGES.txt README.txt TODO.txt
-	newicon icons/icon.xpm wxglade.xpm
-	doman debian/wxglade.1
-	dodoc -r docs
-	rm -r debian docs || die
-
-	python_moduleinto /usr/lib/wxglade
-	python_domodule .
-	dosym /usr/share/doc/${PF}/docs /usr/lib/wxglade/docs
-	fperms 775 /usr/lib/wxglade/wxglade.py
-	dosym ../lib/wxglade/wxglade.py /usr/bin/wxglade
-
-	make_desktop_entry wxglade wxGlade wxglade "Development;GUIDesigner"
-}


             reply	other threads:[~2018-07-15 11:45 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-15 11:45 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-04-14 17:19 [gentoo-commits] repo/gentoo:master commit in: dev-util/wxglade/ Sergei Trofimovich
2020-02-09 19:40 Michał Górny
2020-02-09 16:25 Michał Górny
2019-08-24  6:34 Mart Raudsepp
2018-07-15 10:34 Sergei Trofimovich
2018-07-09 15:08 Mikle Kolyada
2018-07-08 19:10 Sergei Trofimovich
2018-07-06 13:43 Thomas Deutschmann
2018-06-26 19:12 Pacho Ramos
2018-05-28 18:22 Pacho Ramos
2017-02-19 10:33 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1531654028.1f6e8ed64ca93f1c28d8cb2be46b15cd5f34d60f.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox