diff options
author | Martin von Gagern (MvG) <Martin.vGagern@gmx.net> | 2009-03-09 22:18:47 +0000 |
---|---|---|
committer | Martin von Gagern (MvG) <Martin.vGagern@gmx.net> | 2009-03-09 22:18:47 +0000 |
commit | 30380895a6a9197d0f8bb126406220cc5cc4297b (patch) | |
tree | c0299710c507dc2697b5265242a34e653b611317 | |
parent | dev-scheme/schemik: New Ebuild for bug 261206 (diff) | |
download | sunrise-reviewed-30380895a6a9197d0f8bb126406220cc5cc4297b.tar.gz sunrise-reviewed-30380895a6a9197d0f8bb126406220cc5cc4297b.tar.bz2 sunrise-reviewed-30380895a6a9197d0f8bb126406220cc5cc4297b.zip |
Initial xmlroff commit to sunrise. Bug #124339.
svn path=/sunrise/; revision=8040
-rw-r--r-- | app-text/xmlroff/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/xmlroff/Manifest | 3 | ||||
-rw-r--r-- | app-text/xmlroff/xmlroff-0.6.1.ebuild | 34 | ||||
-rw-r--r-- | licenses/sun-xmlroff | 32 |
4 files changed, 78 insertions, 0 deletions
diff --git a/app-text/xmlroff/ChangeLog b/app-text/xmlroff/ChangeLog new file mode 100644 index 000000000..01c4e95a4 --- /dev/null +++ b/app-text/xmlroff/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-text/xmlroff +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 09 Mar 2009; Martin von Gagern (MvG) <Martin.vGagern@gmx.net> + +xmlroff-0.6.1.ebuild: + Initial xmlroff commit to sunrise. Bug #124339. + Thanks to kristian meier and b3hzat. + diff --git a/app-text/xmlroff/Manifest b/app-text/xmlroff/Manifest new file mode 100644 index 000000000..ec48ab23d --- /dev/null +++ b/app-text/xmlroff/Manifest @@ -0,0 +1,3 @@ +DIST xmlroff-0.6.1.tar.gz 2849962 RMD160 086051e8eadf926a965175d6984ad7b5084e85f4 SHA1 fd64faebfefeec2bd67f120fc5a7915df393a2f2 SHA256 5ebd44c7490a8512274d238c901ff5ee96557119d9ef25423cf647dabde8a19d +EBUILD xmlroff-0.6.1.ebuild 874 RMD160 bebb555eddcdbd55370fb89590e22e1437f01e3a SHA1 397bf835ecb79372d7680f01d0312b334e8fdd83 SHA256 fdeb2e6436b8826439cc8bf77170e10459fe172c50a587f62645a6888c95ba8a +MISC ChangeLog 296 RMD160 8ee44d40ba5c5483c6eafed5ffed44913b371356 SHA1 3e4afe11f6eba257aabe3d00dfa558be1cf46419 SHA256 4d451f0fb038fc883c0a5ff7c15b441e1f9963d42891d033f1b3ac908942c50c diff --git a/app-text/xmlroff/xmlroff-0.6.1.ebuild b/app-text/xmlroff/xmlroff-0.6.1.ebuild new file mode 100644 index 000000000..9b29dcc69 --- /dev/null +++ b/app-text/xmlroff/xmlroff-0.6.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="A fast, free, high-quality, multi-platform XSL formatter" +HOMEPAGE="http://xmlroff.org/" +SRC_URI="http://xmlroff.org/download/${P}.tar.gz" + +LICENSE="sun-xmlroff" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="doc" + +DEPEND=">=x11-libs/pango-1.6.0 + >=media-libs/freetype-2.1.7 + >=media-libs/fontconfig-2.2.0 + >=dev-libs/glib-2.2.0 + >=dev-libs/libxml2-2.6.7 + >=dev-libs/libxslt-1.1.2 + >=gnome-base/libgnomeprint-2.8.0 + >=x11-libs/cairo-1.6.4-r1 + x11-libs/gtk+" +RDEPEND="${DEPEND}" + +src_install() { + einstall HTML_DIR="${D}/usr/share/doc/${P}" || die + if use doc; then + mv "${D}/usr/share/doc/${P}/${PN}" "${D}/usr/share/doc/${P}/html" || die + dodoc ChangeLog + else + rm -r "${D}/usr/share/doc/${P}/${PN}" || die + fi + dodoc AUTHORS NEWS README TODO +} diff --git a/licenses/sun-xmlroff b/licenses/sun-xmlroff new file mode 100644 index 000000000..5ad069152 --- /dev/null +++ b/licenses/sun-xmlroff @@ -0,0 +1,32 @@ +Copyright (c) 2001, 2002 Sun Microsystems. All Rights Reserved. +Copyright (c) 2007-2008 Menteith Consulting + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + - Redistributions of source code must retain the above copyright + notice, this list of conditions, and the following disclaimer. + + - Redistributions in binary form must reproduce the above copyright + notice, this list of conditions, and the following disclaimer in the + documentation and/or other materials provided with the + distribution. + + - Neither the name of Sun Microsystems nor the names of + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +This software is provided "AS IS," without a warranty of any +kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS, AND +WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, OR NON INFRINGEMENT, ARE HEREBY +EXCLUDED. SUN MICROSYSTEMS AND ITS LICENSORS SHALL NOT BE LIABLE +FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, +MODIFYING, OR DISTRIBUTING THE SOFTWARE OR ITS DERIVATIVES. IN NO +EVENT SHALL SUN MICROSYSTEMS OR ITS LICENSORS BE LIABLE FOR ANY +LOST REVENUE, PROFIT, OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, +CONSEQUENTIAL, INCIDENTAL, OR PUNITIVE DAMAGES, HOWEVER CAUSED AND +REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF +OR INABILITY TO USE THE SOFTWARE, EVEN IF SUN MICROSYSTEMS HAS +BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. |