diff options
author | 2007-12-09 23:15:54 +0000 | |
---|---|---|
committer | 2007-12-09 23:15:54 +0000 | |
commit | 31ab20949c384385b81159bafd8dd408c7827af4 (patch) | |
tree | 3332c84724efab06483ad13839e36fc8a104ca09 /gnustep-apps | |
parent | Add repo_name for PMS-compliance (diff) | |
download | gnustep-31ab20949c384385b81159bafd8dd408c7827af4.tar.gz gnustep-31ab20949c384385b81159bafd8dd408c7827af4.tar.bz2 gnustep-31ab20949c384385b81159bafd8dd408c7827af4.zip |
Add new simpleagenda here, as it needs unstable gnustep
Add warning in gnustep-gui about revdep-rebuild need
svn path=/overlay/; revision=355
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/simpleagenda/Manifest | 2 | ||||
-rw-r--r-- | gnustep-apps/simpleagenda/simpleagenda-0.33.ebuild | 20 |
2 files changed, 22 insertions, 0 deletions
diff --git a/gnustep-apps/simpleagenda/Manifest b/gnustep-apps/simpleagenda/Manifest new file mode 100644 index 0000000..673c2a7 --- /dev/null +++ b/gnustep-apps/simpleagenda/Manifest @@ -0,0 +1,2 @@ +DIST SimpleAgenda-0.33.tar.gz 74123 RMD160 ac3f456c2bb061acf681c2ad80dba6a5d3a4f955 SHA1 abb4acbae3dbb4f5618bdb33585f320804b4042d SHA256 b595aff5e22d8cd8e829163f8da6b9f23b88d6273d99ff35fb7cf6eaac577ce3 +EBUILD simpleagenda-0.33.ebuild 612 RMD160 9f43d27855f65acc857a5cf82ee4b26dc5e13d59 SHA1 783583d6d0fb18f72fc1304cd91c458c5e1bc781 SHA256 3722558de3b3f75d4fa0571a34866f40e7db8d115f1b67b4f2320ce21bb1ef11 diff --git a/gnustep-apps/simpleagenda/simpleagenda-0.33.ebuild b/gnustep-apps/simpleagenda/simpleagenda-0.33.ebuild new file mode 100644 index 0000000..1f75fdf --- /dev/null +++ b/gnustep-apps/simpleagenda/simpleagenda-0.33.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/simpleagenda/simpleagenda-0.27.ebuild,v 1.1 2007/09/18 15:18:07 voyageur Exp $ + +inherit eutils gnustep-2 + +MY_PN=SimpleAgenda +DESCRIPTION="a simple calender and agenda application" +HOMEPAGE="http://coyote.octets.fr/pub/gnustep/" +SRC_URI="http://coyote.octets.fr/pub/gnustep/${MY_PN}-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="dev-libs/libical + >=virtual/gnustep-back-0.13.0" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_PN}-${PV} |