public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-irc/nebula: ChangeLog nebula-0.5.ebuild
@ 2010-10-10 18:04 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2010-10-10 18:04 UTC (permalink / raw
  To: gentoo-commits

ulm         10/10/10 18:04:53

  Modified:             ChangeLog nebula-0.5.ebuild
  Log:
  Fix openmotif dependency. Change EAPI to 1. Assign RDEPEND explicitly.
  
  (Portage version: 2.1.9.14/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  net-irc/nebula/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/nebula/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/nebula/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/nebula/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/nebula/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	19 Feb 2007 22:25:20 -0000	1.5
+++ ChangeLog	10 Oct 2010 18:04:53 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/nebula
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/ChangeLog,v 1.5 2007/02/19 22:25:20 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/ChangeLog,v 1.6 2010/10/10 18:04:53 ulm Exp $
+
+  10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> nebula-0.5.ebuild:
+  Fix openmotif dependency. Change EAPI to 1. Assign RDEPEND explicitly.
 
   19 Feb 2007; Raúl Porcel <armin76@gentoo.org> -nebula-0.4.ebuild,
   nebula-0.5.ebuild:



1.4                  net-irc/nebula/nebula-0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/nebula/nebula-0.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/nebula/nebula-0.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/nebula/nebula-0.5.ebuild?r1=1.3&r2=1.4

Index: nebula-0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/nebula/nebula-0.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nebula-0.5.ebuild	19 Feb 2007 22:25:20 -0000	1.3
+++ nebula-0.5.ebuild	10 Oct 2010 18:04:53 -0000	1.4
@@ -1,6 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 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.3 2007/02/19 22:25:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/nebula-0.5.ebuild,v 1.4 2010/10/10 18:04:53 ulm Exp $
+
+EAPI=1
 
 DESCRIPTION="An IRC client for X11 and Motif"
 HOMEPAGE="http://nebula-irc.sourceforge.net/"
@@ -10,7 +12,9 @@
 SLOT="0"
 KEYWORDS="x86"
 IUSE=""
-DEPEND="x11-libs/openmotif"
+
+DEPEND=">=x11-libs/openmotif-2.3:0"
+RDEPEND="${DEPEND}"
 
 src_install() {
 	make install DESTDIR="${D}" || die "make install failed"






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

* [gentoo-commits] gentoo-x86 commit in net-irc/nebula: ChangeLog nebula-0.5.ebuild
@ 2012-10-24 19:23 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-10-24 19:23 UTC (permalink / raw
  To: gentoo-commits

ulm         12/10/24 19:23:04

  Modified:             ChangeLog nebula-0.5.ebuild
  Log:
  Update dependency after package move from x11-libs/openmotif to x11-libs/motif.
  
  (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.7                  net-irc/nebula/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/nebula/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/nebula/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/nebula/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/nebula/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	10 Oct 2010 18:04:53 -0000	1.6
+++ ChangeLog	24 Oct 2012 19:23:04 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for net-irc/nebula
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/ChangeLog,v 1.6 2010/10/10 18:04:53 ulm Exp $
+# 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 $
+
+  24 Oct 2012; Ulrich Müller <ulm@gentoo.org> nebula-0.5.ebuild:
+  Update dependency after package move from x11-libs/openmotif to
+  x11-libs/motif.
 
   10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> nebula-0.5.ebuild:
   Fix openmotif dependency. Change EAPI to 1. Assign RDEPEND explicitly.



1.5                  net-irc/nebula/nebula-0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/nebula/nebula-0.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/nebula/nebula-0.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/nebula/nebula-0.5.ebuild?r1=1.4&r2=1.5

Index: nebula-0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/nebula/nebula-0.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nebula-0.5.ebuild	10 Oct 2010 18:04:53 -0000	1.4
+++ nebula-0.5.ebuild	24 Oct 2012 19:23:04 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.4 2010/10/10 18:04:53 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/nebula-0.5.ebuild,v 1.5 2012/10/24 19:23:04 ulm Exp $
 
 EAPI=1
 
@@ -13,7 +13,7 @@
 KEYWORDS="x86"
 IUSE=""
 
-DEPEND=">=x11-libs/openmotif-2.3:0"
+DEPEND=">=x11-libs/motif-2.3:0"
 RDEPEND="${DEPEND}"
 
 src_install() {





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

end of thread, other threads:[~2012-10-24 19:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-24 19:23 [gentoo-commits] gentoo-x86 commit in net-irc/nebula: ChangeLog nebula-0.5.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-10 18:04 Ulrich Mueller (ulm)

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