diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-12-27 14:58:26 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-12-27 15:02:09 +0200 |
commit | c34f8d55fc4f3b4d83e9bb865e068f9b15ffd2f9 (patch) | |
tree | 275b16f74127574da809f11832385c8cbda1a6ac /x11-libs/libgksu | |
parent | sys-apps/accountsservice: remove old (diff) | |
download | gentoo-c34f8d55fc4f3b4d83e9bb865e068f9b15ffd2f9.tar.gz gentoo-c34f8d55fc4f3b4d83e9bb865e068f9b15ffd2f9.tar.bz2 gentoo-c34f8d55fc4f3b4d83e9bb865e068f9b15ffd2f9.zip |
x11-libs/libgksu: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'x11-libs/libgksu')
-rw-r--r-- | x11-libs/libgksu/libgksu-2.0.12-r2.ebuild | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/x11-libs/libgksu/libgksu-2.0.12-r2.ebuild b/x11-libs/libgksu/libgksu-2.0.12-r2.ebuild deleted file mode 100644 index 6b6d834d95c2..000000000000 --- a/x11-libs/libgksu/libgksu-2.0.12-r2.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GCONF_DEBUG="no" - -inherit autotools eutils gnome2 - -DESCRIPTION="A library for integration of su into applications" -HOMEPAGE="http://www.nongnu.org/gksu/" -SRC_URI="http://people.debian.org/~kov/gksu/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="2" -KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd" -IUSE="nls static-libs" - -COMMON_DEPEND=" - >=x11-libs/gtk+-2.12:2 - >=gnome-base/gconf-2 - gnome-base/libgnome-keyring - x11-libs/startup-notification - >=gnome-base/libgtop-2:2= - nls? ( >=sys-devel/gettext-0.14.1 ) -" -DEPEND="${COMMON_DEPEND} - dev-util/gtk-doc-am - >=dev-util/intltool-0.35.5 - virtual/pkgconfig -" -RDEPEND="${COMMON_DEPEND} - app-admin/sudo -" - -src_prepare() { - # Fix compilation on bsd - epatch "${FILESDIR}"/${PN}-2.0.0-fbsd.patch - - # Fix wrong usage of LDFLAGS, bug #226837 - epatch "${FILESDIR}/${PN}-2.0.7-libs.patch" - - # Use po/LINGUAS - epatch "${FILESDIR}/${PN}-2.0.7-polinguas.patch" - - # Don't forkpty; bug #298289 - epatch "${FILESDIR}/${P}-revert-forkpty.patch" - - # Make this gmake-3.82 compliant, bug #333961 - epatch "${FILESDIR}/${P}-fix-make-3.82.patch" - - # Do not build test programs that are never executed; also fixes bug - # #367397 (underlinking issues). - epatch "${FILESDIR}/${P}-notests.patch" - - # Fix automake-1.11.2 compatibility, bug #397411 - epatch "${FILESDIR}/${P}-automake-1.11.2.patch" - - sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #467026 - - eautoreconf - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - $(use_enable nls) \ - $(use_enable static-libs static) -} |