diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-04-02 04:31:48 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-04-02 04:31:48 +0000 |
commit | 9c0aa4aa33365ed8182c900fd2a7861f53afb609 (patch) | |
tree | ea29dc7ffe0c1a8be1364736d0c712be86b12ccd /app-office/passepartout | |
parent | Update i18n patch to the redhat version #87429 and include the tty utf8 fix #... (diff) | |
download | gentoo-2-9c0aa4aa33365ed8182c900fd2a7861f53afb609.tar.gz gentoo-2-9c0aa4aa33365ed8182c900fd2a7861f53afb609.tar.bz2 gentoo-2-9c0aa4aa33365ed8182c900fd2a7861f53afb609.zip |
Version bumped. This closes bug #77652.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-office/passepartout')
-rw-r--r-- | app-office/passepartout/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/passepartout/Manifest | 6 | ||||
-rw-r--r-- | app-office/passepartout/files/digest-passepartout-0.6 | 1 | ||||
-rw-r--r-- | app-office/passepartout/passepartout-0.5.ebuild | 4 | ||||
-rw-r--r-- | app-office/passepartout/passepartout-0.6.ebuild | 24 |
5 files changed, 37 insertions, 5 deletions
diff --git a/app-office/passepartout/ChangeLog b/app-office/passepartout/ChangeLog index aa1a87c20d3e..03f56031177b 100644 --- a/app-office/passepartout/ChangeLog +++ b/app-office/passepartout/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/passepartout # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/passepartout/ChangeLog,v 1.2 2005/01/01 15:39:49 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/passepartout/ChangeLog,v 1.3 2005/04/02 04:31:48 usata Exp $ + +*passepartout-0.6 (02 Apr 2005) + + 02 Apr 2005; Mamoru KOMACHI <usata@gentoo.org> +passepartout-0.6.ebuild: + Version bumped. This closes bug #77652. *passepartout-0.5 (08 Nov 2004) diff --git a/app-office/passepartout/Manifest b/app-office/passepartout/Manifest index 76a0099bd978..2c4f9ae934bf 100644 --- a/app-office/passepartout/Manifest +++ b/app-office/passepartout/Manifest @@ -1,4 +1,6 @@ -MD5 f6ac15f2b6f7a02b6baf397164b4f4db ChangeLog 433 -MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 MD5 c8e88253f73b34883cd97c89396c940c passepartout-0.5.ebuild 694 +MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 +MD5 f6ac15f2b6f7a02b6baf397164b4f4db ChangeLog 433 +MD5 c8e88253f73b34883cd97c89396c940c passepartout-0.6.ebuild 694 MD5 34ea5a29ae5e1101593e83dd9829cc79 files/digest-passepartout-0.5 69 +MD5 f657b97bd6ce720fa98a561674558974 files/digest-passepartout-0.6 69 diff --git a/app-office/passepartout/files/digest-passepartout-0.6 b/app-office/passepartout/files/digest-passepartout-0.6 new file mode 100644 index 000000000000..a8962c629a3a --- /dev/null +++ b/app-office/passepartout/files/digest-passepartout-0.6 @@ -0,0 +1 @@ +MD5 5d35d32dce802a627e48531207db62ce passepartout-0.6.tar.bz2 346041 diff --git a/app-office/passepartout/passepartout-0.5.ebuild b/app-office/passepartout/passepartout-0.5.ebuild index 52eee7cd3e81..4838a4973a0a 100644 --- a/app-office/passepartout/passepartout-0.5.ebuild +++ b/app-office/passepartout/passepartout-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/passepartout/passepartout-0.5.ebuild,v 1.2 2005/01/01 15:39:49 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/passepartout/passepartout-0.5.ebuild,v 1.3 2005/04/02 04:31:48 usata Exp $ inherit gnome2 @@ -12,7 +12,7 @@ SRC_URI="http://www.stacken.kth.se/project/pptout/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="=dev-cpp/libxmlpp-1.0* dev-libs/libxslt diff --git a/app-office/passepartout/passepartout-0.6.ebuild b/app-office/passepartout/passepartout-0.6.ebuild new file mode 100644 index 000000000000..ee162f7035fa --- /dev/null +++ b/app-office/passepartout/passepartout-0.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/passepartout/passepartout-0.6.ebuild,v 1.1 2005/04/02 04:31:48 usata Exp $ + +inherit gnome2 + +IUSE="" + +DESCRIPTION="A DTP application for the X Window System" +HOMEPAGE="http://www.stacken.kth.se/project/pptout/" +SRC_URI="http://www.stacken.kth.se/project/pptout/files/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="=dev-cpp/libxmlpp-1.0* + dev-libs/libxslt + virtual/ghostscript + =dev-cpp/libgnomecanvasmm-2.0* + =dev-cpp/gtkmm-2.2* + =dev-libs/libsigc++-1.2*" + +DOCS="AUTHORS BUGS ChangeLog INSTALL NEWS README THANKS TODO" |