Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 230605 - dev-util/archway depends on dev-util/tla
Summary: dev-util/archway depends on dev-util/tla
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-03 03:48 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2008-07-03 04:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-07-03 03:48:18 UTC
Ebuild depends on >=dev-util/tla-1.1 which blocks bug #59548.

According to the HOMEPAGE:

ArchWay requires gtk-2.4 and gtk2-perl. The installation is a matter of:

    make install prefix=$HOME/archway

Alternativelly, just add the bin/ directory to your PATH, no installation is needed.
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-07-03 04:08:54 UTC
Well, archway-2.1.0 builds and runs without depending on dev-util/tla. I'll commit this & some general ebuild cleanup.

--- archway-0.2.1.ebuild        30 Oct 2005 21:38:09 -0000      1.1
+++ archway-0.2.1.ebuild        3 Jul 2008 04:03:28 -0000
@@ -5,27 +5,26 @@
 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=""
 
-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"
+#"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() {
-       make \
-               DESTDIR=${D} \
-               prefix=/usr \
-               install || die
+       make DESTDIR=${D} prefix=/usr install || die
 }


Also, removing old ebuilds. We can request for the latest to become stable if anyone would like. (file new bug). Thanks.