summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-11-18 13:12:03 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-11-18 13:12:03 +0000
commit80c016ec64ec7094942cf0171e74a29abe43e0f7 (patch)
treeb876389d26a8b06bdee7b06f873d63d7a2eb7a15 /net-irc
parentStable for x86, wrt bug #440872 (diff)
downloadgentoo-2-80c016ec64ec7094942cf0171e74a29abe43e0f7.tar.gz
gentoo-2-80c016ec64ec7094942cf0171e74a29abe43e0f7.tar.bz2
gentoo-2-80c016ec64ec7094942cf0171e74a29abe43e0f7.zip
Add ~amd64, wrt bug #443724
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/nebula/ChangeLog6
-rw-r--r--net-irc/nebula/nebula-0.5.ebuild13
2 files changed, 9 insertions, 10 deletions
diff --git a/net-irc/nebula/ChangeLog b/net-irc/nebula/ChangeLog
index fad650cab51b..6296238271c3 100644
--- a/net-irc/nebula/ChangeLog
+++ b/net-irc/nebula/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/nebula
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/ChangeLog,v 1.7 2012/10/24 19:23:04 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/ChangeLog,v 1.8 2012/11/18 13:12:03 ago Exp $
+
+ 18 Nov 2012; Agostino Sarubbo <ago@gentoo.org> nebula-0.5.ebuild:
+ Add ~amd64, wrt bug #443724
24 Oct 2012; Ulrich Müller <ulm@gentoo.org> nebula-0.5.ebuild:
Update dependency after package move from x11-libs/openmotif to
@@ -30,4 +33,3 @@
04 Mar 2005; Sven Wegener <swegener@gentoo.org> +metadata.xml,
+nebula-0.4.ebuild:
Initial commit. Thanks to Sandro <bonazzola.634240@ilpoli.it> in bug #83669.
-
diff --git a/net-irc/nebula/nebula-0.5.ebuild b/net-irc/nebula/nebula-0.5.ebuild
index bb6788f9a13e..577bde293ffb 100644
--- a/net-irc/nebula/nebula-0.5.ebuild
+++ b/net-irc/nebula/nebula-0.5.ebuild
@@ -1,22 +1,19 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/nebula-0.5.ebuild,v 1.5 2012/10/24 19:23:04 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/nebula-0.5.ebuild,v 1.6 2012/11/18 13:12:03 ago Exp $
-EAPI=1
+EAPI=4
DESCRIPTION="An IRC client for X11 and Motif"
HOMEPAGE="http://nebula-irc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/nebula-irc/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/${PN}-irc/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~amd64 x86"
IUSE=""
DEPEND=">=x11-libs/motif-2.3:0"
RDEPEND="${DEPEND}"
-src_install() {
- make install DESTDIR="${D}" || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
-}
+DOCS=( AUTHORS ChangeLog NEWS README )