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/passepartout-0.6.ebuild | |
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/passepartout-0.6.ebuild')
-rw-r--r-- | app-office/passepartout/passepartout-0.6.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
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" |