public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/sitebar: ChangeLog sitebar-3.3.9-r1.ebuild
@ 2008-01-17  9:50 Gunnar Wrobel (wrobel)
  0 siblings, 0 replies; 5+ messages in thread
From: Gunnar Wrobel (wrobel) @ 2008-01-17  9:50 UTC (permalink / raw
  To: gentoo-commits

wrobel      08/01/17 09:50:35

  Modified:             ChangeLog
  Added:                sitebar-3.3.9-r1.ebuild
  Log:
  Fixed dependencies (#205846).
  (Portage version: 2.1.4_rc7)

Revision  Changes    Path
1.20                 www-apps/sitebar/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	18 Oct 2007 17:13:14 -0000	1.19
+++ ChangeLog	17 Jan 2008 09:50:35 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/sitebar
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.19 2007/10/18 17:13:14 wrobel Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.20 2008/01/17 09:50:35 wrobel Exp $
+
+*sitebar-3.3.9-r1 (17 Jan 2008)
+
+  17 Jan 2008; Gunnar Wrobel <wrobel@gentoo.org> +sitebar-3.3.9-r1.ebuild:
+  Fixed dependencies (#205846).
 
   18 Oct 2007; <wrobel@gentoo.org> -files/debian.patch,
   -sitebar-3.3.8-r1.ebuild:



1.1                  www-apps/sitebar/sitebar-3.3.9-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild?rev=1.1&content-type=text/plain

Index: sitebar-3.3.9-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild,v 1.1 2008/01/17 09:50:35 wrobel Exp $

inherit webapp eutils

MY_P=SiteBar-${PV}

DESCRIPTION="The Bookmark Server for Personal and Team Use"
HOMEPAGE="http://sitebar.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND="virtual/httpd-cgi
	virtual/php"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${MY_P}

src_install() {
	webapp_src_preinst
	dodoc readme.txt doc/history.txt doc/install.txt doc/troubleshooting.txt
	cp -R . "${D}/${MY_HTDOCSDIR}"
	rm -rf "${D}/${MY_HTDOCSDIR}/doc" "${D}/${MY_HTDOCSDIR}/readme.txt"

	webapp_serverowned "${MY_HTDOCSDIR}/inc"
	webapp_postinst_txt en "${FILESDIR}/postinstall-en.txt"

	webapp_src_install
}



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



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

* [gentoo-commits] gentoo-x86 commit in www-apps/sitebar: ChangeLog sitebar-3.3.9-r1.ebuild
@ 2008-02-05 23:20 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-02-05 23:20 UTC (permalink / raw
  To: gentoo-commits

opfer       08/02/05 23:20:57

  Modified:             ChangeLog sitebar-3.3.9-r1.ebuild
  Log:
  stable x86, bug 209014
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.21                 www-apps/sitebar/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	17 Jan 2008 09:50:35 -0000	1.20
+++ ChangeLog	5 Feb 2008 23:20:57 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for www-apps/sitebar
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.20 2008/01/17 09:50:35 wrobel Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.21 2008/02/05 23:20:57 opfer Exp $
+
+  05 Feb 2008; Christian Faulhammer <opfer@gentoo.org>
+  sitebar-3.3.9-r1.ebuild:
+  stable x86, bug 209014
 
 *sitebar-3.3.9-r1 (17 Jan 2008)
 



1.2                  www-apps/sitebar/sitebar-3.3.9-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild?r1=1.1&r2=1.2

Index: sitebar-3.3.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sitebar-3.3.9-r1.ebuild	17 Jan 2008 09:50:35 -0000	1.1
+++ sitebar-3.3.9-r1.ebuild	5 Feb 2008 23:20:57 -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/www-apps/sitebar/sitebar-3.3.9-r1.ebuild,v 1.1 2008/01/17 09:50:35 wrobel Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild,v 1.2 2008/02/05 23:20:57 opfer Exp $
 
 inherit webapp eutils
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://sitebar.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="virtual/httpd-cgi



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



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

* [gentoo-commits] gentoo-x86 commit in www-apps/sitebar: ChangeLog sitebar-3.3.9-r1.ebuild
@ 2008-02-06 14:43 Christoph Mende (angelos)
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2008-02-06 14:43 UTC (permalink / raw
  To: gentoo-commits

angelos     08/02/06 14:43:19

  Modified:             ChangeLog sitebar-3.3.9-r1.ebuild
  Log:
  Stable on amd64, bug #209014
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.22                 www-apps/sitebar/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	5 Feb 2008 23:20:57 -0000	1.21
+++ ChangeLog	6 Feb 2008 14:43:18 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/sitebar
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.21 2008/02/05 23:20:57 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.22 2008/02/06 14:43:18 angelos Exp $
+
+  06 Feb 2008; Christoph Mende <angelos@gentoo.org> sitebar-3.3.9-r1.ebuild:
+  Stable on amd64, bug #209014
 
   05 Feb 2008; Christian Faulhammer <opfer@gentoo.org>
   sitebar-3.3.9-r1.ebuild:



1.3                  www-apps/sitebar/sitebar-3.3.9-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild?r1=1.2&r2=1.3

Index: sitebar-3.3.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sitebar-3.3.9-r1.ebuild	5 Feb 2008 23:20:57 -0000	1.2
+++ sitebar-3.3.9-r1.ebuild	6 Feb 2008 14:43:18 -0000	1.3
@@ -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/www-apps/sitebar/sitebar-3.3.9-r1.ebuild,v 1.2 2008/02/05 23:20:57 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild,v 1.3 2008/02/06 14:43:18 angelos Exp $
 
 inherit webapp eutils
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://sitebar.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="virtual/httpd-cgi



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



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

* [gentoo-commits] gentoo-x86 commit in www-apps/sitebar: ChangeLog sitebar-3.3.9-r1.ebuild
@ 2008-02-08 18:06 Tobias Scherbaum (dertobi123)
  0 siblings, 0 replies; 5+ messages in thread
From: Tobias Scherbaum (dertobi123) @ 2008-02-08 18:06 UTC (permalink / raw
  To: gentoo-commits

dertobi123    08/02/08 18:06:27

  Modified:             ChangeLog sitebar-3.3.9-r1.ebuild
  Log:
  ppc stable, bug #209014
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.23                 www-apps/sitebar/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	6 Feb 2008 14:43:18 -0000	1.22
+++ ChangeLog	8 Feb 2008 18:06:27 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for www-apps/sitebar
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.22 2008/02/06 14:43:18 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.23 2008/02/08 18:06:27 dertobi123 Exp $
+
+  08 Feb 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+  sitebar-3.3.9-r1.ebuild:
+  ppc stable, bug #209014
 
   06 Feb 2008; Christoph Mende <angelos@gentoo.org> sitebar-3.3.9-r1.ebuild:
   Stable on amd64, bug #209014



1.4                  www-apps/sitebar/sitebar-3.3.9-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild?r1=1.3&r2=1.4

Index: sitebar-3.3.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sitebar-3.3.9-r1.ebuild	6 Feb 2008 14:43:18 -0000	1.3
+++ sitebar-3.3.9-r1.ebuild	8 Feb 2008 18:06:27 -0000	1.4
@@ -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/www-apps/sitebar/sitebar-3.3.9-r1.ebuild,v 1.3 2008/02/06 14:43:18 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild,v 1.4 2008/02/08 18:06:27 dertobi123 Exp $
 
 inherit webapp eutils
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://sitebar.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="virtual/httpd-cgi



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



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

* [gentoo-commits] gentoo-x86 commit in www-apps/sitebar: ChangeLog sitebar-3.3.9-r1.ebuild
@ 2010-09-11 15:18 Matti Bickel (mabi)
  0 siblings, 0 replies; 5+ messages in thread
From: Matti Bickel (mabi) @ 2010-09-11 15:18 UTC (permalink / raw
  To: gentoo-commits

mabi        10/09/11 15:18:00

  Modified:             ChangeLog sitebar-3.3.9-r1.ebuild
  Log:
  change virtual/php to virtual/httpd-php (bug #319623)
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 www-apps/sitebar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/sitebar/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/sitebar/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/sitebar/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	7 Mar 2010 13:17:12 -0000	1.24
+++ ChangeLog	11 Sep 2010 15:18:00 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/sitebar
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.24 2010/03/07 13:17:12 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.25 2010/09/11 15:18:00 mabi Exp $
+
+  11 Sep 2010; Matti Bickel <mabi@gentoo.org> sitebar-3.3.9-r1.ebuild:
+  change virtual/php to virtual/httpd-php (bug #319623)
 
   07 Mar 2010; Benedikt Böhm <hollow@gentoo.org> -sitebar-3.3.9.ebuild,
   sitebar-3.3.9-r1.ebuild:



1.6                  www-apps/sitebar/sitebar-3.3.9-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild?r1=1.5&r2=1.6

Index: sitebar-3.3.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sitebar-3.3.9-r1.ebuild	7 Mar 2010 13:17:12 -0000	1.5
+++ sitebar-3.3.9-r1.ebuild	11 Sep 2010 15:18:00 -0000	1.6
@@ -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/www-apps/sitebar/sitebar-3.3.9-r1.ebuild,v 1.5 2010/03/07 13:17:12 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild,v 1.6 2010/09/11 15:18:00 mabi Exp $
 
 inherit webapp eutils
 
@@ -13,8 +13,7 @@
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-DEPEND="virtual/httpd-cgi
-	virtual/php"
+DEPEND="virtual/httpd-php"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}"/${MY_P}






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

end of thread, other threads:[~2010-09-11 15:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-17  9:50 [gentoo-commits] gentoo-x86 commit in www-apps/sitebar: ChangeLog sitebar-3.3.9-r1.ebuild Gunnar Wrobel (wrobel)
  -- strict thread matches above, loose matches on Subject: below --
2008-02-05 23:20 Christian Faulhammer (opfer)
2008-02-06 14:43 Christoph Mende (angelos)
2008-02-08 18:06 Tobias Scherbaum (dertobi123)
2010-09-11 15:18 Matti Bickel (mabi)

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