summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/memcached/metadata.xml')
-rw-r--r--net-misc/memcached/metadata.xml21
1 files changed, 11 insertions, 10 deletions
diff --git a/net-misc/memcached/metadata.xml b/net-misc/memcached/metadata.xml
index ced489c1ef0d..9e1b816f3a7b 100644
--- a/net-misc/memcached/metadata.xml
+++ b/net-misc/memcached/metadata.xml
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
- <email>robbat2@gentoo.org</email>
-</maintainer>
-<longdescription>
-High-performance, distributed memory object caching system, generic in nature,
+ <maintainer>
+ <email>robbat2@gentoo.org</email>
+ </maintainer>
+ <longdescription>High-performance, distributed memory object caching system, generic in nature,
but intended for use in speeding up dynamic web applications by alleviating
database load.
Danga Interactive developed memcached to enhance the speed of LiveJournal.com, a
@@ -13,9 +12,11 @@ site which was already doing 20 million+ dynamic page views per day for 1
million users with a bunch of webservers and a bunch of database servers.
memcached dropped the database load to almost nothing, yielding faster page load
times for users, better resource utilization, and faster access to the databases
-on a memcache miss.
-</longdescription>
-<use>
-<flag name='slabs-reassign'>Allow manual reassignment of memory slabs at the cost of slab optimizations.</flag>
-</use>
+on a memcache miss.</longdescription>
+ <use>
+ <flag name="slabs-reassign">Allow manual reassignment of memory slabs at the cost of slab optimizations.</flag>
+ </use>
+ <upstream>
+ <remote-id type="google-code">memcached</remote-id>
+ </upstream>
</pkgmetadata>