From b930976476c327ddd7b9372b2e6305c71386bd04 Mon Sep 17 00:00:00 2001 From: François Bissey Date: Wed, 8 Apr 2009 22:41:20 +1200 Subject: cleaned the sci-libs/symmetrica ebuild by porting it to EAPI2 --- sci-libs/symmetrica/ChangeLog | 6 +++++- sci-libs/symmetrica/Manifest | 4 ++-- sci-libs/symmetrica/symmetrica-2.0.ebuild | 18 ++++++------------ 3 files changed, 13 insertions(+), 15 deletions(-) (limited to 'sci-libs/symmetrica') diff --git a/sci-libs/symmetrica/ChangeLog b/sci-libs/symmetrica/ChangeLog index b37965627..f85e2a9be 100644 --- a/sci-libs/symmetrica/ChangeLog +++ b/sci-libs/symmetrica/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-libs/symmetrica -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 08 Apr 2009; François Bissey + sci-libs/symmetrica/symmetrica-2.0.ebuild: + cleaned the ebuild by porting it to EAPI2 + 18 Jul 2008; Francois Bissey symmetrica-2.0.ebuild: Added a pkg_postinst section directing to the symmetrica bug diff --git a/sci-libs/symmetrica/Manifest b/sci-libs/symmetrica/Manifest index 0c9cb700b..7c0d2437d 100644 --- a/sci-libs/symmetrica/Manifest +++ b/sci-libs/symmetrica/Manifest @@ -1,5 +1,5 @@ AUX makefile 2301 RMD160 89b52af10c373ad00146b414f708bbc2c7ecfb5f SHA1 4bce92de070ad78a40bfe670a483d6e402b6cac4 SHA256 4efd90119728b43403385f8ca964a33d3554ae0089c86820cff6aae3e7720444 -DIST SYM2_0_tar.gz 720154 RMD160 1da19c9a72e2c54ced7e35372cdbc49a01e2cf82 SHA1 fd6f975d971c3e7c72b6cc5fcb3e5b37f5a73725 SHA256 bf52788dedc14c482e89f5e7efe8c60864a633314ddd446dd4602d5fdaca0ee2 -EBUILD symmetrica-2.0.ebuild 1627 RMD160 2f71d2ebf88998b8d7e5cd325a8eba7807bc85df SHA1 591687d006e3d5dd63ced1c46f0134ba28c29aaf SHA256 3b476687b37ca3535e04bea8a19152520a020d2d6682f1e7c6d0bc7313228dfe +DIST SYM2_0.tar.gz 720154 RMD160 1da19c9a72e2c54ced7e35372cdbc49a01e2cf82 SHA1 fd6f975d971c3e7c72b6cc5fcb3e5b37f5a73725 SHA256 bf52788dedc14c482e89f5e7efe8c60864a633314ddd446dd4602d5fdaca0ee2 +EBUILD symmetrica-2.0.ebuild 1413 RMD160 a03940ed843658a0a27f923a7bc2ecffb1ff3a33 SHA1 f44c5bf011c6242f41f851e91b9b5ddfe312d29c SHA256 76a3c1f10b3bc8d6e91c21e67786be7af77623cc7284d871523a50c3b76836ee MISC ChangeLog 367 RMD160 d99ecccea64ad33ea8d140cdcf5bccb23187d932 SHA1 ceb7398b0ce93fdaceba6052f47ddfc0c031ab54 SHA256 84ed8ad1e796b2f7ec288038dfb1f64885c556aa2c4b3a7b51bc305ca3bc501b MISC metadata.xml 712 RMD160 985b7d7e4e34657a999590e384f3fa5fbd35da29 SHA1 0a8e2318bed19043ac01c07d88e6deb73aad0f46 SHA256 f8dd6d158ce04718845e38cf9d12d87a2ebd0f3b5e9301e8a79e64dfd73491b0 diff --git a/sci-libs/symmetrica/symmetrica-2.0.ebuild b/sci-libs/symmetrica/symmetrica-2.0.ebuild index 3a8e96fa0..a527a275b 100644 --- a/sci-libs/symmetrica/symmetrica-2.0.ebuild +++ b/sci-libs/symmetrica/symmetrica-2.0.ebuild @@ -1,13 +1,16 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit versionator +EAPI=2 DESCRIPTION="A collection of routine to handle a variety of topics" HOMEPAGE="http://www.neu.uni-bayreuth.de/de/Uni_Bayreuth/Fakultaeten/1_Mathematik_Physik_und_Informatik/Fachgruppe_Informatik/prof_diskrete_algorithmen/en/research/SYMMETRICA/index.html" +MY_P=SYM$(replace_all_version_separators '_') +SRC_URI="http://www.neu.uni-bayreuth.de/de/Uni_Bayreuth/Fakultaeten/1_Mathematik_Physik_und_Informatik/Fachgruppe_Informatik/prof_diskrete_algorithmen/en/research/SYMMETRICA/${MY_P}_tar.gz -> ${MY_P}.tar.gz" + MY_P=SYM$(replace_all_version_separators ' _') -SRC_URI="http://www.neu.uni-bayreuth.de/de/Uni_Bayreuth/Fakultaeten/1_Mathematik_Physik_und_Informatik/Fachgruppe_Informatik/prof_diskrete_algorithmen/en/research/SYMMETRICA/${MY_P}_tar.gz" LICENSE="MIT" SLOT="0" @@ -22,11 +25,7 @@ DEPEND="" S="${WORKDIR}" -src_unpack() { - cd "${S}" -# unpack ${A} actually doesn't work with this archive. Not sure why. - tar xfz "${DISTDIR}/${MY_P}_tar.gz" - +src_prepare() { # symmetrica by itself is just a bunch of files and a few headers # plus documentation that you can use as you wish in your programs. # For sage and ease of use we make it into a library with the following @@ -41,8 +40,3 @@ src_install() { dodoc README *.doc } -pkg_postinst() { - elog "The symmetrica ebuild is still under development." - elog "Help us improve the ebuild in:" - elog "http://bugs.gentoo.org/show_bug.cgi?id=232014" -} \ No newline at end of file -- cgit v1.2.3-65-gdbad