imported ebuilds from harpo.
This commit is contained in:
15
media-gfx/xara-xtreme/Manifest
Normal file
15
media-gfx/xara-xtreme/Manifest
Normal file
@@ -0,0 +1,15 @@
|
||||
MD5 2ee767d4deb864ebc16e71cc8590efb8 files/digest-xara-xtreme-20060319 226
|
||||
RMD160 76e6f4139e4097632a12e158fa1f2c687fe40166 files/digest-xara-xtreme-20060319 226
|
||||
SHA256 d67ee04452e708bff8953a9f46e3571d7e377012c8eead03e4ce7cd0330a62a8 files/digest-xara-xtreme-20060319 226
|
||||
MD5 68b329da9893e34099c7d8ad5cb9c940 files/digest-xara-xtreme-9999 1
|
||||
RMD160 c0da025038ed83c687ddc430da9846ecb97f3998 files/digest-xara-xtreme-9999 1
|
||||
SHA256 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b files/digest-xara-xtreme-9999 1
|
||||
MD5 1baa282069bc3b4011bf8f0af0eb02d7 xara-xtreme-0.3_alpha713.ebuild 1261
|
||||
RMD160 4719ce1520c9d5568ddc3bbb1bd608a0c519bf6e xara-xtreme-0.3_alpha713.ebuild 1261
|
||||
SHA256 ffa94984569ed7eb8ca5348adb81e05f0540450dff060a68afc7db75db5080ef xara-xtreme-0.3_alpha713.ebuild 1261
|
||||
MD5 681eb11400ce2ef05db40dd63b00c7de xara-xtreme-20060319.ebuild 851
|
||||
RMD160 0dcb4d279ce1e7fe104bc1ded6293756838c2d75 xara-xtreme-20060319.ebuild 851
|
||||
SHA256 db33250968fc6ad4efb4f4f422a0d375f9986d71e6aa527be7cd5e7332f0a487 xara-xtreme-20060319.ebuild 851
|
||||
MD5 e46396a501b330f1819c22804004ef02 xara-xtreme-9999.ebuild 1447
|
||||
RMD160 254315a2b3c512f801cca8fb6c69cd326eae74b3 xara-xtreme-9999.ebuild 1447
|
||||
SHA256 679ebae42d0a5e3c9e13298562360c91266be7f192f94fb2cfc2958502c74460 xara-xtreme-9999.ebuild 1447
|
3
media-gfx/xara-xtreme/files/digest-xara-xtreme-20060319
Normal file
3
media-gfx/xara-xtreme/files/digest-xara-xtreme-20060319
Normal file
@@ -0,0 +1,3 @@
|
||||
RMD160 cc471dcaf03c76b77ed5419d02113b8919b4aa6e XaraLX.tar.bz2 1430040
|
||||
SHA256 860613c65e3af39dc4b9adb1779e03779d10503c9129bf649aa7fc9b0f33cde7 XaraLX.tar.bz2 1430040
|
||||
MD5 8cdd88c4958b46c9e8ff44d72a7b31f7 XaraLX.tar.bz2 1430040
|
1
media-gfx/xara-xtreme/files/digest-xara-xtreme-9999
Normal file
1
media-gfx/xara-xtreme/files/digest-xara-xtreme-9999
Normal file
@@ -0,0 +1 @@
|
||||
|
64
media-gfx/xara-xtreme/xara-xtreme-0.3_alpha713.ebuild
Normal file
64
media-gfx/xara-xtreme/xara-xtreme-0.3_alpha713.ebuild
Normal file
@@ -0,0 +1,64 @@
|
||||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit
|
||||
|
||||
# Removes the "_alpha" part of the ebuild version and replace it with "r"
|
||||
MY_PV="${PV/_alpha/r}"
|
||||
|
||||
DESCRIPTION="Vector and bitmap graphics editor"
|
||||
HOMEPAGE="http://www.xaraxtreme.org/"
|
||||
SRC_URI="http://downloads.xara.com/opensource/XaraLX-${MY_PV}.tar.bz2"
|
||||
LICENSE="GPL-2"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86"
|
||||
IUSE="debug nls"
|
||||
|
||||
DEPEND="app-arch/zip \
|
||||
dev-lang/perl \
|
||||
>=media-libs/jpeg-6b \
|
||||
>=media-libs/libpng-1.2.8 \
|
||||
>=x11-libs/gtk+-2.0 \
|
||||
>=x11-libs/wxGTK-2.6.3_rc2"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/XaraLX-${MY_PV}"
|
||||
|
||||
src_compile() {
|
||||
|
||||
cd ${S}
|
||||
|
||||
autoreconf -f -i -s || die "autoreconf failed"
|
||||
|
||||
econf \
|
||||
$(use_enable debug) \
|
||||
$(use_enable nls) \
|
||||
||<EFBFBD>die "econf failed"
|
||||
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
make DESTDIR=${D} install || die "install failed"
|
||||
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
||||
cd ${S}
|
||||
|
||||
dodoc AUTHORS ChangeLog NEWS README
|
||||
|
||||
einfo
|
||||
einfo "Note the executable name is \"XaraLX\"."
|
||||
einfo
|
||||
einfo "Note that some code of this package still is not under"
|
||||
einfo "the GPL-2 license. For the code already under the GPL-2"
|
||||
einfo "license, some additional rights are given. Please check"
|
||||
einfo "the package content, for more informations."
|
||||
einfo
|
||||
|
||||
}
|
49
media-gfx/xara-xtreme/xara-xtreme-20060319.ebuild
Normal file
49
media-gfx/xara-xtreme/xara-xtreme-20060319.ebuild
Normal file
@@ -0,0 +1,49 @@
|
||||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
DESCRIPTION="Vector and bitmap graphics editor"
|
||||
HOMEPAGE="http://www.xaraxtreme.org/"
|
||||
SRC_URI="http://www.xaraxtreme.org/downloads/XaraLX.tar.bz2"
|
||||
LICENSE="GPL-2"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86"
|
||||
IUSE="nls"
|
||||
|
||||
DEPEND="app-arch/zip \
|
||||
dev-lang/perl \
|
||||
>=media-libs/jpeg-6b \
|
||||
>=media-libs/libpng-1.2.8 \
|
||||
>=x11-libs/gtk+-2.0 \
|
||||
>=x11-libs/wxGTK-2.6.2"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_compile() {
|
||||
|
||||
autoreconf -f -i -s || die "autoreconf failed"
|
||||
|
||||
econf \
|
||||
$(use_enable nls) \
|
||||
|| die "econf failed"
|
||||
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
make DESTDIR=${D} install || die "install failed"
|
||||
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
||||
#dodoc AUTHORS ChangeLog NEWS README || die # Still empty files
|
||||
|
||||
einfo
|
||||
einfo "Note the executable name is \"XaraLX\"."
|
||||
einfo
|
||||
|
||||
}
|
72
media-gfx/xara-xtreme/xara-xtreme-9999.ebuild
Normal file
72
media-gfx/xara-xtreme/xara-xtreme-9999.ebuild
Normal file
@@ -0,0 +1,72 @@
|
||||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit subversion
|
||||
|
||||
# Removes the "_alpha" part of the ebuild version and replace it with "r"
|
||||
DESCRIPTION="Vector and bitmap graphics editor"
|
||||
HOMEPAGE="http://www.xaraxtreme.org/"
|
||||
LICENSE="GPL-2"
|
||||
|
||||
ESVN_PROJECT="${PN/-svn}"
|
||||
ESVN_REPO_URI="svn://svn.xara.com/Trunk/XaraLX"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86"
|
||||
IUSE="debug nls"
|
||||
|
||||
DEPEND="app-arch/zip \
|
||||
dev-lang/perl \
|
||||
>=media-libs/jpeg-6b \
|
||||
>=media-libs/libpng-1.2.8 \
|
||||
>=x11-libs/gtk+-2.0 \
|
||||
>=x11-libs/wxGTK-2.6.3_rc2"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S=${WORKDIR}/XaraLX
|
||||
|
||||
src_unpack() {
|
||||
subversion_src_unpack
|
||||
}
|
||||
|
||||
|
||||
src_compile() {
|
||||
|
||||
cd ${S}
|
||||
|
||||
autoreconf -f -i -s || die "autoreconf failed"
|
||||
|
||||
econf \
|
||||
$(use_enable debug) \
|
||||
$(use_enable nls) \
|
||||
|| die "econf failed"
|
||||
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
make DESTDIR=${D} install || die "install failed"
|
||||
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
||||
cd ${S}
|
||||
|
||||
dodoc AUTHORS ChangeLog NEWS README
|
||||
dodoc libs/LIBS-LICENSE
|
||||
|
||||
einfo
|
||||
einfo "Note the executable name is \"XaraLX\"."
|
||||
einfo
|
||||
einfo "Also note the \"XaraLX\" executable is compiled with a binary"
|
||||
einfo "version of the \"CDraw\" library, which is NOT YET licensed"
|
||||
einfo "under the GPL-2 by Xara. The license, which you will find in"
|
||||
einfo "the /usr/share/doc/${PF}/LIBS-LICENSE file,"
|
||||
einfo "states you cannot distribute the library without the"
|
||||
einfo "Xara Xtreme source code or binary version."
|
||||
einfo
|
||||
|
||||
}
|
Reference in New Issue
Block a user