diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-15 09:23:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-15 09:23:34 +0000 |
commit | 2a2db5e91e87fc0ec93924a633861f07fc640650 (patch) | |
tree | 4cbb98fab48f3d8a5dc5898dddb0119baeacfebc /dev-libs/librtfcomp | |
parent | I shouldn't be in metadata.xml here. (diff) | |
download | gentoo-2-2a2db5e91e87fc0ec93924a633861f07fc640650.tar.gz gentoo-2-2a2db5e91e87fc0ec93924a633861f07fc640650.tar.bz2 gentoo-2-2a2db5e91e87fc0ec93924a633861f07fc640650.zip |
old
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/librtfcomp')
-rw-r--r-- | dev-libs/librtfcomp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/librtfcomp/librtfcomp-1.1.ebuild | 47 |
2 files changed, 4 insertions, 48 deletions
diff --git a/dev-libs/librtfcomp/ChangeLog b/dev-libs/librtfcomp/ChangeLog index 747f1459647d..b12dd05deeda 100644 --- a/dev-libs/librtfcomp/ChangeLog +++ b/dev-libs/librtfcomp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/librtfcomp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/librtfcomp/ChangeLog,v 1.2 2012/06/15 09:03:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librtfcomp/ChangeLog,v 1.3 2012/06/15 09:23:34 ssuominen Exp $ + + 15 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> -librtfcomp-1.1.ebuild: + old *librtfcomp-1.2 (15 Jun 2012) diff --git a/dev-libs/librtfcomp/librtfcomp-1.1.ebuild b/dev-libs/librtfcomp/librtfcomp-1.1.ebuild deleted file mode 100644 index 4329ec19e850..000000000000 --- a/dev-libs/librtfcomp/librtfcomp-1.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/librtfcomp/librtfcomp-1.1.ebuild,v 1.1 2011/02/25 22:12:56 ssuominen Exp $ - -EAPI=3 - -PYTHON_DEPEND="python? 2:2.6" - -inherit autotools python - -DESCRIPTION="A library for SynCE" -HOMEPAGE="http://www.synce.org/" -SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="python static-libs" - -RDEPEND="python? ( >=dev-python/pyrex-0.9.6 )" -DEPEND="${RDEPEND}" - -pkg_setup() { - if use python; then - python_set_active_version 2 - python_pkg_setup - fi -} - -src_prepare() { - sed -i -e '/bin_PROGRAMS/d' tests/Makefile.am || die - eautoreconf -} - -src_configure() { - econf \ - --disable-dependency-tracking \ - $(use_enable static-libs static) \ - $(use_enable python python-bindings) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc CHANGELOG - - find "${D}" -name '*.la' -exec rm -f {} + -} |