summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2007-01-28 21:08:02 +0000
committerGeorge Shapovalov <george@gentoo.org>2007-01-28 21:08:02 +0000
commit1f7eb43246ebac4731b2ee6d8abf59bafbbf08f4 (patch)
treeeb5a52c201c0b90399ee52e82b245be47e1bcb5e /dev-ada/xmlada
parent(#164196) Clean out vulnerable ebuilds. (diff)
downloadhistorical-1f7eb43246ebac4731b2ee6d8abf59bafbbf08f4.tar.gz
historical-1f7eb43246ebac4731b2ee6d8abf59bafbbf08f4.tar.bz2
historical-1f7eb43246ebac4731b2ee6d8abf59bafbbf08f4.zip
cleaned masked pending removal versions
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'dev-ada/xmlada')
-rw-r--r--dev-ada/xmlada/files/digest-xmlada-0.7.1-r23
-rw-r--r--dev-ada/xmlada/files/digest-xmlada-1.03
-rw-r--r--dev-ada/xmlada/xmlada-0.7.1-r2.ebuild95
-rw-r--r--dev-ada/xmlada/xmlada-1.0.ebuild95
4 files changed, 0 insertions, 196 deletions
diff --git a/dev-ada/xmlada/files/digest-xmlada-0.7.1-r2 b/dev-ada/xmlada/files/digest-xmlada-0.7.1-r2
deleted file mode 100644
index 8620dd7ee3f3..000000000000
--- a/dev-ada/xmlada/files/digest-xmlada-0.7.1-r2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 385631115aa6546aaf6790e0ad59e399 XmlAda-0.7.1.tgz 312248
-RMD160 75c1186a2209b29399c85c832f04b1f365ec2256 XmlAda-0.7.1.tgz 312248
-SHA256 18370ed6f1c728b5b6014fb3e08823dce1fb7af86d07544134e6e8448b117237 XmlAda-0.7.1.tgz 312248
diff --git a/dev-ada/xmlada/files/digest-xmlada-1.0 b/dev-ada/xmlada/files/digest-xmlada-1.0
deleted file mode 100644
index 9fd54c6ed23c..000000000000
--- a/dev-ada/xmlada/files/digest-xmlada-1.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1f7a2b701dfe82ff09407e6a18540b77 XmlAda-1.0.tgz 322079
-RMD160 08e23274cab3786527dccbd18c7ae891e37240ba XmlAda-1.0.tgz 322079
-SHA256 e86ccd448574ff1ec2205f9bfbfa5812023dc4ce5d4b1c2e2c8b1ffbd29ce917 XmlAda-1.0.tgz 322079
diff --git a/dev-ada/xmlada/xmlada-0.7.1-r2.ebuild b/dev-ada/xmlada/xmlada-0.7.1-r2.ebuild
deleted file mode 100644
index 91b47f4c849b..000000000000
--- a/dev-ada/xmlada/xmlada-0.7.1-r2.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/xmlada/xmlada-0.7.1-r2.ebuild,v 1.10 2007/01/25 23:57:42 genone Exp $
-
-IUSE=""
-
-Name="XmlAda"
-
-DESCRIPTION="XML library for Ada"
-HOMEPAGE="http://libre.act-europe.fr/xmlada/"
-SRC_URI="http://libre.act-europe.fr/xmlada/${Name}-${PV}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-
-DEPEND=">=dev-lang/gnat-3.14p
- >=sys-apps/sed-4"
-RDEPEND=""
-
-
-src_unpack()
-{
- unpack ${A}
- cd ${S}
- #making .dvi docs is problemmatic. Skip that for now
- sed -i -e "s/all: obj test docs/all: obj test/" Makefile.in
- #increase stack size
- cd sax
- sed -i -e "s/Stack_Size : constant Natural := 64;/Stack_Size : constant Natural := 128;/" sax-readers.adb
-
- #adjust xmlada-config to use new paths instead of hardcoded ones.
- cd ${S}
- sed -i -e "s#${prefix}/lib#${prefix}/lib/ada/adalib/xmlada#" xmlada-config.in
- sed -i -e "s#${prefix}/include/xmlada#${prefix}/lib/ada/adainclude/xmlada#" xmlada-config.in
-}
-
-src_compile()
-{
- export CFLAGS=$ADACFLAGS
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --enable-shared \
- --host=${CHOST} \
- --build=${CHOST} \
- --target=${CHOST} \
- --with-system-zlib || die
-
- export COMPILER=gnatmake
- make || die "make failed"
-}
-
-src_install ()
-{
- make PREFIX=${D}/usr install || die "install failed"
-
- #move components to GNAE compliant directories
- dodir /usr/lib/ada/adalib/${PN} /usr/lib/ada/adainclude/${PN}
- cd ${D}/usr/lib/
- mv * ${D}/usr/lib/ada/adalib/${PN}/
- cd ${D}/usr/include/${PN}/
- mv *.ali ${D}/usr/lib/ada/adalib/${PN}
- mv * ${D}/usr/lib/ada/adainclude/${PN}
- cd .. && rmdir ${PN}
- cd .. && rmdir include
- cd ${S}
-
- dodoc AUTHORS COPYING README TODO docs/xml.ps
- dohtml docs/*.html
- doinfo docs/*.info
- #need to give a proper name to info file
- cd ${D}/usr/share/info
- mv xml.info.gz ${PN}.info.gz
-
- dosym /usr/lib/ada/adalib/xmlada/libxmlada_dom.so /usr/lib
- dosym /usr/lib/ada/adalib/xmlada/libxmlada_input_sources.so /usr/lib
- dosym /usr/lib/ada/adalib/xmlada/libxmlada_sax.so /usr/lib
- dosym /usr/lib/ada/adalib/xmlada/libxmlada_unicode.so /usr/lib
-
- #set up environment
- dodir /etc/env.d
- echo "ADA_OBJECTS_PATH=/usr/lib/ada/adalib/${PN}" \
- > ${D}/etc/env.d/55xmlada
- echo "ADA_INCLUDE_PATH=/usr/lib/ada/adainclude/${PN}" \
- >> ${D}/etc/env.d/55xmlada
-}
-
-pkg_postinst() {
- elog "The environment has been set up to make gnat automatically find files for"
- elog "XmlAda. In order to immediately activate these settings please do:"
- elog "env-update"
- elog "source /etc/profile"
- elog "Otherwise the settings will become active next time you login"
-}
diff --git a/dev-ada/xmlada/xmlada-1.0.ebuild b/dev-ada/xmlada/xmlada-1.0.ebuild
deleted file mode 100644
index a9e2b3cd2950..000000000000
--- a/dev-ada/xmlada/xmlada-1.0.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/xmlada/xmlada-1.0.ebuild,v 1.6 2007/01/25 23:57:42 genone Exp $
-
-IUSE=""
-
-Name="XmlAda"
-
-DESCRIPTION="XML library for Ada"
-HOMEPAGE="http://libre.act-europe.fr/xmlada/"
-SRC_URI="http://libre.act-europe.fr/xmlada/${Name}-${PV}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-
-DEPEND=">=dev-lang/gnat-3.14p
- >=sys-apps/sed-4"
-RDEPEND=""
-
-
-src_unpack()
-{
- unpack ${A}
- cd ${S}
- #making .dvi docs is problemmatic. Skip that for now
- sed -i -e "s/all: obj test docs/all: obj test/" Makefile.in
- #increase stack size
- cd sax
- sed -i -e "s/Stack_Size : constant Natural := 64;/Stack_Size : constant Natural := 128;/" sax-readers.adb
-
- #adjust xmlada-config to use new paths instead of hardcoded ones.
- cd ${S}
- sed -i -e "s#${prefix}/lib#${prefix}/lib/ada/adalib/xmlada#" xmlada-config.in
- sed -i -e "s#${prefix}/include/xmlada#${prefix}/lib/ada/adainclude/xmlada#" xmlada-config.in
-}
-
-src_compile()
-{
- export CFLAGS=$ADACFLAGS
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --enable-shared \
- --host=${CHOST} \
- --build=${CHOST} \
- --target=${CHOST} \
- --with-system-zlib || die
-
- export COMPILER=gnatmake
- make || die "make failed"
-}
-
-src_install ()
-{
- make PREFIX=${D}/usr install || die "install failed"
-
- #move components to GNAE compliant directories
- dodir /usr/lib/ada/adalib/${PN} /usr/lib/ada/adainclude/${PN}
- cd ${D}/usr/lib/
- mv * ${D}/usr/lib/ada/adalib/${PN}/
- cd ${D}/usr/include/${PN}/
- mv *.ali ${D}/usr/lib/ada/adalib/${PN}
- mv * ${D}/usr/lib/ada/adainclude/${PN}
- cd .. && rmdir ${PN}
- cd .. && rmdir include
- cd ${S}
-
- dodoc AUTHORS COPYING README docs/xml.ps
- dohtml docs/*.html
- doinfo docs/*.info
- #need to give a proper name to info file
- cd ${D}/usr/share/info
- mv xml.info.gz ${PN}.info.gz
-
- dosym /usr/lib/ada/adalib/xmlada/libxmlada_dom.so /usr/lib
- dosym /usr/lib/ada/adalib/xmlada/libxmlada_input_sources.so /usr/lib
- dosym /usr/lib/ada/adalib/xmlada/libxmlada_sax.so /usr/lib
- dosym /usr/lib/ada/adalib/xmlada/libxmlada_unicode.so /usr/lib
-
- #set up environment
- dodir /etc/env.d
- echo "ADA_OBJECTS_PATH=/usr/lib/ada/adalib/${PN}" \
- > ${D}/etc/env.d/55xmlada
- echo "ADA_INCLUDE_PATH=/usr/lib/ada/adainclude/${PN}" \
- >> ${D}/etc/env.d/55xmlada
-}
-
-pkg_postinst() {
- elog "The environment has been set up to make gnat automatically find files for"
- elog "XmlAda. In order to immediately activate these settings please do:"
- elog "env-update"
- elog "source /etc/profile"
- elog "Otherwise the settings will become active next time you login"
-}