summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-01-14 16:56:37 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-01-14 16:56:37 +0000
commit2ac5a2f547fc8d8c0a23fc203b95f23ab63ee943 (patch)
treef0e696c3431d22f4598b1d5ba10776e55f5817f8 /x11-plugins/pidgin-opensteamworks
parentVersion bump to 1.4.1 and drop older. (diff)
downloadgentoo-2-2ac5a2f547fc8d8c0a23fc203b95f23ab63ee943.tar.gz
gentoo-2-2ac5a2f547fc8d8c0a23fc203b95f23ab63ee943.tar.bz2
gentoo-2-2ac5a2f547fc8d8c0a23fc203b95f23ab63ee943.zip
Cleanup old.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-plugins/pidgin-opensteamworks')
-rw-r--r--x11-plugins/pidgin-opensteamworks/ChangeLog8
-rw-r--r--x11-plugins/pidgin-opensteamworks/files/pidgin-opensteamworks-1.0_p32-Makefile29
-rw-r--r--x11-plugins/pidgin-opensteamworks/files/pidgin-opensteamworks-1.0_p68-Makefile33
-rw-r--r--x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p41.ebuild41
-rw-r--r--x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p68.ebuild46
5 files changed, 7 insertions, 150 deletions
diff --git a/x11-plugins/pidgin-opensteamworks/ChangeLog b/x11-plugins/pidgin-opensteamworks/ChangeLog
index c28e151ac173..410799a080e2 100644
--- a/x11-plugins/pidgin-opensteamworks/ChangeLog
+++ b/x11-plugins/pidgin-opensteamworks/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/pidgin-opensteamworks
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-opensteamworks/ChangeLog,v 1.23 2014/01/14 15:31:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-opensteamworks/ChangeLog,v 1.24 2014/01/14 16:56:37 mrueg Exp $
+
+ 14 Jan 2014; Manuel Rüger <mrueg@gentoo.org>
+ -files/pidgin-opensteamworks-1.0_p32-Makefile,
+ -files/pidgin-opensteamworks-1.0_p68-Makefile,
+ -pidgin-opensteamworks-1.0_p41.ebuild, -pidgin-opensteamworks-1.0_p68.ebuild:
+ Cleanup old.
14 Jan 2014; Agostino Sarubbo <ago@gentoo.org>
pidgin-opensteamworks-1.3.ebuild:
diff --git a/x11-plugins/pidgin-opensteamworks/files/pidgin-opensteamworks-1.0_p32-Makefile b/x11-plugins/pidgin-opensteamworks/files/pidgin-opensteamworks-1.0_p32-Makefile
deleted file mode 100644
index 1b1489df6532..000000000000
--- a/x11-plugins/pidgin-opensteamworks/files/pidgin-opensteamworks-1.0_p32-Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-CC ?= gcc
-
-PLUGINDIR ?= $(shell pkg-config --variable=plugindir purple)
-
-CFLAGS += -Wall -fPIC
-LDFLAGS += -shared
-CPPFLAGS += $(shell pkg-config --cflags glib-2.0 json-glib-1.0 purple)
-LIBS += $(shell pkg-config --libs glib-2.0 json-glib-1.0 purple)
-
-TARGET = libsteam.so
-
-OBJS = libsteam.o steam_connection.o
-
-%.o: %.c %.h
- $(CC) $(CFLAGS) $(CPPFLAGS) -c $*.c
-
-$(TARGET): $(OBJS)
- $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OBJS) $(LIBS)
-
-install: $(TARGET)
- @install -Dm755 $(TARGET) "$(DESTDIR)$(PLUGINDIR)/$(TARGET)"
-
-uninstall:
- @rm -f "$(DESTDIR)$(PLUGINDIR)/$(TARGET)"
-
-clean:
- @rm -f $(OBJS) $(TARGET)
-
-.PHONY: uninstall clean
diff --git a/x11-plugins/pidgin-opensteamworks/files/pidgin-opensteamworks-1.0_p68-Makefile b/x11-plugins/pidgin-opensteamworks/files/pidgin-opensteamworks-1.0_p68-Makefile
deleted file mode 100644
index a71ece054234..000000000000
--- a/x11-plugins/pidgin-opensteamworks/files/pidgin-opensteamworks-1.0_p68-Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-CC ?= gcc
-PKG_CONFIG ?= pkg-config
-INSTALL = install
-INSTALL_PROGRAM = $(INSTALL) -Dm755
-
-PLUGINDIR ?= $(shell $(PKG_CONFIG) --variable=plugindir purple)
-
-CFLAGS ?= -O2 -pipe
-CFLAGS += -Wall -fPIC
-LDFLAGS += -shared
-CPPFLAGS += $(shell $(PKG_CONFIG) --cflags glib-2.0 json-glib-1.0 purple nss gnome-keyring-1)
-LIBS += $(shell $(PKG_CONFIG) --libs glib-2.0 json-glib-1.0 purple nss)
-
-TARGET = libsteam.so
-
-OBJS = libsteam.o steam_connection.o
-
-%.o: %.c %.h
- $(CC) $(CFLAGS) $(CPPFLAGS) -c $*.c
-
-$(TARGET): $(OBJS)
- $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OBJS) $(LIBS)
-
-install: $(TARGET)
- $(INSTALL_PROGRAM) $(TARGET) "$(DESTDIR)$(PLUGINDIR)/$(TARGET)"
-
-uninstall:
- rm -f "$(DESTDIR)$(PLUGINDIR)/$(TARGET)"
-
-clean:
- rm -f $(OBJS) $(TARGET)
-
-.PHONY: uninstall clean
diff --git a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p41.ebuild b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p41.ebuild
deleted file mode 100644
index e474f44ebef8..000000000000
--- a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p41.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p41.ebuild,v 1.4 2013/06/25 12:53:58 ago Exp $
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Steam protocol plugin for pidgin"
-HOMEPAGE="http://code.google.com/p/pidgin-opensteamworks/"
-SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz
- http://pidgin-opensteamworks.googlecode.com/files/icons.zip
- -> ${PN}-icons.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2
- dev-libs/json-glib
- net-im/pidgin"
-DEPEND="${RDEPEND}
- app-arch/unzip
- app-arch/xz-utils
- virtual/pkgconfig"
-
-pkg_setup() {
- tc-export CC
-}
-
-src_prepare() {
- # see http://code.google.com/p/pidgin-opensteamworks/issues/detail?id=31
- cp "${FILESDIR}"/${PN}-1.0_p32-Makefile "${S}"/Makefile || die
-}
-
-src_install() {
- default
- insinto /usr/share/pixmaps/pidgin/protocols
- doins -r "${WORKDIR}"/{16,48}
-}
diff --git a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p68.ebuild b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p68.ebuild
deleted file mode 100644
index 39dc9495b604..000000000000
--- a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p68.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p68.ebuild,v 1.1 2013/08/18 23:01:36 hasufell Exp $
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Steam protocol plugin for pidgin"
-HOMEPAGE="http://code.google.com/p/pidgin-opensteamworks/"
-SRC_URI="http://dev.gentoo.org/~mrueg/distfiles/${P}.tar.xz
- http://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz
- http://pidgin-opensteamworks.googlecode.com/files/icons.zip
- -> ${PN}-icons.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2
- dev-libs/json-glib
- dev-libs/nss
- gnome-base/libgnome-keyring
- net-im/pidgin"
-DEPEND="${RDEPEND}
- app-arch/unzip
- app-arch/xz-utils
- virtual/pkgconfig"
-
-pkg_setup() {
- if [[ ${MERGE_TYPE} != binary ]]; then
- tc-export CC PKG_CONFIG
- fi
-}
-
-src_prepare() {
- # see http://code.google.com/p/pidgin-opensteamworks/issues/detail?id=31
- cp "${FILESDIR}"/${P}-Makefile "${S}"/Makefile || die
-}
-
-src_install() {
- default
- insinto /usr/share/pixmaps/pidgin/protocols
- doins -r "${WORKDIR}"/{16,48}
-}