diff options
Diffstat (limited to 'gnustep-libs/sope/sope-2.2.9a.ebuild')
-rw-r--r-- | gnustep-libs/sope/sope-2.2.9a.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/gnustep-libs/sope/sope-2.2.9a.ebuild b/gnustep-libs/sope/sope-2.2.9a.ebuild deleted file mode 100644 index d5435c0..0000000 --- a/gnustep-libs/sope/sope-2.2.9a.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -inherit gnustep-2 - -DESCRIPTION="An extensive set of frameworks which form a complete Web application server environment" -HOMEPAGE="http://www.sogo.nu/" -SRC_URI="http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-${PV}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="mysql postgres sqlite" - -DEPEND="dev-libs/libxml2 - dev-libs/openssl:0= - net-nds/openldap - mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql:= ) - sqlite? ( dev-db/sqlite:3 )" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/SOPE - -src_configure() { - # Non-standard configure script - ./configure \ - $(use_enable debug) \ - $(use_enable debug strip) \ - --with-gnustep || die "configure failed" -} |