diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-04 16:50:35 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-04 16:50:35 +0000 |
commit | e8a410b7e2bab410d21ee71951655e5d09016e9c (patch) | |
tree | 16208c9b660c3ab1c66bef48d34381229949477c /app-misc/ccal | |
parent | Add patch to open files starting with "dir" by Ulrich Müller (bug #340697). (diff) | |
download | gentoo-2-e8a410b7e2bab410d21ee71951655e5d09016e9c.tar.gz gentoo-2-e8a410b7e2bab410d21ee71951655e5d09016e9c.tar.bz2 gentoo-2-e8a410b7e2bab410d21ee71951655e5d09016e9c.zip |
Some Clean up
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/ccal')
-rw-r--r-- | app-misc/ccal/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/ccal/ccal-0.6-r1.ebuild | 6 | ||||
-rw-r--r-- | app-misc/ccal/ccal-0.6.ebuild | 28 |
3 files changed, 9 insertions, 33 deletions
diff --git a/app-misc/ccal/ChangeLog b/app-misc/ccal/ChangeLog index da65e04ec727..900a8458e405 100644 --- a/app-misc/ccal/ChangeLog +++ b/app-misc/ccal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/ccal -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ccal/ChangeLog,v 1.11 2010/04/18 17:10:21 nixnut Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ccal/ChangeLog,v 1.12 2011/01/04 16:50:35 jlec Exp $ + + 04 Jan 2011; Justin Lecher <jlec@gentoo.org> -ccal-0.6.ebuild, + ccal-0.6-r1.ebuild: + Some Clean up 18 Apr 2010; <nixnut@gentoo.org> ccal-0.6-r1.ebuild: ppc stable #311541 diff --git a/app-misc/ccal/ccal-0.6-r1.ebuild b/app-misc/ccal/ccal-0.6-r1.ebuild index d7fc2b6728b3..68a2a5de30d4 100644 --- a/app-misc/ccal/ccal-0.6-r1.ebuild +++ b/app-misc/ccal/ccal-0.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ccal/ccal-0.6-r1.ebuild,v 1.3 2010/04/18 17:10:21 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ccal/ccal-0.6-r1.ebuild,v 1.4 2011/01/04 16:50:35 jlec Exp $ EAPI="2" @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ppc ~sparc x86" IUSE="" -S=${WORKDIR} +S="${WORKDIR}" src_prepare() { python_convert_shebangs 2 ${P}.py diff --git a/app-misc/ccal/ccal-0.6.ebuild b/app-misc/ccal/ccal-0.6.ebuild deleted file mode 100644 index ad239db04f30..000000000000 --- a/app-misc/ccal/ccal-0.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ccal/ccal-0.6.ebuild,v 1.9 2010/01/01 18:03:14 ssuominen Exp $ - -DESCRIPTION="Curses-based calendar/journal/diary/todo utility" -HOMEPAGE="http://www.jamiehillman.co.uk/ccal/" -SRC_URI="mirror://gentoo/${P}.py.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86" -IUSE="" - -RDEPEND="virtual/python" - -S=${WORKDIR} - -src_install() { - newbin ${P}.py ${PN} || die "dobin failed" - dohtml "${FILESDIR}"/instructions.htm || die "dohtml failed" -} - -pkg_postinst() { - echo - elog "Read /usr/share/doc/${PF}/html/instructions.htm for" - elog "information on using ccal." - echo -} |