diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-12-27 22:57:16 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-12-27 22:57:16 +0000 |
commit | 206d69d328d4590ebf1544da7ff35098a7c5aceb (patch) | |
tree | b5f327f8b6ab0e7de1a8ff0c53eb429b6aa3d32f /x11-misc/periodic-calendar | |
parent | Version bump. (diff) | |
download | historical-206d69d328d4590ebf1544da7ff35098a7c5aceb.tar.gz historical-206d69d328d4590ebf1544da7ff35098a7c5aceb.tar.bz2 historical-206d69d328d4590ebf1544da7ff35098a7c5aceb.zip |
Remove old.
Package-Manager: portage-2.2_rc19/cvs/Linux 2.6.27-gentoo-r2 x86_64
Diffstat (limited to 'x11-misc/periodic-calendar')
-rw-r--r-- | x11-misc/periodic-calendar/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/periodic-calendar/periodic-calendar-1.3.ebuild | 45 | ||||
-rw-r--r-- | x11-misc/periodic-calendar/periodic-calendar-2.1.ebuild | 45 |
3 files changed, 5 insertions, 91 deletions
diff --git a/x11-misc/periodic-calendar/ChangeLog b/x11-misc/periodic-calendar/ChangeLog index 88eb1613a7ac..e6a6521fe0c9 100644 --- a/x11-misc/periodic-calendar/ChangeLog +++ b/x11-misc/periodic-calendar/ChangeLog @@ -1,6 +1,10 @@ # 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.8 2008/10/02 03:05:01 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/periodic-calendar/ChangeLog,v 1.9 2008/12/27 22:57:16 coldwind Exp $ + + 27 Dec 2008; Santiago M. Mola <coldwind@gentoo.org> + -periodic-calendar-1.3.ebuild, -periodic-calendar-2.1.ebuild: + Remove old. *periodic-calendar-2.2 (02 Oct 2008) diff --git a/x11-misc/periodic-calendar/periodic-calendar-1.3.ebuild b/x11-misc/periodic-calendar/periodic-calendar-1.3.ebuild deleted file mode 100644 index 592b2fea7347..000000000000 --- a/x11-misc/periodic-calendar/periodic-calendar-1.3.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-1.3.ebuild,v 1.4 2008/06/30 12:33:59 remi 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="~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.1.ebuild b/x11-misc/periodic-calendar/periodic-calendar-2.1.ebuild deleted file mode 100644 index 24135737af04..000000000000 --- a/x11-misc/periodic-calendar/periodic-calendar-2.1.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.1.ebuild,v 1.4 2008/06/30 12:33:59 remi 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 - -} |