public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/isync: ChangeLog isync-1.0.4.ebuild
@ 2011-06-07 11:12 Eray Aslan (eras)
  0 siblings, 0 replies; 3+ messages in thread
From: Eray Aslan (eras) @ 2011-06-07 11:12 UTC (permalink / raw
  To: gentoo-commits

eras        11/06/07 11:12:01

  Modified:             ChangeLog isync-1.0.4.ebuild
  Log:
  Fix documentation dir - bug #298102
  
  (Portage version: 2.1.10/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 net-mail/isync/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	23 Sep 2009 19:06:55 -0000	1.12
+++ ChangeLog	7 Jun 2011 11:12:01 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/isync
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.12 2009/09/23 19:06:55 patrick Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.13 2011/06/07 11:12:01 eras Exp $
+
+  07 Jun 2011; Eray Aslan <eras@gentoo.org> isync-1.0.4.ebuild:
+  Fix documentation dir - bug #298102
 
   23 Sep 2009; Patrick Lauer <patrick@gentoo.org> isync-1.0.2.ebuild,
   isync-1.0.3.ebuild, isync-1.0.4.ebuild:



1.3                  net-mail/isync/isync-1.0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/isync-1.0.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/isync-1.0.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/isync-1.0.4.ebuild?r1=1.2&r2=1.3

Index: isync-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- isync-1.0.4.ebuild	23 Sep 2009 19:06:55 -0000	1.2
+++ isync-1.0.4.ebuild	7 Jun 2011 11:12:01 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.0.4.ebuild,v 1.2 2009/09/23 19:06:55 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.0.4.ebuild,v 1.3 2011/06/07 11:12:01 eras Exp $
 
 inherit eutils
 
@@ -15,6 +15,7 @@
 
 DEPEND=">=sys-libs/db-4.2
 	ssl? ( >=dev-libs/openssl-0.9.6 )"
+RDEPEND="${DEPEND}"
 
 src_compile () {
 	econf --with-prefix="${D}" \
@@ -27,6 +28,5 @@
 src_install()
 {
 	einstall || die 'Error installing'
-	dodir /usr/share/doc/${PF}
-	mv "${D}"/usr/share/doc/${PN}/* "${D}"/usr/share/doc/${PF}
+	mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF}
 }






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

* [gentoo-commits] gentoo-x86 commit in net-mail/isync: ChangeLog isync-1.0.4.ebuild
@ 2011-11-22 16:08 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-11-22 16:08 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/11/22 16:08:45

  Modified:             ChangeLog isync-1.0.4.ebuild
  Log:
  x86 stable wrt bug #391217
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.14                 net-mail/isync/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	7 Jun 2011 11:12:01 -0000	1.13
+++ ChangeLog	22 Nov 2011 16:08:45 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/isync
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.13 2011/06/07 11:12:01 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.14 2011/11/22 16:08:45 phajdan.jr Exp $
+
+  22 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> isync-1.0.4.ebuild:
+  x86 stable wrt bug #391217
 
   07 Jun 2011; Eray Aslan <eras@gentoo.org> isync-1.0.4.ebuild:
   Fix documentation dir - bug #298102



1.4                  net-mail/isync/isync-1.0.4.ebuild

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

Index: isync-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.0.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- isync-1.0.4.ebuild	7 Jun 2011 11:12:01 -0000	1.3
+++ isync-1.0.4.ebuild	22 Nov 2011 16:08:45 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.0.4.ebuild,v 1.3 2011/06/07 11:12:01 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.0.4.ebuild,v 1.4 2011/11/22 16:08:45 phajdan.jr Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="ssl"
 
 DEPEND=">=sys-libs/db-4.2






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

* [gentoo-commits] gentoo-x86 commit in net-mail/isync: ChangeLog isync-1.0.4.ebuild
@ 2012-06-27 19:59 Eray Aslan (eras)
  0 siblings, 0 replies; 3+ messages in thread
From: Eray Aslan (eras) @ 2012-06-27 19:59 UTC (permalink / raw
  To: gentoo-commits

eras        12/06/27 19:59:21

  Modified:             ChangeLog
  Removed:              isync-1.0.4.ebuild
  Log:
  remove old
  
  (Portage version: 2.1.11.2/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 net-mail/isync/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/isync/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	26 Jun 2012 12:03:36 -0000	1.18
+++ ChangeLog	27 Jun 2012 19:59:21 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/isync
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.18 2012/06/26 12:03:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.19 2012/06/27 19:59:21 eras Exp $
+
+  27 Jun 2012; Eray Aslan <eras@gentoo.org> -isync-1.0.4.ebuild:
+  remove old
 
   26 Jun 2012; Agostino Sarubbo <ago@gentoo.org> isync-1.0.5.ebuild:
   Stable for amd64, wrt bug #422141






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

end of thread, other threads:[~2012-06-27 19:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27 19:59 [gentoo-commits] gentoo-x86 commit in net-mail/isync: ChangeLog isync-1.0.4.ebuild Eray Aslan (eras)
  -- strict thread matches above, loose matches on Subject: below --
2011-11-22 16:08 PaweA Hajdan (phajdan.jr)
2011-06-07 11:12 Eray Aslan (eras)

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