From c2b8ac4cd3f4ae3eacf58af6171a870247ce9501 Mon Sep 17 00:00:00 2001 From: Peter Alfredsen Date: Sun, 15 Feb 2009 21:25:57 +0000 Subject: Bump per bug 251783 for gcc-4.3 compatibility. Thanks to Michael Mair-Keimberger . (Portage version: 2.2_rc23/cvs/Linux x86_64) --- x11-misc/periodic-calendar/ChangeLog | 11 +++++- .../periodic-calendar/periodic-calendar-2.2.ebuild | 45 ---------------------- .../periodic-calendar/periodic-calendar-2.3.ebuild | 45 ++++++++++++++++++++++ 3 files changed, 54 insertions(+), 47 deletions(-) delete mode 100644 x11-misc/periodic-calendar/periodic-calendar-2.2.ebuild create mode 100644 x11-misc/periodic-calendar/periodic-calendar-2.3.ebuild (limited to 'x11-misc/periodic-calendar') diff --git a/x11-misc/periodic-calendar/ChangeLog b/x11-misc/periodic-calendar/ChangeLog index e6a6521fe0c9..f182684bd02e 100644 --- a/x11-misc/periodic-calendar/ChangeLog +++ b/x11-misc/periodic-calendar/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/periodic-calendar -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/periodic-calendar/ChangeLog,v 1.9 2008/12/27 22:57:16 coldwind Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/periodic-calendar/ChangeLog,v 1.10 2009/02/15 21:25:57 loki_val Exp $ + +*periodic-calendar-2.3 (15 Feb 2009) + + 15 Feb 2009; Peter Alfredsen + -periodic-calendar-2.2.ebuild, +periodic-calendar-2.3.ebuild: + Bump per bug 251783 for gcc-4.3 compatibility. Thanks to Michael + Mair-Keimberger . 27 Dec 2008; Santiago M. Mola -periodic-calendar-1.3.ebuild, -periodic-calendar-2.1.ebuild: diff --git a/x11-misc/periodic-calendar/periodic-calendar-2.2.ebuild b/x11-misc/periodic-calendar/periodic-calendar-2.2.ebuild deleted file mode 100644 index 662e89ec5b1c..000000000000 --- a/x11-misc/periodic-calendar/periodic-calendar-2.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/periodic-calendar/periodic-calendar-2.2.ebuild,v 1.1 2008/10/02 03:05:01 darkside Exp $ - -inherit gnome2 eutils - -MY_PN="PeriodicCalendar" -MY_P=${MY_PN}-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="A GUI utility which assists in menstrual cycle tracking and fertility periods prediction." - -HOMEPAGE="http://linuxorg.sourceforge.net/" -SRC_URI="mirror://sourceforge/linuxorg/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.1.0 - >=gnome-base/gconf-1.1.11 - >=dev-cpp/gtkmm-2.4.0 - >=dev-cpp/libglademm-2.4.0" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.29 - >=app-text/scrollkeeper-0.1.4 - dev-util/pkgconfig" - -DOCS="AUTHORS ChangeLog COPYING* INSTALL README" - -pkg_postinst() { - ewarn "It's probably a good idea that you read the documentation for this package." - ewarn "But just in case: From the README..." - echo - ewarn "At this point the fertility prediction is based on the calendar method" - ewarn "which is not very precise. It is not recommended to use this method alone" - ewarn "for the birth control." - ewarn "THIS PROGRAM PREDICTIONS IN NO CASES CAN BE USED AS THE FINAL. THE METHODS USE" - ewarn "ARE NOT 100% EFFECTIVE FOR ALL WOMEN." - echo - ebeep 3 - -} diff --git a/x11-misc/periodic-calendar/periodic-calendar-2.3.ebuild b/x11-misc/periodic-calendar/periodic-calendar-2.3.ebuild new file mode 100644 index 000000000000..92e267419fa5 --- /dev/null +++ b/x11-misc/periodic-calendar/periodic-calendar-2.3.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/periodic-calendar/periodic-calendar-2.3.ebuild,v 1.1 2009/02/15 21:25:57 loki_val Exp $ + +inherit gnome2 eutils + +MY_PN="PeriodicCalendar" +MY_P=${MY_PN}-${PV} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="A GUI utility which assists in menstrual cycle tracking and fertility periods prediction." + +HOMEPAGE="http://linuxorg.sourceforge.net/" +SRC_URI="mirror://sourceforge/linuxorg/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.1.0 + >=gnome-base/gconf-1.1.11 + >=dev-cpp/gtkmm-2.4.0 + >=dev-cpp/libglademm-2.4.0" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.29 + >=app-text/scrollkeeper-0.1.4 + dev-util/pkgconfig" + +DOCS="AUTHORS ChangeLog COPYING* INSTALL README" + +pkg_postinst() { + ewarn "It's probably a good idea that you read the documentation for this package." + ewarn "But just in case: From the README..." + echo + ewarn "At this point the fertility prediction is based on the calendar method" + ewarn "which is not very precise. It is not recommended to use this method alone" + ewarn "for the birth control." + ewarn "THIS PROGRAM PREDICTIONS IN NO CASES CAN BE USED AS THE FINAL. THE METHODS USE" + ewarn "ARE NOT 100% EFFECTIVE FOR ALL WOMEN." + echo + ebeep 3 + +} -- cgit v1.2.3-65-gdbad