public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeremy Olexa (darkside)" <darkside@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/xosd: ChangeLog xosd-2.2.14-r1.ebuild
Date: Fri, 20 Jun 2008 14:31:40 +0000	[thread overview]
Message-ID: <E1K9heO-0002dx-GK@stork.gentoo.org> (raw)

darkside    08/06/20 14:31:40

  Modified:             ChangeLog xosd-2.2.14-r1.ebuild
  Log:
  Move pkgconfig from RDEPEND to DEPEND, build time tool. My mistake.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.74                 x11-libs/xosd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xosd/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xosd/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xosd/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/xosd/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	18 Jun 2008 00:30:09 -0000	1.73
+++ ChangeLog	20 Jun 2008 14:31:39 -0000	1.74
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/xosd
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/ChangeLog,v 1.73 2008/06/18 00:30:09 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/ChangeLog,v 1.74 2008/06/20 14:31:39 darkside Exp $
+
+  20 Jun 2008; Jeremy Olexa <darkside@gentoo.org> xosd-2.2.14-r1.ebuild:
+  Move pkgconfig from RDEPEND to DEPEND, build time tool. My mistake.
 
   18 Jun 2008; Jeremy Olexa <darkside@gentoo.org> xosd-2.2.14-r1.ebuild:
   Add missing pkgconfig dep to xosd. Fixes bug #227713



1.19                 x11-libs/xosd/xosd-2.2.14-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xosd/xosd-2.2.14-r1.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xosd/xosd-2.2.14-r1.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xosd/xosd-2.2.14-r1.ebuild?r1=1.18&r2=1.19

Index: xosd-2.2.14-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-2.2.14-r1.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xosd-2.2.14-r1.ebuild	18 Jun 2008 00:30:09 -0000	1.18
+++ xosd-2.2.14-r1.ebuild	20 Jun 2008 14:31:39 -0000	1.19
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-2.2.14-r1.ebuild,v 1.18 2008/06/18 00:30:09 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-2.2.14-r1.ebuild,v 1.19 2008/06/20 14:31:39 darkside Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="latest"
@@ -23,11 +23,11 @@
 	x11-proto/xextproto
 	x11-libs/libXext
 	x11-proto/xproto
-	xinerama?	( x11-proto/xineramaproto )"
-
-RDEPEND="${DEPEND}
+	xinerama?	( x11-proto/xineramaproto )
 	dev-util/pkgconfig"
 
+RDEPEND="${DEPEND}"
+
 src_unpack() {
 	unpack ${A}
 	cd "${S}"



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-06-20 14:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-20 14:31 Jeremy Olexa (darkside) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-06-02 15:39 [gentoo-commits] gentoo-x86 commit in x11-libs/xosd: ChangeLog xosd-2.2.14-r1.ebuild Alexis Ballier (aballier)
2010-07-10 13:39 Stanislav Ochotnicky (sochotnicky)
2009-03-29  0:05 Ned Ludd (solar)
2008-06-21  6:53 Samuli Suominen (drac)
2008-06-18  0:30 Jeremy Olexa (darkside)
2007-10-07 15:54 Ryan Hill (dirtyepic)
2007-10-06 20:13 Ryan Hill (dirtyepic)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1K9heO-0002dx-GK@stork.gentoo.org \
    --to=darkside@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox