diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-08-15 10:07:28 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-08-15 10:07:28 +0000 |
commit | c4a29c44aae81018f54676f27e8f9e6813db2288 (patch) | |
tree | 3820600996a83ddfdb33cc63d32af2b053e24ba9 /www-apps/horde-accounts | |
parent | Added sftplogging use flag for openssh (diff) | |
download | gentoo-2-c4a29c44aae81018f54676f27e8f9e6813db2288.tar.gz gentoo-2-c4a29c44aae81018f54676f27e8f9e6813db2288.tar.bz2 gentoo-2-c4a29c44aae81018f54676f27e8f9e6813db2288.zip |
Moved from net-www/horde-accounts to www-apps/horde-accounts.
Diffstat (limited to 'www-apps/horde-accounts')
-rw-r--r-- | www-apps/horde-accounts/ChangeLog | 17 | ||||
-rw-r--r-- | www-apps/horde-accounts/Manifest | 4 | ||||
-rw-r--r-- | www-apps/horde-accounts/files/digest-horde-accounts-2.1 | 1 | ||||
-rw-r--r-- | www-apps/horde-accounts/horde-accounts-2.1.ebuild | 12 | ||||
-rw-r--r-- | www-apps/horde-accounts/metadata.xml | 19 |
5 files changed, 53 insertions, 0 deletions
diff --git a/www-apps/horde-accounts/ChangeLog b/www-apps/horde-accounts/ChangeLog new file mode 100644 index 000000000000..bdbb3377be9a --- /dev/null +++ b/www-apps/horde-accounts/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for net-www/horde-accounts +# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-accounts/ChangeLog,v 1.1 2004/08/15 10:07:28 stuart Exp $ + +*horde-accounts-2.1 (15 Aug 2004) + + 15 Aug 2004; Stuart Herbert <stuart@gentoo.org> +metadata.xml, + +horde-accounts-2.1.ebuild: + Moved from net-www/horde-accounts to www-apps/horde-accounts. + + 01 Apr 2004; Chris Aniszczyk <zx@gentoo.org> horde-accounts-2.1.ebuild: + Marking ~hppa + +*horde-accounts-2.1 (26 Jan 2004) + + 26 Jan 2004; Mike Frysinger <vapier@gentoo.org> : + Initial ebuild made by me. diff --git a/www-apps/horde-accounts/Manifest b/www-apps/horde-accounts/Manifest new file mode 100644 index 000000000000..e0df748ca6ba --- /dev/null +++ b/www-apps/horde-accounts/Manifest @@ -0,0 +1,4 @@ +MD5 664aae311527938cdbbb885a904e5333 horde-accounts-2.1.ebuild 423 +MD5 930008f45adeddef6694a8366048ea5d ChangeLog 426 +MD5 251e5d111a87e795e7e2f528b45211a1 metadata.xml 715 +MD5 bfa7a2b0dbc3620cbf7828acbd840d50 files/digest-horde-accounts-2.1 63 diff --git a/www-apps/horde-accounts/files/digest-horde-accounts-2.1 b/www-apps/horde-accounts/files/digest-horde-accounts-2.1 new file mode 100644 index 000000000000..e88a5de53794 --- /dev/null +++ b/www-apps/horde-accounts/files/digest-horde-accounts-2.1 @@ -0,0 +1 @@ +MD5 daa7f4468e065d81eff8146dacf84329 accounts-2.1.tar.gz 77362 diff --git a/www-apps/horde-accounts/horde-accounts-2.1.ebuild b/www-apps/horde-accounts/horde-accounts-2.1.ebuild new file mode 100644 index 000000000000..ac79a81ec8f3 --- /dev/null +++ b/www-apps/horde-accounts/horde-accounts-2.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-accounts/horde-accounts-2.1.ebuild,v 1.1 2004/08/15 10:07:28 stuart Exp $ + +inherit horde + +DESCRIPTION="Horde Accounts provides quick information about users' mail account status" + +KEYWORDS="x86 ppc sparc alpha hppa amd64" + +DEPEND="" +RDEPEND=">=net-www/horde-2.2.4" diff --git a/www-apps/horde-accounts/metadata.xml b/www-apps/horde-accounts/metadata.xml new file mode 100644 index 000000000000..0cc6ba7cadba --- /dev/null +++ b/www-apps/horde-accounts/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>web-apps</herd> +<maintainer> + <email>vapier@gentoo.org</email> +</maintainer> +<longdescription> +Accounts is a very simple module which provides two functions: + + * To display some user account information ("My Account" summary) +including, if possible, an "at a glance" summary of the current forwards +and vacation module status. + * To provide a method for grouping some related modules (passwd, +forwards, and vacation) together in order to minimize the number of +icons on the Horde menu bar (so it will not exceed a reasonable screen +width). +</longdescription> +</pkgmetadata> |