public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/unionfs-fuse: ChangeLog unionfs-fuse-0.26.ebuild
@ 2012-09-14 20:07 Sebastian Pipping (sping)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping (sping) @ 2012-09-14 20:07 UTC (permalink / raw
  To: gentoo-commits

sping       12/09/14 20:07:13

  Modified:             ChangeLog
  Added:                unionfs-fuse-0.26.ebuild
  Log:
  sys-fs/unionfs-fuse: 0.26
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sys-fs/unionfs-fuse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	4 Feb 2012 01:15:07 -0000	1.5
+++ ChangeLog	14 Sep 2012 20:07:13 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/unionfs-fuse
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v 1.5 2012/02/04 01:15:07 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v 1.6 2012/09/14 20:07:13 sping Exp $
+
+*unionfs-fuse-0.26 (14 Sep 2012)
+
+  14 Sep 2012; Sebastian Pipping <sping@gentoo.org> +unionfs-fuse-0.26.ebuild:
+  Bump to 0.26, looks trivial
 
 *unionfs-fuse-0.25 (04 Feb 2012)
 



1.1                  sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild?rev=1.1&content-type=text/plain

Index: unionfs-fuse-0.26.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild,v 1.1 2012/09/14 20:07:13 sping Exp $

EAPI="3"

DESCRIPTION="Self-syncing tree-merging file system based on FUSE"

HOMEPAGE="http://podgorny.cz/moin/UnionFsFuse"
SRC_URI="http://podgorny.cz/unionfs-fuse/releases/${P}.tar.xz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="sys-fs/fuse"
RDEPEND="${DEPEND}"

src_install() {
	dodir /usr/sbin /usr/share/man/man8/ || die "dodir failed"
	emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed"
}





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/unionfs-fuse: ChangeLog unionfs-fuse-0.26.ebuild
@ 2012-09-22 20:29 Sebastian Pipping (sping)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping (sping) @ 2012-09-22 20:29 UTC (permalink / raw
  To: gentoo-commits

sping       12/09/22 20:29:57

  Modified:             ChangeLog unionfs-fuse-0.26.ebuild
  Log:
  sys-fs/unionfs-fuse: Fix underlinking (bug #435822)
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  sys-fs/unionfs-fuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	14 Sep 2012 20:11:20 -0000	1.7
+++ ChangeLog	22 Sep 2012 20:29:57 -0000	1.8
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/unionfs-fuse
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v 1.7 2012/09/14 20:11:20 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v 1.8 2012/09/22 20:29:57 sping Exp $
+
+  22 Sep 2012; Sebastian Pipping <sping@gentoo.org> unionfs-fuse-0.26.ebuild,
+  +files/unionfs-fuse-0.26-declare-chroot.patch,
+  +files/unionfs-fuse-0.26-link-pthread.patch:
+  Fix underlinking to pthreads with GCC 4.7 (bug #435822), mainly. Patches
+  forwarded to upstream.
 
   14 Sep 2012; Sebastian Pipping <sping@gentoo.org> -unionfs-fuse-0.23.ebuild:
   Remove 0.23 ebuilds since upstream now considers 0.23 to be severely broken



1.2                  sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild?r1=1.1&r2=1.2

Index: unionfs-fuse-0.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unionfs-fuse-0.26.ebuild	14 Sep 2012 20:07:13 -0000	1.1
+++ unionfs-fuse-0.26.ebuild	22 Sep 2012 20:29:57 -0000	1.2
@@ -1,9 +1,12 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild,v 1.1 2012/09/14 20:07:13 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild,v 1.2 2012/09/22 20:29:57 sping Exp $
 
 EAPI="3"
 
+inherit eutils
+
+
 DESCRIPTION="Self-syncing tree-merging file system based on FUSE"
 
 HOMEPAGE="http://podgorny.cz/moin/UnionFsFuse"
@@ -17,6 +20,11 @@
 DEPEND="sys-fs/fuse"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-link-pthread.patch
+	epatch "${FILESDIR}"/${P}-declare-chroot.patch
+}
+
 src_install() {
 	dodir /usr/sbin /usr/share/man/man8/ || die "dodir failed"
 	emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed"





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

end of thread, other threads:[~2012-09-22 20:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-14 20:07 [gentoo-commits] gentoo-x86 commit in sys-fs/unionfs-fuse: ChangeLog unionfs-fuse-0.26.ebuild Sebastian Pipping (sping)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-22 20:29 Sebastian Pipping (sping)

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