summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-07 17:07:33 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-07 17:07:33 +0000
commit2d91e10ce253fa203a5b1c675891cb00935acfd1 (patch)
treeb319a42418184f732c8b0b12693eda7308643531 /app-crypt/xca
parentStable on amd64 wrt bug #350842 (diff)
downloadgentoo-2-2d91e10ce253fa203a5b1c675891cb00935acfd1.tar.gz
gentoo-2-2d91e10ce253fa203a5b1c675891cb00935acfd1.tar.bz2
gentoo-2-2d91e10ce253fa203a5b1c675891cb00935acfd1.zip
Delete older ebuild.
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/xca')
-rw-r--r--app-crypt/xca/ChangeLog6
-rw-r--r--app-crypt/xca/files/xca-0.8.1-qt_detection.patch38
-rw-r--r--app-crypt/xca/xca-0.8.1.ebuild56
3 files changed, 5 insertions, 95 deletions
diff --git a/app-crypt/xca/ChangeLog b/app-crypt/xca/ChangeLog
index c0cbc739254d..c2f26b473b0c 100644
--- a/app-crypt/xca/ChangeLog
+++ b/app-crypt/xca/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/xca
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/ChangeLog,v 1.31 2011/01/07 16:39:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/ChangeLog,v 1.32 2011/01/07 17:07:33 arfrever Exp $
+
+ 07 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -xca-0.8.1.ebuild, -files/xca-0.8.1-qt_detection.patch:
+ Delete.
07 Jan 2011; Brent Baude <ranger@gentoo.org> xca-0.9.0.ebuild:
Marking xca-0.9.0 ppc for bug 348956
diff --git a/app-crypt/xca/files/xca-0.8.1-qt_detection.patch b/app-crypt/xca/files/xca-0.8.1-qt_detection.patch
deleted file mode 100644
index a8c4f4a28fdd..000000000000
--- a/app-crypt/xca/files/xca-0.8.1-qt_detection.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- configure
-+++ configure
-@@ -101,15 +101,17 @@
- # check for libs
- search_lib() {
- for dir in ${DIRS}; do
-- for dbn in $@; do
-- for suffix in so dylib obj a; do
-- for lib in lib out; do
-- if test -r "${dir}/${lib}/lib${dbn}.${suffix}"; then
-- add_lib "${dir}/${lib}" "${dbn}" "${suffix}"
-- echo "Found: lib${dbn}.${suffix} at ${dir}/${lib}"
-- return 0
-- fi
-- done
-+ for subdir in "" ${subdirs}; do
-+ for dbn in $@; do
-+ for suffix in so dylib obj a; do
-+ for lib in lib out; do
-+ if test -r "${dir}/${lib}/${subdir}/lib${dbn}.${suffix}"; then
-+ add_lib "${dir}/${lib}/${subdir}" "${dbn}" "${suffix}"
-+ echo "Found: lib${dbn}.${suffix} at ${dir}/${lib}/${subdir}"
-+ return 0
-+ fi
-+ done
-+ done
- done
- done
- done
-@@ -121,7 +123,7 @@
- ######################### QT
- subdirs="/qt /qt4"
- search_includes Qt/qobject.h || err "The QT Library headerfiles were not found. Set QTDIR appropriately."
--subdirs="/qt/Qt /qt4/Qt /Qt"
-+subdirs="/qt/Qt /qt4/Qt /Qt /qt4"
- search_includes qobject.h || err "The QT Library headerfiles were not found. Set QTDIR appropriately."
- search_lib QtGui4 QtGui || err "The QT library was not found."
- search_lib ltdl || err "Libtool ltdl not found."
diff --git a/app-crypt/xca/xca-0.8.1.ebuild b/app-crypt/xca/xca-0.8.1.ebuild
deleted file mode 100644
index 5bd1a27821c9..000000000000
--- a/app-crypt/xca/xca-0.8.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-0.8.1.ebuild,v 1.5 2011/01/05 15:09:23 c1pher Exp $
-
-EAPI="3"
-
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests and revokation lists"
-HOMEPAGE="http://www.hohnstaedt.de/xca.html"
-SRC_URI="mirror://sourceforge/xca/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/openssl-0.9.8[-bindist]
- x11-libs/qt-gui:4"
-DEPEND="${RDEPEND}
- doc? ( app-text/linuxdoc-tools )"
-
-src_prepare() {
- # http://sourceforge.net/tracker/index.php?func=detail&aid=1800298&group_id=62274&atid=500028
- epatch "${FILESDIR}/${P}-qt_detection.patch"
-
- sed -e 's/$(LD) $(LDFLAGS)/$(LD) $(RAW_LDFLAGS)/' -i Makefile Rules.mak || die "sed failed"
-}
-
-src_configure() {
- local LINUXDOC
- use doc || LINUXDOC='touch $@ && true'
-
- QTDIR=/usr \
- STRIP="true" \
- LINUXDOC="${LINUXDOC}" \
- CC="$(tc-getCC)" \
- LD="$(tc-getLD)" \
- CFLAGS="${CXXFLAGS}" \
- prefix=/usr \
- docdir=/usr/share/doc/${PF} \
- ./configure || die "configure failed"
-}
-
-src_compile() {
- emake RAW_LDFLAGS="$(raw-ldflags)" || die "emake failed"
-}
-
-src_install() {
- emake destdir="${D}" mandir="share/man" install || die "emake install failed"
-
- dodoc AUTHORS
-
- insinto /etc/xca
- doins misc/*.txt
-}