public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/udisks: metadata.xml ChangeLog udisks-1.0.0.ebuild
@ 2010-04-07 14:20 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-04-07 14:20 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/04/07 14:20:22

  Added:                metadata.xml ChangeLog udisks-1.0.0.ebuild
  Log:
  Initial commit wrt #309759 by Marc-Antoine Perennou.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-fs/udisks/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udisks/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udisks/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>freedesktop</herd>
  <maintainer>
    <email>freedesktop-bugs@gentoo.org</email>
  </maintainer>
</pkgmetadata>



1.1                  sys-fs/udisks/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udisks/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udisks/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for sys-fs/udisks
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/ChangeLog,v 1.1 2010/04/07 14:20:22 ssuominen Exp $

*udisks-1.0.0 (07 Apr 2010)

  07 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> +udisks-1.0.0.ebuild:
  Initial commit wrt #309759 by Marc-Antoine Perennou.




1.1                  sys-fs/udisks/udisks-1.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udisks/udisks-1.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udisks/udisks-1.0.0.ebuild?rev=1.1&content-type=text/plain

Index: udisks-1.0.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/udisks-1.0.0.ebuild,v 1.1 2010/04/07 14:20:22 ssuominen Exp $

EAPI=3
inherit bash-completion

DESCRIPTION="Daemon providing interfaces to work with storage devices"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/DeviceKit"
SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc nls"

RDEPEND=">=sys-fs/udev-147[extras]
	>=dev-libs/glib-2.16.1:2
	>=sys-apps/dbus-1
	>=dev-libs/dbus-glib-0.82
	>=sys-auth/polkit-0.92
	>=sys-apps/parted-1.8.8[device-mapper]
	>=sys-fs/lvm2-2.02.61
	>=dev-libs/libatasmart-0.14
	>=sys-apps/sg3_utils-1.27.20090411
	!sys-apps/devicekit-disks"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	dev-libs/libxslt
	app-text/docbook-xsl-stylesheets
	doc? ( dev-util/gtk-doc
		app-text/docbook-xml-dtd:4.1.2 )
	nls? ( >=dev-util/intltool-0.40.0 )"

src_configure() {
	econf \
		--localstatedir=/var \
		--disable-dependency-tracking \
		--disable-static \
		$(use_enable debug verbose-mode) \
		--enable-man-pages \
		$(use_enable doc gtk-doc) \
		$(use_enable nls) \
		--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
}

src_install() {
	emake DESTDIR="${D}" profiledir="${T}" install || die
	dodoc AUTHORS HACKING NEWS README

	if use bash-completion; then
		dobashcompletion tools/udisks-bash-completion.sh || die
	fi

	find "${ED}" -name '*.la' -delete
}






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/udisks: metadata.xml ChangeLog udisks-1.0.0.ebuild
@ 2010-04-09  7:19 Stephen Klimaszewski (steev)
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Klimaszewski (steev) @ 2010-04-09  7:19 UTC (permalink / raw
  To: gentoo-commits

steev       10/04/09 07:19:06

  Modified:             metadata.xml ChangeLog udisks-1.0.0.ebuild
  Log:
  udisks: Change the autoconf flag to remote-access
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-fs/udisks/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udisks/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udisks/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udisks/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udisks/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	7 Apr 2010 14:20:22 -0000	1.1
+++ metadata.xml	9 Apr 2010 07:19:06 -0000	1.2
@@ -5,4 +5,8 @@
   <maintainer>
     <email>freedesktop-bugs@gentoo.org</email>
   </maintainer>
+  <use>
+  	<flag name="remote-access">Control whether connections from other clients
+	over LAN are allowed</flag>
+  </use>
 </pkgmetadata>



1.4                  sys-fs/udisks/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udisks/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udisks/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udisks/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udisks/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	9 Apr 2010 06:54:54 -0000	1.3
+++ ChangeLog	9 Apr 2010 07:19:06 -0000	1.4
@@ -1,6 +1,13 @@
 # ChangeLog for sys-fs/udisks
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/ChangeLog,v 1.3 2010/04/09 06:54:54 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/ChangeLog,v 1.4 2010/04/09 07:19:06 steev Exp $
+
+  09 Apr 2010; Steev Klimaszewski <steev@gentoo.org> udisks-1.0.0.ebuild,
+  metadata.xml:
+  udisks: Change the autoconf flag to remote-access
+
+  The remote-access is more appropriate as this flag is regarding whether 
+  or not remote machines should be allowed to connect to you.
 
   09 Apr 2010; Steev Klimaszewski <steev@gentoo.org> udisks-1.0.0.ebuild:
   udisks: Add a keepdir for /media



1.5                  sys-fs/udisks/udisks-1.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udisks/udisks-1.0.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udisks/udisks-1.0.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udisks/udisks-1.0.0.ebuild?r1=1.4&r2=1.5

Index: udisks-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udisks/udisks-1.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- udisks-1.0.0.ebuild	9 Apr 2010 06:54:54 -0000	1.4
+++ udisks-1.0.0.ebuild	9 Apr 2010 07:19:06 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/udisks-1.0.0.ebuild,v 1.4 2010/04/09 06:54:54 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/udisks-1.0.0.ebuild,v 1.5 2010/04/09 07:19:06 steev Exp $
 
 EAPI=3
 inherit bash-completion
@@ -12,7 +12,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="debug doc nls zeroconf"
+IUSE="debug doc nls remote-access"
 
 COMMON_DEPEND=">=sys-fs/udev-147[extras]
 	>=dev-libs/glib-2.16.1:2
@@ -25,7 +25,7 @@
 	>=sys-apps/sg3_utils-1.27.20090411
 	!sys-apps/devicekit-disks"
 RDEPEND="${COMMON_DEPEND}
-	zeroconf? ( net-dns/avahi )"
+	remote-access? ( net-dns/avahi )"
 DEPEND="${COMMON_DEPEND}
 	dev-util/pkgconfig
 	dev-libs/libxslt
@@ -42,7 +42,7 @@
 		$(use_enable debug verbose-mode) \
 		--enable-man-pages \
 		$(use_enable doc gtk-doc) \
-		$(use_enable zeroconf remote-access) \
+		$(use_enable remote-access) \
 		$(use_enable nls) \
 		--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
 }






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

end of thread, other threads:[~2010-04-09  7:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-07 14:20 [gentoo-commits] gentoo-x86 commit in sys-fs/udisks: metadata.xml ChangeLog udisks-1.0.0.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-09  7:19 Stephen Klimaszewski (steev)

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