diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2005-06-14 21:55:43 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2005-06-14 21:55:43 +0000 |
commit | 16bdc66d823e541e6150bc4dda022ad4d9d102fe (patch) | |
tree | b8c75327ded575bd54410e4d1129d480f48f1edf | |
parent | ppc love (diff) | |
download | historical-16bdc66d823e541e6150bc4dda022ad4d9d102fe.tar.gz historical-16bdc66d823e541e6150bc4dda022ad4d9d102fe.tar.bz2 historical-16bdc66d823e541e6150bc4dda022ad4d9d102fe.zip |
Version bump.
Package-Manager: portage-2.0.51.22-r1
-rw-r--r-- | x11-misc/ntodo/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/ntodo/Manifest | 6 | ||||
-rw-r--r-- | x11-misc/ntodo/files/digest-ntodo-1.1 | 1 | ||||
-rw-r--r-- | x11-misc/ntodo/ntodo-1.1.ebuild | 32 |
4 files changed, 43 insertions, 3 deletions
diff --git a/x11-misc/ntodo/ChangeLog b/x11-misc/ntodo/ChangeLog index e20f36567147..6847ba6b28ca 100644 --- a/x11-misc/ntodo/ChangeLog +++ b/x11-misc/ntodo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/ntodo # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ntodo/ChangeLog,v 1.7 2005/04/29 21:08:40 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ntodo/ChangeLog,v 1.8 2005/06/14 21:55:43 pyrania Exp $ + +*ntodo-1.1 (14 Jun 2005) + + 14 Jun 2005; Markus Nigbur <pyrania@gentoo.org> +ntodo-1.1.ebuild: + Version bump. 29 Apr 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> ntodo-1.0.ebuild: mark ~ppc diff --git a/x11-misc/ntodo/Manifest b/x11-misc/ntodo/Manifest index 0126a643172c..67b0a25b6d06 100644 --- a/x11-misc/ntodo/Manifest +++ b/x11-misc/ntodo/Manifest @@ -1,4 +1,6 @@ -MD5 70af3b6f22094864384f78f9a89c6768 ChangeLog 782 -MD5 9ba3ceca3ae81ec759fbb9a277c0e45c metadata.xml 165 +MD5 40474191b8ca983c74ad1cf633f7f63a ntodo-1.1.ebuild 689 +MD5 d1dfc4437149e3030b91a9e6010aa4ae ChangeLog 896 MD5 85bda191fe060c385adb03eb3974eacd ntodo-1.0.ebuild 683 +MD5 9ba3ceca3ae81ec759fbb9a277c0e45c metadata.xml 165 +MD5 047f6fe31d4f87e920cc1040275d77ee files/digest-ntodo-1.1 57 MD5 be2fbdcfb22f73eef9261f398ddd319d files/digest-ntodo-1.0 57 diff --git a/x11-misc/ntodo/files/digest-ntodo-1.1 b/x11-misc/ntodo/files/digest-ntodo-1.1 new file mode 100644 index 000000000000..62ff9397099d --- /dev/null +++ b/x11-misc/ntodo/files/digest-ntodo-1.1 @@ -0,0 +1 @@ +MD5 4521cb4202eb701b34ec2f2216bf1387 ntodo-1.1.tgz 12024 diff --git a/x11-misc/ntodo/ntodo-1.1.ebuild b/x11-misc/ntodo/ntodo-1.1.ebuild new file mode 100644 index 000000000000..fadcf1d71068 --- /dev/null +++ b/x11-misc/ntodo/ntodo-1.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ntodo/ntodo-1.1.ebuild,v 1.1 2005/06/14 21:55:43 pyrania Exp $ + +DESCRIPTION="GTK Todo program" +HOMEPAGE="http://www.theasylum.org/ntodo/" +SRC_URI="http://www.theasylum.org/ntodo/${P}.tgz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" +IUSE="" +DEPEND="=x11-libs/gtk+-1.2* + >=sys-apps/sed-4" +#RDEPEND="" +S="${WORKDIR}/nToDo-${PV}" + +src_unpack() { + unpack ${A} ; cd ${S} + + sed -i "s:^CFLAGS.*:CFLAGS = ${CFLAGS} \$(GTK_CFLAGS):g" Makefile +} + + + +src_compile() { + make || die +} + +src_install() { + dobin ntodo + dodoc README +} |