summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-03-05 05:49:57 +0000
committerJonathan Callen <abcd@gentoo.org>2010-03-05 05:49:57 +0000
commit25ec8d143aec812c195ede57f97e38bdea7eb081 (patch)
tree150952df30417d7b6646221d1b09420ad6de16cb /dev-vcs/archway
parentRemoving www-client/seamonkey dependency because of seamonkey-1* removal, bug... (diff)
downloadgentoo-2-25ec8d143aec812c195ede57f97e38bdea7eb081.tar.gz
gentoo-2-25ec8d143aec812c195ede57f97e38bdea7eb081.tar.bz2
gentoo-2-25ec8d143aec812c195ede57f97e38bdea7eb081.zip
Move from dev-util to dev-vcs for bug #56967
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'dev-vcs/archway')
-rw-r--r--dev-vcs/archway/ChangeLog50
-rw-r--r--dev-vcs/archway/archway-0.2.1.ebuild29
-rw-r--r--dev-vcs/archway/metadata.xml9
3 files changed, 88 insertions, 0 deletions
diff --git a/dev-vcs/archway/ChangeLog b/dev-vcs/archway/ChangeLog
new file mode 100644
index 000000000000..93a586ceb401
--- /dev/null
+++ b/dev-vcs/archway/ChangeLog
@@ -0,0 +1,50 @@
+# ChangeLog for dev-vcs/archway
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/archway/ChangeLog,v 1.1 2010/03/05 05:49:57 abcd Exp $
+
+ 05 Mar 2010; Jonathan Callen <abcd@gentoo.org> archway-0.2.1.ebuild:
+ Move from dev-util to dev-vcs for bug #56967
+
+ 03 Jul 2008; Jeremy Olexa <darkside@gentoo.org> -archway-0.1.1.ebuild,
+ -archway-0.2.0.ebuild, archway-0.2.1.ebuild:
+ Fix & remove deps which were implied and/or not needed. Fixes bug #230605.
+ Also, remove old versions
+
+ 21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
+ Fix up metadata.xml. If there's no maintainer for the package, the metadata
+ also needs to contain m-needed@g.o.
+
+ 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
+ Transition to Manifest2.
+
+ 01 Jan 2007; Petteri Räty <betelgeuse@gentoo.org> metadata.xml:
+ Removed arj as he is retired
+
+*archway-0.2.1 (30 Oct 2005)
+
+ 30 Oct 2005; <arj@gentoo.org> +archway-0.2.1.ebuild, -archway-0.1.0.ebuild:
+ New version. Closes #110717.
+
+*archway-0.2.0 (08 May 2005)
+
+ 08 May 2005; <arj@gentoo.org> +archway-0.2.0.ebuild:
+ New version. Closes #90613.
+
+ 08 May 2005; <arj@gentoo.org> archway-0.1.1.ebuild:
+ Mark stable on x86 and amd64.
+
+ 07 May 2005; David Holm <dholm@gentoo.org> archway-0.1.1.ebuild:
+ Added to ~ppc.
+
+*archway-0.1.1 (21 Jan 2005)
+
+ 21 Jan 2005; <arj@gentoo.org> +archway-0.1.1.ebuild:
+ New version. Closes 78844.
+
+ 21 Jan 2005; <arj@gentoo.org> archway-0.1.0.ebuild:
+ Clean up ebuild and correct dependencies.
+
+*archway-0.1.0 (17 Jan 2005)
+
+ 17 Jan 2005; <arj@gentoo.org> +archway-0.1.0.ebuild:
+ Initial import. Fixes #76675. Thanks to Thomas Gerigk for the ebuild.
diff --git a/dev-vcs/archway/archway-0.2.1.ebuild b/dev-vcs/archway/archway-0.2.1.ebuild
new file mode 100644
index 000000000000..5c5f13e97120
--- /dev/null
+++ b/dev-vcs/archway/archway-0.2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/archway/archway-0.2.1.ebuild,v 1.1 2010/03/05 05:49:57 abcd Exp $
+
+inherit eutils
+
+DESCRIPTION="A GUI for GNU Arch"
+HOMEPAGE="http://www.nongnu.org/archway/"
+SRC_URI="http://savannah.nongnu.org/download/archway/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc"
+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/glib-perl-1.040
+# >=x11-libs/gtk+-2.4.0"
+
+DEPEND=""
+RDEPEND="=x11-libs/gtk+-2*
+ >=dev-perl/gtk2-perl-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
new file mode 100644
index 000000000000..fae7d74a9aee
--- /dev/null
+++ b/dev-vcs/archway/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>maintainer-needed@gentoo.org</email>
+ <name>Default assignee for orphaned packages</name>
+ </maintainer>
+</pkgmetadata>