diff options
author | 2012-10-02 12:33:40 +0000 | |
---|---|---|
committer | 2012-10-02 12:33:40 +0000 | |
commit | 4bd28d6b51bdcb8561e0c06881091d49eeb24665 (patch) | |
tree | fa219f883aaf6ff95f87f28493c1b93d6c7eb506 /gnustep-apps/simpleagenda | |
parent | Version bump (diff) | |
download | gentoo-2-4bd28d6b51bdcb8561e0c06881091d49eeb24665.tar.gz gentoo-2-4bd28d6b51bdcb8561e0c06881091d49eeb24665.tar.bz2 gentoo-2-4bd28d6b51bdcb8561e0c06881091d49eeb24665.zip |
Version bump, drop old versions
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-apps/simpleagenda')
-rw-r--r-- | gnustep-apps/simpleagenda/ChangeLog | 9 | ||||
-rw-r--r-- | gnustep-apps/simpleagenda/simpleagenda-0.36.ebuild | 21 | ||||
-rw-r--r-- | gnustep-apps/simpleagenda/simpleagenda-0.43.ebuild (renamed from gnustep-apps/simpleagenda/simpleagenda-0.42.ebuild) | 9 |
3 files changed, 10 insertions, 29 deletions
diff --git a/gnustep-apps/simpleagenda/ChangeLog b/gnustep-apps/simpleagenda/ChangeLog index 4887a23a8689..2f6718d45a55 100644 --- a/gnustep-apps/simpleagenda/ChangeLog +++ b/gnustep-apps/simpleagenda/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for gnustep-apps/simpleagenda # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/simpleagenda/ChangeLog,v 1.20 2012/06/07 15:58:41 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/simpleagenda/ChangeLog,v 1.21 2012/10/02 12:33:40 voyageur Exp $ + +*simpleagenda-0.43 (02 Oct 2012) + + 02 Oct 2012; Bernard Cafarelli <voyageur@gentoo.org> + -simpleagenda-0.36.ebuild, -simpleagenda-0.42.ebuild, + +simpleagenda-0.43.ebuild: + Version bump, drop old versions 07 Jun 2012; Michael Weber <xmw@gentoo.org> simpleagenda-0.42.2.ebuild: ppc stable (bug 410601) diff --git a/gnustep-apps/simpleagenda/simpleagenda-0.36.ebuild b/gnustep-apps/simpleagenda/simpleagenda-0.36.ebuild deleted file mode 100644 index 39bbbaaf71d7..000000000000 --- a/gnustep-apps/simpleagenda/simpleagenda-0.36.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/simpleagenda/simpleagenda-0.36.ebuild,v 1.5 2012/02/09 10:44:43 voyageur Exp $ - -inherit eutils gnustep-2 - -MY_PN=SimpleAgenda -DESCRIPTION="a simple calendar and agenda application" -HOMEPAGE="http://coyote.octets.fr/simpleagenda" -SRC_URI="http://coyote.octets.fr/pub/gnustep/${MY_PN}-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="dev-libs/libical - >=virtual/gnustep-back-0.13.0" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_PN}-${PV} diff --git a/gnustep-apps/simpleagenda/simpleagenda-0.42.ebuild b/gnustep-apps/simpleagenda/simpleagenda-0.43.ebuild index 2ba3652cca1b..9cdcc9a94508 100644 --- a/gnustep-apps/simpleagenda/simpleagenda-0.42.ebuild +++ b/gnustep-apps/simpleagenda/simpleagenda-0.43.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/simpleagenda/simpleagenda-0.42.ebuild,v 1.2 2012/02/09 10:44:43 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/simpleagenda/simpleagenda-0.43.ebuild,v 1.1 2012/10/02 12:33:40 voyageur Exp $ -EAPI=2 +EAPI=4 inherit gnustep-2 MY_PN=SimpleAgenda @@ -22,11 +22,6 @@ RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_PN}-${PV} -src_prepare() { - # Correct link command for --as-needed - sed -i -e "s/ADDITIONAL_LDFLAGS/ADDITIONAL_TOOL_LIBS/" GNUmakefile.preamble || die "sed failed" -} - src_configure() { egnustep_env econf $(use_enable dbus dbuskit) |