summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2008-11-18 13:32:32 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2008-11-18 13:32:32 +0000
commit1ae2a92d358864186945a241311e807a0b458508 (patch)
tree90bb83c3fa8937f612e73d0589d9b1366d31089d /gnustep-apps/azbackground
parentAlmost all Etoile 0.4.0 frameworks done, except XMPPKit (diff)
downloadgnustep-1ae2a92d358864186945a241311e807a0b458508.tar.gz
gnustep-1ae2a92d358864186945a241311e807a0b458508.tar.bz2
gnustep-1ae2a92d358864186945a241311e807a0b458508.zip
Add XMPPKit with forked AddressKit from Etoile
Add block on gnustep-apps/addresses as both install same files svn path=/overlay/; revision=382
Diffstat (limited to 'gnustep-apps/azbackground')
-rw-r--r--gnustep-apps/azbackground/Manifest3
-rw-r--r--gnustep-apps/azbackground/azbackground-0.4.0.ebuild18
2 files changed, 21 insertions, 0 deletions
diff --git a/gnustep-apps/azbackground/Manifest b/gnustep-apps/azbackground/Manifest
index 645109a..d28d2bd 100644
--- a/gnustep-apps/azbackground/Manifest
+++ b/gnustep-apps/azbackground/Manifest
@@ -1,2 +1,5 @@
DIST etoile-0.2.tar.gz 21373391 RMD160 99aa05909469fc7ffae9118829a5f155050271c5 SHA1 9ecf33b0130687c1946da3eb7568605b5e9dfcbf SHA256 293cb9e5c50b27a8e38f16374c17595f20c5950ba44d00ffac3fb17ddd852d2c
+DIST etoile-0.4.0.tar.gz 8892225 RMD160 cf5396cdd2e4e8477f4ac1c493f814b862999a75 SHA1 3848ededa6f5f7981e208cea0c1833416b425e4c SHA256 785774e4697e7f1387d0c92c04886e6705d44272aeeb08ebd648871be5f5b59f
EBUILD azbackground-0.2.ebuild 476 RMD160 cf103429cc39cf5f81bdf89f74a31fc7c32ce108 SHA1 4694428cd90b1c15fa6294d7dcdcded477cfb8c5 SHA256 e5631418ee4661feb6311ffc06a2372c87a9fce75a50da9e675c308e2b0fe6cd
+EBUILD azbackground-0.4.0.ebuild 476 RMD160 833d87f7b3a003eba93b9f0cee3f23d4529ac4e4 SHA1 536471028c9dde8afc02cbd1879d7138401bc36c SHA256 2fa02f032e5a0d149974954caee9cdf4c72a4f57fea2688b6edcff29ceb5e7fa
+MISC .azbackground-0.4.0.ebuild.swp 12288 RMD160 fd9206b984ce768d801bc455d046e7f4e1408c64 SHA1 4b1c8aaf248b0f7bd527b71823b442781b2716b6 SHA256 b312a2c35416460cba888080bba66cad17450c37ebb300ace209dfd525f82a7e
diff --git a/gnustep-apps/azbackground/azbackground-0.4.0.ebuild b/gnustep-apps/azbackground/azbackground-0.4.0.ebuild
new file mode 100644
index 0000000..853d368
--- /dev/null
+++ b/gnustep-apps/azbackground/azbackground-0.4.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit gnustep-2
+
+S="${WORKDIR}/Etoile-${PV}/Services/Private/AZBackground"
+
+DESCRIPTION="A background image setter for the Etoile project"
+HOMEPAGE="http://www.etoile-project.org"
+SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~ppc ~x86"
+SLOT="0"
+
+DEPEND="gnustep-libs/xwindowserverkit"
+RDEPEND="${DEPEND}"