Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: net-libs/gssdp/gssdp-0.7.1-r1.ebuild

Issue 3601008: Uprevved gssdp-0.7.1 to r1 and modified it to allow it to be linked with the gold linker. (Closed) Base URL: http://git.chromium.org/git/chromiumos-overlay.git
Patch Set: . Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net-libs/gssdp/files/gssdp-0.7.1-gold.patch ('k') | profiles/targets/chromeos/package.keywords » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net-libs/gssdp/gssdp-0.7.1-r1.ebuild
diff --git a/net-libs/gssdp/gssdp-0.7.1.ebuild b/net-libs/gssdp/gssdp-0.7.1-r1.ebuild
similarity index 90%
rename from net-libs/gssdp/gssdp-0.7.1.ebuild
rename to net-libs/gssdp/gssdp-0.7.1-r1.ebuild
index 436a50d88d026ffff07a6da110e1c4140587e41d..3aba16acbafcc14748ef2ed274e0e3de5524f36d 100644
--- a/net-libs/gssdp/gssdp-0.7.1.ebuild
+++ b/net-libs/gssdp/gssdp-0.7.1-r1.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/gssdp/gssdp-0.7.1.ebuild,v 1.3 2010/02/19 18:20:17 armin76 Exp $
+inherit eutils
+
EAPI=2
DESCRIPTION="A GObject-based API for handling resource discovery and announcement over SSDP."
@@ -20,6 +22,12 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig
sys-devel/gettext"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-gold.patch
+}
+
src_configure() {
econf \
--disable-dependency-tracking \
« no previous file with comments | « net-libs/gssdp/files/gssdp-0.7.1-gold.patch ('k') | profiles/targets/chromeos/package.keywords » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698