summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2010-03-07 13:17:12 +0000
committerBenedikt Boehm <hollow@gentoo.org>2010-03-07 13:17:12 +0000
commitbf817185ff5cb48cd591565818aef960f2198bb4 (patch)
tree3d67565435daa74edf1513c4de1cfe1b675e163b /www-apps/sitebar
parentuse fastcgi providing modules instead of plain apache (diff)
downloadgentoo-2-bf817185ff5cb48cd591565818aef960f2198bb4.tar.gz
gentoo-2-bf817185ff5cb48cd591565818aef960f2198bb4.tar.bz2
gentoo-2-bf817185ff5cb48cd591565818aef960f2198bb4.zip
remove old version
(Portage version: 2.2_rc63/cvs/Linux i686)
Diffstat (limited to 'www-apps/sitebar')
-rw-r--r--www-apps/sitebar/ChangeLog8
-rw-r--r--www-apps/sitebar/sitebar-3.3.9-r1.ebuild6
-rw-r--r--www-apps/sitebar/sitebar-3.3.9.ebuild36
3 files changed, 9 insertions, 41 deletions
diff --git a/www-apps/sitebar/ChangeLog b/www-apps/sitebar/ChangeLog
index 6443c6e2b104..55454e7d581d 100644
--- a/www-apps/sitebar/ChangeLog
+++ b/www-apps/sitebar/ChangeLog
@@ -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.23 2008/02/08 18:06:27 dertobi123 Exp $
+# 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 $
+
+ 07 Mar 2010; Benedikt Böhm <hollow@gentoo.org> -sitebar-3.3.9.ebuild,
+ sitebar-3.3.9-r1.ebuild:
+ remove old version
08 Feb 2008; Tobias Scherbaum <dertobi123@gentoo.org>
sitebar-3.3.9-r1.ebuild:
diff --git a/www-apps/sitebar/sitebar-3.3.9-r1.ebuild b/www-apps/sitebar/sitebar-3.3.9-r1.ebuild
index b7838f5aa417..ef7b7fdad0fe 100644
--- a/www-apps/sitebar/sitebar-3.3.9-r1.ebuild
+++ b/www-apps/sitebar/sitebar-3.3.9-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.4 2008/02/08 18:06:27 dertobi123 Exp $
+# $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 $
inherit webapp eutils
@@ -17,7 +17,7 @@ DEPEND="virtual/httpd-cgi
virtual/php"
RDEPEND="${DEPEND}"
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}"/${MY_P}
src_install() {
webapp_src_preinst
diff --git a/www-apps/sitebar/sitebar-3.3.9.ebuild b/www-apps/sitebar/sitebar-3.3.9.ebuild
deleted file mode 100644
index cf37ca2b34be..000000000000
--- a/www-apps/sitebar/sitebar-3.3.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2007 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.ebuild,v 1.2 2007/10/18 17:03:31 dertobi123 Exp $
-
-inherit webapp eutils
-
-DESCRIPTION="The Bookmark Server for Personal and Team Use"
-HOMEPAGE="http://sitebar.sourceforge.net/"
-KEYWORDS="~amd64 ppc ~x86"
-
-IUSE=""
-MY_PN=${PN/sitebar/SiteBar}
-S=${WORKDIR}/${MY_PN}-${PV}
-
-SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}.tar.bz2"
-
-DEPEND="www-servers/apache
- virtual/php"
-LICENSE="GPL-2"
-
-src_unpack() {
- unpack "${A}"
- cd "${S}"
-}
-
-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
-}