summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2005-01-05 14:11:50 +0000
committerIan Leitch <port001@gentoo.org>2005-01-05 14:11:50 +0000
commit7c7ddded3342c13ebb5886053c52416cc22f262b (patch)
tree2abb72ca1701c0f51aa9b20a2aed8c341d6b07ed /www-misc
parentAdded a default SRC_URI (diff)
downloadgentoo-2-7c7ddded3342c13ebb5886053c52416cc22f262b.tar.gz
gentoo-2-7c7ddded3342c13ebb5886053c52416cc22f262b.tar.bz2
gentoo-2-7c7ddded3342c13ebb5886053c52416cc22f262b.zip
Initial commit
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/nscache/ChangeLog10
-rw-r--r--www-misc/nscache/Manifest2
-rw-r--r--www-misc/nscache/files/digest-nscache-1.51
-rw-r--r--www-misc/nscache/metadata.xml10
-rw-r--r--www-misc/nscache/nscache-1.5.ebuild11
5 files changed, 34 insertions, 0 deletions
diff --git a/www-misc/nscache/ChangeLog b/www-misc/nscache/ChangeLog
new file mode 100644
index 000000000000..33012fe1195c
--- /dev/null
+++ b/www-misc/nscache/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for www-misc/nscache
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-misc/nscache/ChangeLog,v 1.1 2005/01/05 14:11:50 port001 Exp $
+
+*nscache-1.5 (05 Jan 2005)
+
+ 05 Jan 2005; Ian Leitch <port001@gentoo.org> +metadata.xml,
+ +nscache-1.5.ebuild:
+ Initial commit
+
diff --git a/www-misc/nscache/Manifest b/www-misc/nscache/Manifest
new file mode 100644
index 000000000000..25172baedf16
--- /dev/null
+++ b/www-misc/nscache/Manifest
@@ -0,0 +1,2 @@
+MD5 fd092fd13318e52355708ca58faa658d nscache-1.5.ebuild 209
+MD5 7e6131c38959cc4571e49a11a3112e1a files/digest-nscache-1.5 62
diff --git a/www-misc/nscache/files/digest-nscache-1.5 b/www-misc/nscache/files/digest-nscache-1.5
new file mode 100644
index 000000000000..91916d0d01e2
--- /dev/null
+++ b/www-misc/nscache/files/digest-nscache-1.5
@@ -0,0 +1 @@
+MD5 daa88717c214ff703d826e22e7447245 nscache-1.5.tar.gz 14594
diff --git a/www-misc/nscache/metadata.xml b/www-misc/nscache/metadata.xml
new file mode 100644
index 000000000000..ab69fce75832
--- /dev/null
+++ b/www-misc/nscache/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>port001@gentoo.org</email>
+ <name>Ian Leitch</name>
+ <description>Maintainer</description>
+ </maintainer>
+ <longdescription>Distributed cache module for aolserver</longdescription>
+</pkgmetadata>
diff --git a/www-misc/nscache/nscache-1.5.ebuild b/www-misc/nscache/nscache-1.5.ebuild
new file mode 100644
index 000000000000..fe86fa62db63
--- /dev/null
+++ b/www-misc/nscache/nscache-1.5.ebuild
@@ -0,0 +1,11 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-misc/nscache/nscache-1.5.ebuild,v 1.1 2005/01/05 14:11:50 port001 Exp $
+
+inherit aolserver
+
+IUSE=""
+
+DESCRIPTION="Distributed cache module for aolserver"
+
+KEYWORDS="~x86"