public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/archway/
@ 2017-03-19  4:12 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2017-03-19  4:12 UTC (permalink / raw
  To: gentoo-commits

commit:     0458dd30399e131a94da3f0a44f8711fe15405c5
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 03:21:39 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 03:50:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0458dd30

dev-vcs/archway: Fix dep on dev-perl/Gtk2

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-vcs/archway/archway-0.2.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-vcs/archway/archway-0.2.1.ebuild b/dev-vcs/archway/archway-0.2.1.ebuild
index 1a081a3a083..3b5bdcd1125 100644
--- a/dev-vcs/archway/archway-0.2.1.ebuild
+++ b/dev-vcs/archway/archway-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=3
@@ -16,13 +16,13 @@ IUSE=""
 #"ArchWay requires gtk-2.4 and gtk2-perl." -$HOMEPAGE
 #DEPEND=">=dev-util/tla-1.1
 #	>=dev-lang/perl-5.8.0
-#	>=dev-perl/gtk2-perl-1.040
+#	>=dev-perl/Gtk2-1.040
 #	>=dev-perl/glib-perl-1.040
 #	>=x11-libs/gtk+-2.4.0"
 
 DEPEND=""
 RDEPEND="x11-libs/gtk+:2
-	>=dev-perl/gtk2-perl-1.040"
+	>=dev-perl/Gtk2-1.040"
 
 src_install() {
 	emake DESTDIR="${D}" prefix=/usr install || die


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/archway/
@ 2018-01-26 22:45 Mikle Kolyada
  0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada @ 2018-01-26 22:45 UTC (permalink / raw
  To: gentoo-commits

commit:     9c3905cc0b5f78a512da72a1687ace5f76ec2f7b
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 22:44:29 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 22:44:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c3905cc

dev-vcs/archway: remove last rited package

Closes: https://bugs.gentoo.org/640262

 dev-vcs/archway/Manifest             |  1 -
 dev-vcs/archway/archway-0.2.1.ebuild | 29 -----------------------------
 dev-vcs/archway/metadata.xml         |  5 -----
 3 files changed, 35 deletions(-)

diff --git a/dev-vcs/archway/Manifest b/dev-vcs/archway/Manifest
deleted file mode 100644
index 416a39c3e2a..00000000000
--- a/dev-vcs/archway/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST archway-0.2.1.tar.gz 384389 BLAKE2B 1cfa7e601cb75018d0f0f8ba2230d90e90ef8d0469e84863b4e1cd56dec11a81304be29783070a1162f7edf87b23198359ed2d291ac0287fd42d5c048d33769b SHA512 52a9a5c3ced55dd50e996c75b7973c0d8e57a1b4f2094c8be598f8cb6f4b291c7d6c8ad79b447a32aa0a4f73263d65409d9b0c8ea8ef505e71e73d03fbb92a7d

diff --git a/dev-vcs/archway/archway-0.2.1.ebuild b/dev-vcs/archway/archway-0.2.1.ebuild
deleted file mode 100644
index 3b5bdcd1125..00000000000
--- a/dev-vcs/archway/archway-0.2.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-inherit eutils
-
-DESCRIPTION="A GUI for GNU Arch"
-HOMEPAGE="http://www.nongnu.org/archway/"
-SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-#"ArchWay requires gtk-2.4 and gtk2-perl." -$HOMEPAGE
-#DEPEND=">=dev-util/tla-1.1
-#	>=dev-lang/perl-5.8.0
-#	>=dev-perl/Gtk2-1.040
-#	>=dev-perl/glib-perl-1.040
-#	>=x11-libs/gtk+-2.4.0"
-
-DEPEND=""
-RDEPEND="x11-libs/gtk+:2
-	>=dev-perl/Gtk2-1.040"
-
-src_install() {
-	emake DESTDIR="${D}" prefix=/usr install || die
-}

diff --git a/dev-vcs/archway/metadata.xml b/dev-vcs/archway/metadata.xml
deleted file mode 100644
index 6f49eba8f49..00000000000
--- a/dev-vcs/archway/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-26 22:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-19  4:12 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/archway/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2018-01-26 22:45 Mikle Kolyada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox