removing old xaralx build

This commit is contained in:
Micha Glave 2006-08-21 06:14:58 +00:00
parent 6ee048987e
commit fc63c744a6
12 changed files with 0 additions and 350 deletions

View File

@ -1,15 +0,0 @@
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

View File

@ -1,3 +0,0 @@
RMD160 cc471dcaf03c76b77ed5419d02113b8919b4aa6e XaraLX.tar.bz2 1430040
SHA256 860613c65e3af39dc4b9adb1779e03779d10503c9129bf649aa7fc9b0f33cde7 XaraLX.tar.bz2 1430040
MD5 8cdd88c4958b46c9e8ff44d72a7b31f7 XaraLX.tar.bz2 1430040

View File

@ -1,64 +0,0 @@
# 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) \
|| 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
}

View File

@ -1,49 +0,0 @@
# 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
}

View File

@ -1,72 +0,0 @@
# 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
}

View File

@ -1,7 +0,0 @@
# ChangeLog for media-gfx/xaralx
# Copyright 2005-2006 BreakMyGentoo.net; Distributed under the GPL v2
# $Header: $
25 May 2006; Hendrik Brandt <heb@gnome-de.org> ChangeLog:
new ebuild, moved form XaraLX-bin to xaralx

View File

@ -1,20 +0,0 @@
DIST xaralx0.5_rev1185.tar.bz2 14050595 RMD160 bfc5c457e7fa48db993064b0f692692420f40264 SHA1 2ad1187b4f9bc94a01a16c5905b70b709d64f539 SHA256 6f5cb826615fe4607a9f89b1b3ad22f89295efd75d34c5db1a6421ba13974350
DIST xaralx0.5_rev1375.tar.bz2 17671336 RMD160 4d64f55842be32419e5f2fe6c12aa4ecbdd0a23c SHA1 c455f6f87230bd37d2c05f5edd02f175c071ac0f SHA256 e8b4fa1169b3be7b71a14f79ff9dd0234efbf14bdfdb38ae5cd3d05528c96e0e
EBUILD xaralx-0.5.0.1185.ebuild 962 RMD160 f3dbfaecd8cb5dafe6edaeffb26278a0e9193874 SHA1 7346a2fe210745c5e005e8321aa633b3fed450fe SHA256 3f790f7a819518c89cef22f5d423ebc0cde3143a2796a1040cadef6db3361f7b
MD5 9d5d85e383551546718dbc273bc6e765 xaralx-0.5.0.1185.ebuild 962
RMD160 f3dbfaecd8cb5dafe6edaeffb26278a0e9193874 xaralx-0.5.0.1185.ebuild 962
SHA256 3f790f7a819518c89cef22f5d423ebc0cde3143a2796a1040cadef6db3361f7b xaralx-0.5.0.1185.ebuild 962
EBUILD xaralx-0.5.0.1375.ebuild 966 RMD160 849fac5fb4bb8701bbe617fbe07925ab4575f825 SHA1 c01036a04f4728f74a9ff34f97a7faf0a906454d SHA256 fab5ed9a03a6b8eeb759caea8f40ad56e8b6f57e98d250e70439b2502f9c7bd2
MD5 c792aa87e4ca871d17861054da34c15d xaralx-0.5.0.1375.ebuild 966
RMD160 849fac5fb4bb8701bbe617fbe07925ab4575f825 xaralx-0.5.0.1375.ebuild 966
SHA256 fab5ed9a03a6b8eeb759caea8f40ad56e8b6f57e98d250e70439b2502f9c7bd2 xaralx-0.5.0.1375.ebuild 966
MISC ChangeLog 224 RMD160 887b06958bde7a921d1a8d3cf72f089fa3068e86 SHA1 570b454e2894c20c4859e49dbe64c39de82b05d4 SHA256 bff983fcce6f93d4a6a11ec191854ff6f9697ea78ec02e3227de93c0b62fdeb4
MD5 bc76f788e426232db883e2fc13c4c8fd ChangeLog 224
RMD160 887b06958bde7a921d1a8d3cf72f089fa3068e86 ChangeLog 224
SHA256 bff983fcce6f93d4a6a11ec191854ff6f9697ea78ec02e3227de93c0b62fdeb4 ChangeLog 224
MD5 c5a6423cd06a806ea32bade3bfde5b43 files/digest-xaralx-0.5.0.1185 262
RMD160 80d306691e12bed312d22c7096891944b30cc4e7 files/digest-xaralx-0.5.0.1185 262
SHA256 c25f99e221c74625dfe93f7e258303baf96cc0b1c6dfdba4b28f5081d8614e14 files/digest-xaralx-0.5.0.1185 262
MD5 d863c72deccf1b8d754bfd89d961645f files/digest-xaralx-0.5.0.1375 262
RMD160 afcdac9d2cdf7b933ee9b6c362d01f40a8d67663 files/digest-xaralx-0.5.0.1375 262
SHA256 2456fe9bdf2f5ee17500d1b28f1874ccc838db1c0dd6d6cca89c13e4354734e2 files/digest-xaralx-0.5.0.1375 262

View File

@ -1,3 +0,0 @@
MD5 207eaf91c2960c6f23cb4ca922c0e0b7 xaralx0.5_rev1185.tar.bz2 14050595
RMD160 bfc5c457e7fa48db993064b0f692692420f40264 xaralx0.5_rev1185.tar.bz2 14050595
SHA256 6f5cb826615fe4607a9f89b1b3ad22f89295efd75d34c5db1a6421ba13974350 xaralx0.5_rev1185.tar.bz2 14050595

View File

@ -1,3 +0,0 @@
MD5 ced1d6e2f40da1b18de4466830fb48bf xaralx0.5_rev1375.tar.bz2 17671336
RMD160 4d64f55842be32419e5f2fe6c12aa4ecbdd0a23c xaralx0.5_rev1375.tar.bz2 17671336
SHA256 e8b4fa1169b3be7b71a14f79ff9dd0234efbf14bdfdb38ae5cd3d05528c96e0e xaralx0.5_rev1375.tar.bz2 17671336

View File

@ -1,57 +0,0 @@
inherit eutils
MY_SRC="xaralx0.5_rev1185"
DESCRIPTION="A vector based graphic application."
HOMEPAGE="http://www.xaraxtreme.org/"
SRC_URI="http://downloads.xara.com/opensource/${MY_SRC}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
RESTRICT="nomirror"
IUSE="doc"
RDEPEND="!media-gfx/XaraLX-bin
>=x11-libs/wxGTK-2.6
>=x11-libs/gtk+-2.6
>=virtual/libstdc++-3.3"
DEPEND="${RDEPEND}
>=dev-libs/check-0.8.2
>=dev-util/pkgconfig-0.9"
USE_DESTDIR="1"
MAKEOPTS="-j1"
DOCS="doc/AUTHORS doc/GPL doc/LICENSE doc/README doc/gifutil.txt doc/mtrand.txt"
S=${WORKDIR}/${PN}
src_install() {
insinto /usr/bin
doins bin/xaralx
fperms 0555 /usr/bin/xaralx
insinto /usr/share/pixmaps
doins xaralx.png
insinto /usr/share/applications
doins xaralx.desktop
insinto /usr/share/xaralx
doins -r Templates/
doins -r Examples/
insinto /usr/man
doins doc/XaraLX.1
if use doc; then
insinto /usr/share/doc/xaralx/
doins doc/en/*
fi
}

View File

@ -1,56 +0,0 @@
inherit eutils
MY_SRC="${PN}${PV/\.0\./_rev}"
DESCRIPTION="A vector based graphic application."
HOMEPAGE="http://www.xaraxtreme.org/"
SRC_URI="http://downloads.xara.com/opensource/${MY_SRC}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
RESTRICT="nomirror"
IUSE="doc"
RDEPEND="!media-gfx/XaraLX-bin
>=x11-libs/wxGTK-2.6
>=x11-libs/gtk+-2.6
>=virtual/libstdc++-3.3"
DEPEND="${RDEPEND}
>=dev-libs/check-0.8.2
>=dev-util/pkgconfig-0.9"
USE_DESTDIR="1"
MAKEOPTS="-j1"
DOCS="doc/AUTHORS doc/GPL doc/LICENSE doc/README doc/gifutil.txt doc/mtrand.txt"
S=${WORKDIR}/${PN}
src_install() {
insinto /usr/bin
doins bin/xaralx
fperms 0555 /usr/bin/xaralx
insinto /usr/share/pixmaps
doins xaralx.png
insinto /usr/share/applications
doins xaralx.desktop
insinto /usr/share/xaralx
doins -r Templates/
doins -r Examples/
insinto /usr/man
doins doc/XaraLX.1
if use doc; then
insinto /usr/share/doc/xaralx/
doins doc/en/*
fi
}