summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2008-11-23 02:39:49 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2008-11-23 02:39:49 +0000
commit2b6adc2f1e1084ae2628b46558bcad430f069970 (patch)
treef5c1a3fab78b8ed11fdcac2e7d1afd702aea5a8c
parentWe don't have wp-config.php, don't track it (diff)
downloaduser-2b6adc2f1e1084ae2628b46558bcad430f069970.tar.gz
user-2b6adc2f1e1084ae2628b46558bcad430f069970.tar.bz2
user-2b6adc2f1e1084ae2628b46558bcad430f069970.zip
Aggregate updates
svn path=/user/; revision=104
-rw-r--r--mail-client/modest/Manifest4
-rw-r--r--mail-client/modest/files/digest-modest-9063
-rw-r--r--mail-client/modest/modest-1102.ebuild32
-rw-r--r--mail-client/modest/modest-906.ebuild28
-rw-r--r--net-mail/tinymail/Manifest4
-rw-r--r--net-mail/tinymail/files/digest-tinymail-17313
-rw-r--r--net-mail/tinymail/tinymail-1731.ebuild29
-rw-r--r--net-mail/tinymail/tinymail-3773.ebuild38
8 files changed, 141 insertions, 0 deletions
diff --git a/mail-client/modest/Manifest b/mail-client/modest/Manifest
new file mode 100644
index 0000000..55c735e
--- /dev/null
+++ b/mail-client/modest/Manifest
@@ -0,0 +1,4 @@
+DIST modest-1102.tar.bz2 1203925 RMD160 a45b100d72d1de3a4a222e07fa5e0a7b40d24ea6 SHA1 af234361d572667e89b36a0986417fa05bb2366a SHA256 90bb224c561c18c7bd2789570d05f9a0f418602b09d45335355f74d57f117173
+DIST modest-906.tar.bz2 727938 RMD160 2feb187988fdb47f86a3040fffec305a278f646c SHA1 93b203722f58f2be40af43b4bc73a1365c5c3446 SHA256 d53c814824b37ee457a4c5b35c40545b1033793a5ecda2892057167a63b9a355
+EBUILD modest-1102.ebuild 675 RMD160 c4e7d980941806139f24304ba7f6f528194e07b9 SHA1 e10f7d2bac0822b2518db957fb80861a37abc457 SHA256 b55726f4c23711df3dc8f1793cd5230547e0c320ec146e1cb9a193ca804b702f
+EBUILD modest-906.ebuild 609 RMD160 cd2c66acd07d6df9e42fc657f6c25144a14efa87 SHA1 e8717a7e605ea68c94297332a5efc3a53eb09af8 SHA256 9bb04b213f4614ce09e478d169ba53f03b16121aa9efde42834210193c20ed35
diff --git a/mail-client/modest/files/digest-modest-906 b/mail-client/modest/files/digest-modest-906
new file mode 100644
index 0000000..d621786
--- /dev/null
+++ b/mail-client/modest/files/digest-modest-906
@@ -0,0 +1,3 @@
+MD5 9e026102d6d63ca8e3b7e44b88661dde modest-906.tar.bz2 727938
+RMD160 2feb187988fdb47f86a3040fffec305a278f646c modest-906.tar.bz2 727938
+SHA256 d53c814824b37ee457a4c5b35c40545b1033793a5ecda2892057167a63b9a355 modest-906.tar.bz2 727938
diff --git a/mail-client/modest/modest-1102.ebuild b/mail-client/modest/modest-1102.ebuild
new file mode 100644
index 0000000..fc81928
--- /dev/null
+++ b/mail-client/modest/modest-1102.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="1"
+
+inherit gnome2
+
+DESCRIPTION="A small e-mail program specifically targetting modest hardware"
+HOMEPAGE="http://modest.garage.maemo.org/"
+SRC_URI="http://www.fprintf.net/downloads/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.8
+ >=x11-libs/gtk+-2.10
+ >=gnome-base/gconf-2
+ >=gnome-base/gnome-vfs-2
+ gnome-extra/gtkhtml:3.14
+ net-mail/tinymail
+ x11-libs/libnotify
+ net-misc/networkmanager"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+pkg_config() {
+ G2CONF="--enable-mozembed
+ --with-platform=gnome"
+}
diff --git a/mail-client/modest/modest-906.ebuild b/mail-client/modest/modest-906.ebuild
new file mode 100644
index 0000000..9d591d3
--- /dev/null
+++ b/mail-client/modest/modest-906.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit gnome2
+
+DESCRIPTION="A small e-mail program specifically targetting modest hardware"
+HOMEPAGE="http://modest.garage.maemo.org/"
+SRC_URI="http://www.fprintf.net/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.8
+ >=x11-libs/gtk+-2.10
+ >=gnome-base/gconf-2
+ >=gnome-base/gnome-vfs-2
+ || (
+ =gnome-extra/gtkhtml-3.12*
+ =gnome-extra/gtkhtml-3.10*
+ )
+ net-mail/tinymail
+ net-misc/networkmanager"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
diff --git a/net-mail/tinymail/Manifest b/net-mail/tinymail/Manifest
new file mode 100644
index 0000000..fab3196
--- /dev/null
+++ b/net-mail/tinymail/Manifest
@@ -0,0 +1,4 @@
+DIST tinymail-1731.tar.bz2 1673071 RMD160 b0f09e611abfebbea0920eff944b9d0e4e125a07 SHA1 d391bef1408e6100b8045ad90bf74b12ab8a2fa6 SHA256 ad5b459704d1fca0d3c1e54cb2354c3a78487609b3ac3b2cbea6086278e208d0
+DIST tinymail-3773.tar.bz2 2239034 RMD160 0cc7500722a55594b8831d3e6ec873db0f5802f0 SHA1 adfa192b0a382fdc798b9eb5da554ef635e2b124 SHA256 20d4a967c5e015a84b73d4e428871e2f068eede938a633ab541d0d42ea1d1f50
+EBUILD tinymail-1731.ebuild 697 RMD160 10ece9664c82ac1ea7564860b1375a03910ed76a SHA1 fa55328de332f4611ccf78166dae5e728f147c35 SHA256 3228ce53cf19ce22632832daeac8d14419a0d8e4e9ebdd7b8b39761f5d183e58
+EBUILD tinymail-3773.ebuild 875 RMD160 c94b1994f9294e8da28b89d7f7f7ea98e809c619 SHA1 ad07d43076f7d8ed8ab874becb0e07d8f18d18ed SHA256 70bab736c5eca6467e4b534808f9d3c40b6e26680c0f56947698434b0a6827cf
diff --git a/net-mail/tinymail/files/digest-tinymail-1731 b/net-mail/tinymail/files/digest-tinymail-1731
new file mode 100644
index 0000000..34e37c2
--- /dev/null
+++ b/net-mail/tinymail/files/digest-tinymail-1731
@@ -0,0 +1,3 @@
+MD5 15c6e698efd53cc0a87f6bfda1ad4740 tinymail-1731.tar.bz2 1673071
+RMD160 b0f09e611abfebbea0920eff944b9d0e4e125a07 tinymail-1731.tar.bz2 1673071
+SHA256 ad5b459704d1fca0d3c1e54cb2354c3a78487609b3ac3b2cbea6086278e208d0 tinymail-1731.tar.bz2 1673071
diff --git a/net-mail/tinymail/tinymail-1731.ebuild b/net-mail/tinymail/tinymail-1731.ebuild
new file mode 100644
index 0000000..b2a9ff9
--- /dev/null
+++ b/net-mail/tinymail/tinymail-1731.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit gnome2
+
+DESCRIPTION="A library for developing mobile applications with E-mail functionality"
+HOMEPAGE="http://www.tinymail.org"
+SRC_URI="http://www.fprintf.net/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="xulrunner"
+
+RDEPEND=">=dev-libs/glib-2.8
+ >=x11-libs/gtk+-2.8
+ >=gnome-base/gnome-vfs-2
+ >=gnome-base/libgnomeui-2
+ gnome-base/gnome-keyring
+ net-misc/networkmanager
+ xulrunner? ( net-libs/xulrunner )
+ !xulrunner? ( www-client/mozilla-firefox )"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+pkg_config() {
+ G2CONF="--enable-gnome --enable-uigtk"
+}
diff --git a/net-mail/tinymail/tinymail-3773.ebuild b/net-mail/tinymail/tinymail-3773.ebuild
new file mode 100644
index 0000000..c98f8aa
--- /dev/null
+++ b/net-mail/tinymail/tinymail-3773.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit gnome2
+
+DESCRIPTION="A library for developing mobile applications with E-mail functionality"
+HOMEPAGE="http://www.tinymail.org"
+SRC_URI="http://www.fprintf.net/downloads/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="python telepathy vala"
+
+RDEPEND=">=dev-libs/glib-2.8
+ >=x11-libs/gtk+-2.8
+ >=gnome-base/gnome-vfs-2
+ >=gnome-base/libgnomeui-2
+ gnome-base/gnome-keyring
+ net-misc/networkmanager
+ net-libs/xulrunner
+ python? (
+ dev-lang/python
+ dev-python/pygobject
+ dev-python/pygtk
+ )
+ telepathy? ( net-libs/telepathy-glib )"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+pkg_config() {
+ G2CONF="--enable-gnome
+ --enable-uigtk
+ $(use_enable telepathy tp)
+ $(use_enable python python-bindings)
+ $(use_enable vala vala-bindings)"
+}