* [gentoo-commits] gentoo-x86 commit in sys-fs/owfs: ChangeLog owfs-2.7_p4.ebuild owfs-2.7_p0-r1.ebuild owfs-2.7_p0.ebuild owfs-2.7_p0-r2.ebuild owfs-2.7_p3.ebuild
@ 2008-05-30 20:07 Wolfram Schlich (wschlich)
0 siblings, 0 replies; only message in thread
From: Wolfram Schlich (wschlich) @ 2008-05-30 20:07 UTC (permalink / raw
To: gentoo-commits
wschlich 08/05/30 20:07:55
Modified: ChangeLog owfs-2.7_p4.ebuild
Removed: owfs-2.7_p0-r1.ebuild owfs-2.7_p0.ebuild
owfs-2.7_p0-r2.ebuild owfs-2.7_p3.ebuild
Log:
removed old versions, fix deps as per bug #221499
(Portage version: 2.1.5_rc4)
Revision Changes Path
1.9 sys-fs/owfs/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 22 Mar 2008 17:53:35 -0000 1.8
+++ ChangeLog 30 May 2008 20:07:55 -0000 1.9
@@ -1,6 +1,15 @@
# ChangeLog for sys-fs/owfs
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.8 2008/03/22 17:53:35 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.9 2008/05/30 20:07:55 wschlich Exp $
+
+ 30 May 2008; Wolfram Schlich <wschlich@gentoo.org> -owfs-2.7_p0.ebuild,
+ -owfs-2.7_p0-r1.ebuild, -owfs-2.7_p0-r2.ebuild, -owfs-2.7_p3.ebuild,
+ owfs-2.7_p4.ebuild:
+ removed old versions, fix deps as per bug #221499
+
+ 22 Mar 2008; Wolfram Schlich <wschlich@gentoo.org> -owfs-2.7_p0.ebuild,
+ -owfs-2.7_p0-r1.ebuild, -owfs-2.7_p0-r2.ebuild, -owfs-2.7_p3.ebuild:
+ removed old versions
*owfs-2.7_p4 (22 Mar 2008)
1.2 sys-fs/owfs/owfs-2.7_p4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/owfs-2.7_p4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/owfs-2.7_p4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/owfs-2.7_p4.ebuild?r1=1.1&r2=1.2
Index: owfs-2.7_p4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- owfs-2.7_p4.ebuild 22 Mar 2008 17:53:35 -0000 1.1
+++ owfs-2.7_p4.ebuild 30 May 2008 20:07:55 -0000 1.2
@@ -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/sys-fs/owfs/owfs-2.7_p4.ebuild,v 1.1 2008/03/22 17:53:35 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p4.ebuild,v 1.2 2008/05/30 20:07:55 wschlich Exp $
inherit eutils depend.php
@@ -10,13 +10,17 @@
SRC_URI="mirror://sourceforge/owfs/${MY_P}.tar.gz"
HOMEPAGE="http://www.owfs.org/ http://owfs.sourceforge.net/"
LICENSE="GPL-2"
-DEPEND="fuse? ( sys-fs/fuse )
- perl? ( dev-lang/perl dev-lang/swig )
- php? ( dev-lang/php dev-lang/swig )
- python? ( dev-lang/python dev-lang/swig )
+RDEPEND="fuse? ( sys-fs/fuse )
+ perl? ( dev-lang/perl )
+ php? ( dev-lang/php )
+ python? ( dev-lang/python )
tcl? ( dev-lang/tcl )
usb? ( dev-libs/libusb )
zeroconf? ( || ( net-dns/avahi net-misc/mDNSResponder ) )"
+DEPEND="${RDEPEND}
+ perl? ( dev-lang/swig )
+ php? ( dev-lang/swig )
+ python? ( dev-lang/swig )"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="debug fuse ftpd httpd parport perl php python server tcl usb zeroconf"
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-30 20:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-30 20:07 [gentoo-commits] gentoo-x86 commit in sys-fs/owfs: ChangeLog owfs-2.7_p4.ebuild owfs-2.7_p0-r1.ebuild owfs-2.7_p0.ebuild owfs-2.7_p0-r2.ebuild owfs-2.7_p3.ebuild Wolfram Schlich (wschlich)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox