summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2004-08-08 18:36:03 +0000
committerStuart Herbert <stuart@gentoo.org>2004-08-08 18:36:03 +0000
commit0e189781c3d5bab7e70653c03371a887236689cd (patch)
tree93b6cec037064f3a6210ab20d9e2773617d7c056 /www-client/planet/planet-20040808.ebuild
parentMoved from net-www/thttpd to www-servers/thttpd (diff)
downloadhistorical-0e189781c3d5bab7e70653c03371a887236689cd.tar.gz
historical-0e189781c3d5bab7e70653c03371a887236689cd.tar.bz2
historical-0e189781c3d5bab7e70653c03371a887236689cd.zip
Initial version
Diffstat (limited to 'www-client/planet/planet-20040808.ebuild')
-rw-r--r--www-client/planet/planet-20040808.ebuild35
1 files changed, 35 insertions, 0 deletions
diff --git a/www-client/planet/planet-20040808.ebuild b/www-client/planet/planet-20040808.ebuild
new file mode 100644
index 000000000000..2721f68eb220
--- /dev/null
+++ b/www-client/planet/planet-20040808.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/planet/planet-20040808.ebuild,v 1.1 2004/08/08 18:36:03 stuart Exp $
+
+DESCRIPTION="App to create sites like http://planet.kde.org/"
+HOMEPAGE="http://planetplanet.org/"
+SRC_URI="http://dev.gentoo.org/~stuart/planet/${P}.tar.bz2"
+LICENSE="PSF-2.2"
+KEYWORDS="~x86"
+IUSE=""
+SLOT=0
+DEPEND="$DEPEND"
+#RDEPEND=""
+
+S=${WORKDIR}/${PN}-nightly
+
+DOCS="AUTHORS README INSTALL ChangeLog"
+
+src_install ()
+{
+ dodoc $DOCS
+ rm -f $DOCS
+
+ dodir /usr/lib/planet
+ cp -R * ${D}/usr/lib/planet
+}
+
+pkg_postinst ()
+{
+ einfo
+ einfo "Planet has been installed into /usr/lib/planet. You will"
+ einfo "probably want to copy these files into a directory of your own"
+ einfo "before changing the templates and configuration file."
+ einfo
+}