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
commit8fac68253ee0ac5b5d3a861ecb264378f3acb9aa (patch)
tree09a642045a18155f791add58b5ccca24d1ea896d /www-client/planet/planet-20040808.ebuild
parentMoved from net-www/thttpd to www-servers/thttpd (diff)
downloadgentoo-2-8fac68253ee0ac5b5d3a861ecb264378f3acb9aa.tar.gz
gentoo-2-8fac68253ee0ac5b5d3a861ecb264378f3acb9aa.tar.bz2
gentoo-2-8fac68253ee0ac5b5d3a861ecb264378f3acb9aa.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
+}