* [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
@ 2013-10-12 15:28 Heather Cynede
0 siblings, 0 replies; 17+ messages in thread
From: Heather Cynede @ 2013-10-12 15:28 UTC (permalink / raw
To: gentoo-commits
commit: 62bde6676bb9dfceea8663746836b30b94e3a2eb
Author: Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Sat Oct 12 15:25:17 2013 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 15:25:17 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=62bde667
smuxi live ebuild update
---
net-irc/smuxi/metadata.xml | 3 ---
net-irc/smuxi/smuxi-9999.ebuild | 9 ++++-----
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/net-irc/smuxi/metadata.xml b/net-irc/smuxi/metadata.xml
index 0cf4a99..e01adbb 100644
--- a/net-irc/smuxi/metadata.xml
+++ b/net-irc/smuxi/metadata.xml
@@ -2,7 +2,4 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>dotnet</herd>
- <use>
- <flag name='heather'>fork</flag>
- </use>
</pkgmetadata>
diff --git a/net-irc/smuxi/smuxi-9999.ebuild b/net-irc/smuxi/smuxi-9999.ebuild
index a8077d9..2553ddf 100644
--- a/net-irc/smuxi/smuxi-9999.ebuild
+++ b/net-irc/smuxi/smuxi-9999.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.smuxi.org/main/"
SLOT="0"
KEYWORDS=""
-IUSE="dbus debug gtk libnotify spell +heather"
+IUSE="dbus debug gtk libnotify spell -gtk3"
LICENSE="|| ( GPL-2 GPL-3 )"
RDEPEND="
@@ -30,11 +30,10 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
-if use heather; then
- EGIT_REPO_URI="git://github.com/Heather/smuxi.git"
- EGIT_MASTER="heather"
+EGIT_REPO_URI="git://github.com/Heather/smuxi.git"
+if use gtk3; then
+ EGIT_MASTER="gtk3"
else
- EGIT_REPO_URI="git://github.com/meebey/smuxi.git"
EGIT_MASTER="master"
fi
EGIT_HAS_SUBMODULES=1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
@ 2013-10-13 12:12 Heather Cynede
0 siblings, 0 replies; 17+ messages in thread
From: Heather Cynede @ 2013-10-13 12:12 UTC (permalink / raw
To: gentoo-commits
commit: d26f8f4f1f7b19003688f93fe3dcd619df062c92
Author: Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Sun Oct 13 12:08:49 2013 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 12:08:49 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=d26f8f4f
sadly gtk3 branch doesn't work
---
net-irc/smuxi/smuxi-9999.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/net-irc/smuxi/smuxi-9999.ebuild b/net-irc/smuxi/smuxi-9999.ebuild
index 2553ddf..8a2f657 100644
--- a/net-irc/smuxi/smuxi-9999.ebuild
+++ b/net-irc/smuxi/smuxi-9999.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.smuxi.org/main/"
SLOT="0"
KEYWORDS=""
-IUSE="dbus debug gtk libnotify spell -gtk3"
+IUSE="dbus debug gtk libnotify spell" #-gtk3 ( gtk3 branch just broken )
LICENSE="|| ( GPL-2 GPL-3 )"
RDEPEND="
@@ -31,11 +31,11 @@ DEPEND="${RDEPEND}
"
EGIT_REPO_URI="git://github.com/Heather/smuxi.git"
-if use gtk3; then
- EGIT_MASTER="gtk3"
-else
- EGIT_MASTER="master"
-fi
+#if use gtk3; then
+# EGIT_MASTER="gtk3"
+#else
+EGIT_MASTER="master"
+#fi
EGIT_HAS_SUBMODULES=1
DOCS=( FEATURES TODO README )
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
@ 2013-10-26 17:01 Heather Cynede
0 siblings, 0 replies; 17+ messages in thread
From: Heather Cynede @ 2013-10-26 17:01 UTC (permalink / raw
To: gentoo-commits
commit: 9ba76e950a73154a4d834899a04fe3500507627f
Author: Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Sat Oct 26 16:57:51 2013 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Oct 26 16:57:51 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=9ba76e95
fix smuxi 9999 repo
---
net-irc/smuxi/smuxi-9999.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/net-irc/smuxi/smuxi-9999.ebuild b/net-irc/smuxi/smuxi-9999.ebuild
index 8a2f657..a52ab50 100644
--- a/net-irc/smuxi/smuxi-9999.ebuild
+++ b/net-irc/smuxi/smuxi-9999.ebuild
@@ -30,12 +30,8 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
-EGIT_REPO_URI="git://github.com/Heather/smuxi.git"
-#if use gtk3; then
-# EGIT_MASTER="gtk3"
-#else
+EGIT_REPO_URI="git://github.com/meebey/smuxi.git"
EGIT_MASTER="master"
-#fi
EGIT_HAS_SUBMODULES=1
DOCS=( FEATURES TODO README )
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
@ 2013-11-16 16:54 Heather Cynede
0 siblings, 0 replies; 17+ messages in thread
From: Heather Cynede @ 2013-11-16 16:54 UTC (permalink / raw
To: gentoo-commits
commit: 98fefa1a4ab1562125876e5b2afec9af2da91f65
Author: Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Sat Nov 16 16:51:34 2013 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 16:51:34 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=98fefa1a
smuxi 9999: README -> README.md + don't install TODO
---
net-irc/smuxi/smuxi-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/smuxi/smuxi-9999.ebuild b/net-irc/smuxi/smuxi-9999.ebuild
index a52ab50..9d68229 100644
--- a/net-irc/smuxi/smuxi-9999.ebuild
+++ b/net-irc/smuxi/smuxi-9999.ebuild
@@ -34,7 +34,7 @@ EGIT_REPO_URI="git://github.com/meebey/smuxi.git"
EGIT_MASTER="master"
EGIT_HAS_SUBMODULES=1
-DOCS=( FEATURES TODO README )
+DOCS=( FEATURES README.md )
AUTOTOOLS_IN_SOURCE_BUILD=1
src_prepare() {
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
@ 2013-12-30 14:11 Heather Cynede
0 siblings, 0 replies; 17+ messages in thread
From: Heather Cynede @ 2013-12-30 14:11 UTC (permalink / raw
To: gentoo-commits
commit: 061e912e37eb19f1c2bc62feca5c46ce77029a1b
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Wed Dec 25 13:00:47 2013 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 13:00:47 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=061e912e
smuxi 0.10
---
net-irc/smuxi/smuxi-0.10.ebuild | 58 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
diff --git a/net-irc/smuxi/smuxi-0.10.ebuild b/net-irc/smuxi/smuxi-0.10.ebuild
new file mode 100644
index 0000000..47e7245
--- /dev/null
+++ b/net-irc/smuxi/smuxi-0.10.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+inherit eutils mono-env
+
+DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop"
+HOMEPAGE="http://www.smuxi.org/main/"
+SRC_URI="http://www.smuxi.org/jaws/data/files/${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dbus debug gtk libnotify spell"
+LICENSE="|| ( GPL-2 GPL-3 )"
+
+RDEPEND="
+ >=dev-lang/mono-3.0
+ >=dev-dotnet/smartirc4net-0.4.5.1
+ >=dev-dotnet/nini-1.1.0-r2
+ =dev-dotnet/log4net-1.2.10
+ dbus? ( dev-dotnet/ndesk-dbus
+ dev-dotnet/ndesk-dbus-glib )
+ gtk? ( >=dev-dotnet/gtk-sharp-2.12 )
+ libnotify? ( dev-dotnet/notify-sharp )
+ spell? ( >=app-text/gtkspell-2.0.9:2 )
+"
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.25
+ >=sys-devel/gettext-0.17
+ virtual/pkgconfig
+"
+
+DOCS=( FEATURES TODO )
+
+src_configure() {
+ # Our dev-dotnet/db4o is completely unmaintained
+ # We don't have ubuntu stuff
+ econf \
+ --enable-engine-irc \
+ --without-indicate \
+ --with-vendor-package-version="Gentoo ${PV}" \
+ --with-db4o=included \
+ --with-messaging-menu=no \
+ --with-indicate=no \
+ --disable-engine-jabbr \
+ $(use_enable debug) \
+ $(use_enable gtk frontend-gnome) \
+ $(use_with libnotify notify) \
+ $(use_with spell gtkspell)
+}
+
+src_install() {
+ default
+ #runner scripts fix
+ sed -i -e 's@mono --debug@mono --runtime=v4.0@g' "${ED}"/usr/bin/smuxi-frontend-gnome || die
+ sed -i -e 's@mono --debug@mono --runtime=v4.0@g' "${ED}"/usr/bin/smuxi-server || die
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
@ 2015-03-06 4:23 Heather Cynede
0 siblings, 0 replies; 17+ messages in thread
From: Heather Cynede @ 2015-03-06 4:23 UTC (permalink / raw
To: gentoo-commits
commit: 482475080977664bc1b95c28b754c93ca6305dab
Author: Heather <heather <AT> live <DOT> ru>
AuthorDate: Thu Feb 26 07:23:12 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 07:23:12 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=48247508
spaces to tabs in smuxi-9999.ebuild
net-irc/smuxi/smuxi-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/smuxi/smuxi-9999.ebuild b/net-irc/smuxi/smuxi-9999.ebuild
index 9d68229..4d36a56 100644
--- a/net-irc/smuxi/smuxi-9999.ebuild
+++ b/net-irc/smuxi/smuxi-9999.ebuild
@@ -42,7 +42,7 @@ src_prepare() {
}
src_configure() {
- local myeconfargs=(
+ local myeconfargs=(
--enable-engine-irc
--without-indicate
--with-vendor-package-version="Gentoo"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
@ 2015-08-08 13:35 Heather Cynede
0 siblings, 0 replies; 17+ messages in thread
From: Heather Cynede @ 2015-08-08 13:35 UTC (permalink / raw
To: gentoo-commits
commit: 7820138d87a05bd06b37ea4368408c9d4ba54517
Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Thu Aug 6 10:47:43 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Aug 6 10:47:43 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=7820138d
cleanup
net-irc/smuxi/smuxi-1.0.ebuild | 22 ++++------------------
1 file changed, 4 insertions(+), 18 deletions(-)
diff --git a/net-irc/smuxi/smuxi-1.0.ebuild b/net-irc/smuxi/smuxi-1.0.ebuild
index 07936f5..19f262a 100644
--- a/net-irc/smuxi/smuxi-1.0.ebuild
+++ b/net-irc/smuxi/smuxi-1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
-inherit autotools eutils mono-env
+inherit eutils mono-env
DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop"
HOMEPAGE="http://www.smuxi.org/main/"
@@ -15,12 +15,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="dbus debug gtk libnotify spell"
LICENSE="|| ( GPL-2 GPL-3 )"
-#RDEPEND="
-# >=dev-dotnet/smartirc4net-1.0
-#"
-
-RDEPEND="
- >=dev-lang/mono-4.0.2.5
+RDEPEND=">=dev-lang/mono-4.0.2.5
+ >=dev-dotnet/smartirc4net-1.0
dev-libs/stfl
>=dev-dotnet/log4net-1.2.10
>=dev-dotnet/nini-1.1.0-r2
@@ -36,17 +32,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
-#src_prepare() {
-# sed -i "s@notify-sharp@notify-sharp-3.0@g" configure || die
-# default
-#}
-
src_configure() {
- #eautoreconf
- ## gives errors
- #./autogen.sh || die
- ## doesn't present
-
# Our dev-dotnet/db4o is completely unmaintained
# We don't have ubuntu stuff
econf \
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
@ 2015-08-10 11:54 Heather Cynede
0 siblings, 0 replies; 17+ messages in thread
From: Heather Cynede @ 2015-08-10 11:54 UTC (permalink / raw
To: gentoo-commits
commit: 86ecfd3e6e5caa357f7b7ab63d4b57fb13a614b5
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Mon Aug 10 11:49:48 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 11:49:48 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=86ecfd3e
smuxi clean up
net-irc/smuxi/smuxi-0.10.ebuild | 58 ------------------------------------
net-irc/smuxi/smuxi-0.8.11-r1.ebuild | 50 -------------------------------
net-irc/smuxi/smuxi-0.9.ebuild | 58 ------------------------------------
net-irc/smuxi/smuxi-1.0.ebuild | 2 +-
net-irc/smuxi/smuxi-9999.ebuild | 6 ++--
5 files changed, 4 insertions(+), 170 deletions(-)
diff --git a/net-irc/smuxi/smuxi-0.10.ebuild b/net-irc/smuxi/smuxi-0.10.ebuild
deleted file mode 100644
index 47e7245..0000000
--- a/net-irc/smuxi/smuxi-0.10.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-inherit eutils mono-env
-
-DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop"
-HOMEPAGE="http://www.smuxi.org/main/"
-SRC_URI="http://www.smuxi.org/jaws/data/files/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dbus debug gtk libnotify spell"
-LICENSE="|| ( GPL-2 GPL-3 )"
-
-RDEPEND="
- >=dev-lang/mono-3.0
- >=dev-dotnet/smartirc4net-0.4.5.1
- >=dev-dotnet/nini-1.1.0-r2
- =dev-dotnet/log4net-1.2.10
- dbus? ( dev-dotnet/ndesk-dbus
- dev-dotnet/ndesk-dbus-glib )
- gtk? ( >=dev-dotnet/gtk-sharp-2.12 )
- libnotify? ( dev-dotnet/notify-sharp )
- spell? ( >=app-text/gtkspell-2.0.9:2 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.25
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
-"
-
-DOCS=( FEATURES TODO )
-
-src_configure() {
- # Our dev-dotnet/db4o is completely unmaintained
- # We don't have ubuntu stuff
- econf \
- --enable-engine-irc \
- --without-indicate \
- --with-vendor-package-version="Gentoo ${PV}" \
- --with-db4o=included \
- --with-messaging-menu=no \
- --with-indicate=no \
- --disable-engine-jabbr \
- $(use_enable debug) \
- $(use_enable gtk frontend-gnome) \
- $(use_with libnotify notify) \
- $(use_with spell gtkspell)
-}
-
-src_install() {
- default
- #runner scripts fix
- sed -i -e 's@mono --debug@mono --runtime=v4.0@g' "${ED}"/usr/bin/smuxi-frontend-gnome || die
- sed -i -e 's@mono --debug@mono --runtime=v4.0@g' "${ED}"/usr/bin/smuxi-server || die
-}
diff --git a/net-irc/smuxi/smuxi-0.8.11-r1.ebuild b/net-irc/smuxi/smuxi-0.8.11-r1.ebuild
deleted file mode 100644
index ca84293..0000000
--- a/net-irc/smuxi/smuxi-0.8.11-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-inherit eutils mono-env
-
-DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop"
-HOMEPAGE="http://www.smuxi.org/main/"
-SRC_URI="http://www.smuxi.org/jaws/data/files/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dbus debug gtk libnotify spell"
-LICENSE="|| ( GPL-2 GPL-3 )"
-
-RDEPEND="
- >=dev-lang/mono-3.0
- >=dev-dotnet/smartirc4net-0.4.5.1
- >=dev-dotnet/nini-1.1.0-r2
- >=dev-dotnet/log4net-1.2.10-r2
- dbus? ( dev-dotnet/ndesk-dbus
- dev-dotnet/ndesk-dbus-glib )
- gtk? ( >=dev-dotnet/gtk-sharp-2.12 )
- libnotify? ( dev-dotnet/notify-sharp )
- spell? ( >=app-text/gtkspell-2.0.9:2 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.25
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
-"
-
-DOCS=( FEATURES TODO README )
-
-src_configure() {
- # Our dev-dotnet/db4o is completely unmaintained
- # We don't have ubuntu stuff
- econf \
- --enable-engine-irc \
- --without-indicate \
- --with-vendor-package-version="Gentoo ${PV}" \
- --with-db4o=included \
- --with-messaging-menu=no \
- --with-indicate=no \
- $(use_enable debug) \
- $(use_enable gtk frontend-gnome) \
- $(use_with libnotify notify) \
- $(use_with spell gtkspell)
-}
diff --git a/net-irc/smuxi/smuxi-0.9.ebuild b/net-irc/smuxi/smuxi-0.9.ebuild
deleted file mode 100644
index 9e6ecd9..0000000
--- a/net-irc/smuxi/smuxi-0.9.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-inherit eutils mono-env
-
-DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop"
-HOMEPAGE="http://www.smuxi.org/main/"
-SRC_URI="http://www.smuxi.org/jaws/data/files/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dbus debug gtk libnotify spell"
-LICENSE="|| ( GPL-2 GPL-3 )"
-
-RDEPEND="
- >=dev-lang/mono-3.0
- >=dev-dotnet/smartirc4net-0.4.5.1
- >=dev-dotnet/nini-1.1.0-r2
- =dev-dotnet/log4net-1.2.10
- dbus? ( dev-dotnet/ndesk-dbus
- dev-dotnet/ndesk-dbus-glib )
- gtk? ( >=dev-dotnet/gtk-sharp-2.12 )
- libnotify? ( dev-dotnet/notify-sharp )
- spell? ( >=app-text/gtkspell-2.0.9:2 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.25
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
-"
-
-DOCS=( FEATURES TODO README )
-
-src_configure() {
- # Our dev-dotnet/db4o is completely unmaintained
- # We don't have ubuntu stuff
- econf \
- --enable-engine-irc \
- --without-indicate \
- --with-vendor-package-version="Gentoo ${PV}" \
- --with-db4o=included \
- --with-messaging-menu=no \
- --with-indicate=no \
- --disable-engine-jabbr \
- $(use_enable debug) \
- $(use_enable gtk frontend-gnome) \
- $(use_with libnotify notify) \
- $(use_with spell gtkspell)
-}
-
-src_install() {
- default
- #runner scripts fix
- sed -i -e 's@mono --debug@mono --runtime=v4.0@g' "${ED}"/usr/bin/smuxi-frontend-gnome || die
- sed -i -e 's@mono --debug@mono --runtime=v4.0@g' "${ED}"/usr/bin/smuxi-server || die
-}
diff --git a/net-irc/smuxi/smuxi-1.0.ebuild b/net-irc/smuxi/smuxi-1.0.ebuild
index 19f262a..b160b90 100644
--- a/net-irc/smuxi/smuxi-1.0.ebuild
+++ b/net-irc/smuxi/smuxi-1.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="5"
+EAPI=5
inherit eutils mono-env
DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop"
diff --git a/net-irc/smuxi/smuxi-9999.ebuild b/net-irc/smuxi/smuxi-9999.ebuild
index 4d36a56..7ed933f 100644
--- a/net-irc/smuxi/smuxi-9999.ebuild
+++ b/net-irc/smuxi/smuxi-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="5"
+EAPI=5
inherit eutils mono-env git-2 autotools-utils
DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop"
@@ -20,7 +20,7 @@ RDEPEND="
>=dev-dotnet/log4net-1.2.10
dbus? ( dev-dotnet/ndesk-dbus
dev-dotnet/ndesk-dbus-glib )
- gtk? ( >=dev-dotnet/gtk-sharp-2.12 )
+ gtk? ( >=dev-dotnet/gtk-sharp-2.12:2 )
libnotify? ( dev-dotnet/notify-sharp )
spell? ( >=app-text/gtkspell-2.0.9:2 )
"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
@ 2016-06-15 11:17 Heather Cynede
0 siblings, 0 replies; 17+ messages in thread
From: Heather Cynede @ 2016-06-15 11:17 UTC (permalink / raw
To: gentoo-commits
commit: 4eac22b0309ce82dd887324bcef6c20f75cc2591
Author: layman <layman <AT> localhost>
AuthorDate: Wed Jun 15 11:03:31 2016 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 11:03:31 2016 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=4eac22b0
icon installation added
net-irc/smuxi/smuxi-1.0.5.ebuild | 35 +++++++++++++++++++++++++++++++----
1 file changed, 31 insertions(+), 4 deletions(-)
diff --git a/net-irc/smuxi/smuxi-1.0.5.ebuild b/net-irc/smuxi/smuxi-1.0.5.ebuild
index 5f010fc..1daacca 100644
--- a/net-irc/smuxi/smuxi-1.0.5.ebuild
+++ b/net-irc/smuxi/smuxi-1.0.5.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-inherit eutils mono-env
+EAPI=6
+inherit eutils gnome2-utils mono-env
DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop"
HOMEPAGE="http://www.smuxi.org/main/"
-SRC_URI="http://www.smuxi.org/jaws/data/files/${P}.tar.gz"
+SRC_URI="http://www.smuxi.org/jaws/data/files/${P}.tar.gz
+ https://github.com/meebey/smuxi/raw/master/images/icon_square.svg -> smuxi.svg"
#SRC_URI="https://github.com/meebey/smuxi/archive/${PV}.tar.gz"
SLOT="0"
@@ -32,6 +33,14 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+src_prepare() {
+ default
+}
+
src_configure() {
# Our dev-dotnet/db4o is completely unmaintained
# We don't have ubuntu stuff
@@ -49,3 +58,21 @@ src_configure() {
touch README
}
+
+src_install() {
+ default
+
+ elog "Installing desktop icon"
+ insinto /usr/share/icons/hicolor/scalable/apps
+ local ICON_NAME=smuxi.svg
+ newicon -s scalable "${DISTDIR}/${ICON_NAME}" "${ICON_NAME}"
+ make_desktop_entry "/usr/local/bin/smuxi-frontend-gnome" "Smuxi" "/usr/share/icons/hicolor/scalable/apps/${ICON_NAME}"
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
@ 2016-06-15 11:17 Heather Cynede
0 siblings, 0 replies; 17+ messages in thread
From: Heather Cynede @ 2016-06-15 11:17 UTC (permalink / raw
To: gentoo-commits
commit: 598fec479ab93c02e8acb6f8503f9865bda056d2
Author: layman <layman <AT> localhost>
AuthorDate: Wed Jun 15 11:11:35 2016 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 11:11:35 2016 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=598fec47
repoman fixes
net-irc/smuxi/smuxi-1.0.5.ebuild | 4 ++--
net-irc/smuxi/smuxi-1.0.ebuild | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/net-irc/smuxi/smuxi-1.0.5.ebuild b/net-irc/smuxi/smuxi-1.0.5.ebuild
index 1daacca..774b752 100644
--- a/net-irc/smuxi/smuxi-1.0.5.ebuild
+++ b/net-irc/smuxi/smuxi-1.0.5.ebuild
@@ -8,7 +8,7 @@ inherit eutils gnome2-utils mono-env
DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop"
HOMEPAGE="http://www.smuxi.org/main/"
SRC_URI="http://www.smuxi.org/jaws/data/files/${P}.tar.gz
- https://github.com/meebey/smuxi/raw/master/images/icon_square.svg -> smuxi.svg"
+ https://github.com/meebey/smuxi/raw/master/images/icon_square.svg -> smuxi.svg"
#SRC_URI="https://github.com/meebey/smuxi/archive/${PV}.tar.gz"
SLOT="0"
@@ -24,7 +24,7 @@ RDEPEND=">=dev-lang/mono-4.0.2.5
gtk? ( >=dev-dotnet/gtk-sharp-2.12.21:2 )
libnotify? ( >=dev-dotnet/notify-sharp-0.4 )
libnotify? ( <dev-dotnet/notify-sharp-3 )
- dbus? ( >=dev-dotnet/dbus-sharp-glib-0.6 )
+ dbus? ( >=dev-dotnet/dbus-sharp-glib-0.6:* )
spell? ( >=app-text/gtkspell-2.0.9:2 )
"
DEPEND="${RDEPEND}
diff --git a/net-irc/smuxi/smuxi-1.0.ebuild b/net-irc/smuxi/smuxi-1.0.ebuild
index 5f010fc..eef3a5d 100644
--- a/net-irc/smuxi/smuxi-1.0.ebuild
+++ b/net-irc/smuxi/smuxi-1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit eutils mono-env
DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop"
@@ -23,7 +23,7 @@ RDEPEND=">=dev-lang/mono-4.0.2.5
gtk? ( >=dev-dotnet/gtk-sharp-2.12.21:2 )
libnotify? ( >=dev-dotnet/notify-sharp-0.4 )
libnotify? ( <dev-dotnet/notify-sharp-3 )
- dbus? ( >=dev-dotnet/dbus-sharp-glib-0.6 )
+ dbus? ( >=dev-dotnet/dbus-sharp-glib-0.6:* )
spell? ( >=app-text/gtkspell-2.0.9:2 )
"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
@ 2016-06-15 11:17 Heather Cynede
0 siblings, 0 replies; 17+ messages in thread
From: Heather Cynede @ 2016-06-15 11:17 UTC (permalink / raw
To: gentoo-commits
commit: cb2aeee2183d76c5ecf229d5217accf0e2e04883
Author: layman <layman <AT> localhost>
AuthorDate: Wed Jun 15 11:02:56 2016 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 11:02:56 2016 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=cb2aeee2
prev code
net-irc/smuxi/smuxi-1.0.5.ebuild | 51 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 51 insertions(+)
diff --git a/net-irc/smuxi/smuxi-1.0.5.ebuild b/net-irc/smuxi/smuxi-1.0.5.ebuild
new file mode 100644
index 0000000..5f010fc
--- /dev/null
+++ b/net-irc/smuxi/smuxi-1.0.5.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils mono-env
+
+DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop"
+HOMEPAGE="http://www.smuxi.org/main/"
+SRC_URI="http://www.smuxi.org/jaws/data/files/${P}.tar.gz"
+#SRC_URI="https://github.com/meebey/smuxi/archive/${PV}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dbus debug gtk libnotify spell"
+LICENSE="|| ( GPL-2 GPL-3 )"
+
+RDEPEND=">=dev-lang/mono-4.0.2.5
+ >=dev-dotnet/smartirc4net-1.0
+ dev-libs/stfl
+ >=dev-dotnet/log4net-1.2.10
+ >=dev-dotnet/nini-1.1.0-r2
+ gtk? ( >=dev-dotnet/gtk-sharp-2.12.21:2 )
+ libnotify? ( >=dev-dotnet/notify-sharp-0.4 )
+ libnotify? ( <dev-dotnet/notify-sharp-3 )
+ dbus? ( >=dev-dotnet/dbus-sharp-glib-0.6 )
+ spell? ( >=app-text/gtkspell-2.0.9:2 )
+"
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.25
+ >=sys-devel/gettext-0.17
+ virtual/pkgconfig
+"
+
+src_configure() {
+ # Our dev-dotnet/db4o is completely unmaintained
+ # We don't have ubuntu stuff
+ econf \
+ --enable-engine-irc \
+ --without-indicate \
+ --with-vendor-package-version="Gentoo ${PV}" \
+ --with-db4o=included \
+ --with-messaging-menu=no \
+ --with-indicate=no \
+ $(use_enable debug) \
+ $(use_enable gtk frontend-gnome) \
+ $(use_with libnotify notify) \
+ $(use_with spell gtkspell)
+
+ touch README
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
@ 2016-06-16 6:07 Heather Cynede
0 siblings, 0 replies; 17+ messages in thread
From: Heather Cynede @ 2016-06-16 6:07 UTC (permalink / raw
To: gentoo-commits
commit: fd1255cf9b986fecd50ef8733d25a92dce979c83
Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Wed Jun 15 19:50:31 2016 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 19:50:31 2016 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=fd1255cf
top master commit at the time of writing
net-irc/smuxi/smuxi-1.0.5.ebuild | 18 +++++++++---------
...{smuxi-1.0.5.ebuild => smuxi-1.1_p201605280.ebuild} | 18 +++++++++---------
2 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/net-irc/smuxi/smuxi-1.0.5.ebuild b/net-irc/smuxi/smuxi-1.0.5.ebuild
index 00c69bf..96396f2 100644
--- a/net-irc/smuxi/smuxi-1.0.5.ebuild
+++ b/net-irc/smuxi/smuxi-1.0.5.ebuild
@@ -3,13 +3,13 @@
# $Id$
EAPI=6
-inherit eutils gnome2-utils mono-env
+inherit eutils gnome2-utils mono-env versionator
DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop"
HOMEPAGE="http://www.smuxi.org/main/"
-SRC_URI="http://www.smuxi.org/jaws/data/files/${P}.tar.gz
- https://github.com/meebey/smuxi/raw/master/images/icon_square.svg -> smuxi.svg"
-#SRC_URI="https://github.com/meebey/smuxi/archive/${PV}.tar.gz"
+
+SRC_URI="https://github.com/ArsenShnurkov/shnurise-tarballs/raw/master/${P}.tar.gz"
+S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -59,14 +59,14 @@ src_configure() {
touch README
}
+src_compile() {
+ default
+}
+
src_install() {
default
- elog "Installing desktop icon"
- insinto /usr/share/icons/hicolor/scalable/apps
- local ICON_NAME=smuxi.svg
- newicon -s scalable "${DISTDIR}/${ICON_NAME}" "${ICON_NAME}"
- make_desktop_entry "/usr/bin/smuxi-frontend-gnome" "Smuxi" "/usr/share/icons/hicolor/scalable/apps/${ICON_NAME}"
+ # desktop icon is installed with /usr/share/applications/smuxi-frontend-gnome.desktop
}
pkg_postinst() {
diff --git a/net-irc/smuxi/smuxi-1.0.5.ebuild b/net-irc/smuxi/smuxi-1.1_p201605280.ebuild
similarity index 72%
copy from net-irc/smuxi/smuxi-1.0.5.ebuild
copy to net-irc/smuxi/smuxi-1.1_p201605280.ebuild
index 00c69bf..6f178d9 100644
--- a/net-irc/smuxi/smuxi-1.0.5.ebuild
+++ b/net-irc/smuxi/smuxi-1.1_p201605280.ebuild
@@ -3,13 +3,13 @@
# $Id$
EAPI=6
-inherit eutils gnome2-utils mono-env
+inherit eutils gnome2-utils mono-env versionator
DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop"
HOMEPAGE="http://www.smuxi.org/main/"
-SRC_URI="http://www.smuxi.org/jaws/data/files/${P}.tar.gz
- https://github.com/meebey/smuxi/raw/master/images/icon_square.svg -> smuxi.svg"
-#SRC_URI="https://github.com/meebey/smuxi/archive/${PV}.tar.gz"
+
+SRC_URI="https://github.com/ArsenShnurkov/shnurise-tarballs/raw/master/${P}.tar.gz"
+S="${WORKDIR}/${PN}-$(get_version_component_range 1-2)"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -59,14 +59,14 @@ src_configure() {
touch README
}
+src_compile() {
+ default
+}
+
src_install() {
default
- elog "Installing desktop icon"
- insinto /usr/share/icons/hicolor/scalable/apps
- local ICON_NAME=smuxi.svg
- newicon -s scalable "${DISTDIR}/${ICON_NAME}" "${ICON_NAME}"
- make_desktop_entry "/usr/bin/smuxi-frontend-gnome" "Smuxi" "/usr/share/icons/hicolor/scalable/apps/${ICON_NAME}"
+ # desktop icon is installed with /usr/share/applications/smuxi-frontend-gnome.desktop
}
pkg_postinst() {
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
@ 2017-08-03 7:57 Mikhail Pukhlikov
0 siblings, 0 replies; 17+ messages in thread
From: Mikhail Pukhlikov @ 2017-08-03 7:57 UTC (permalink / raw
To: gentoo-commits
commit: abd626645409ff3417b29ebca68481f3906c771e
Author: sam <sam <AT> cmpct <DOT> info>
AuthorDate: Mon Jul 31 22:23:01 2017 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Jul 31 22:23:01 2017 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=abd62664
net-irc/smuxi: update 9999
net-irc/smuxi/smuxi-9999.ebuild | 96 +++++++++++++++++++++++++----------------
1 file changed, 59 insertions(+), 37 deletions(-)
diff --git a/net-irc/smuxi/smuxi-9999.ebuild b/net-irc/smuxi/smuxi-9999.ebuild
index 59a654f..c432d3a 100644
--- a/net-irc/smuxi/smuxi-9999.ebuild
+++ b/net-irc/smuxi/smuxi-9999.ebuild
@@ -1,66 +1,88 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-inherit eutils mono-env git-2 autotools-utils
+EAPI=6
+inherit eutils gnome2-utils mono-env dotnet versionator autotools git-r3
DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop"
HOMEPAGE="http://www.smuxi.org/main/"
+EGIT_REPO_URI="https://github.com/meebey/smuxi"
+# https://github.com/meebey/smuxi/releases/tag/1.0.7
+#EGIT_COMMIT="a63e6236bb241c018633c380c99554c38a83f6ad"
+#EGIT_BRANCH="release/1.0"
+SRC_URI=""
SLOT="0"
-KEYWORDS=""
-IUSE="dbus debug gtk libnotify spell" #-gtk3 ( gtk3 branch just broken )
+KEYWORDS="~amd64 ~x86"
+IUSE="dbus debug gtk libnotify spell nls"
LICENSE="|| ( GPL-2 GPL-3 )"
-RDEPEND="
- >=dev-lang/mono-3.0
- >=dev-dotnet/smartirc4net-0.4.5.1
- >=dev-dotnet/nini-1.1.0-r2
+CDEPEND=">=dev-lang/mono-4.0.2.5
+ >=dev-dotnet/smartirc4net-1.0
+ dev-libs/stfl
>=dev-dotnet/log4net-1.2.10
- dbus? ( dev-dotnet/ndesk-dbus
- dev-dotnet/ndesk-dbus-glib )
- gtk? ( >=dev-dotnet/gtk-sharp-2.12:2 )
- libnotify? ( dev-dotnet/notify-sharp )
+ >=dev-dotnet/nini-1.1.0-r2
+ gtk? ( >=dev-dotnet/gtk-sharp-2.12.39:2 )
+ libnotify? ( >=dev-dotnet/notify-sharp-0.4 )
+ libnotify? ( <dev-dotnet/notify-sharp-3 )
+ dbus? ( >=dev-dotnet/dbus-sharp-glib-0.6:* )
spell? ( >=app-text/gtkspell-2.0.9:2 )
"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
>=dev-util/intltool-0.25
>=sys-devel/gettext-0.17
virtual/pkgconfig
"
+RDEPEND="${CDEPEND}"
-EGIT_REPO_URI="git://github.com/meebey/smuxi.git"
-EGIT_MASTER="master"
-EGIT_HAS_SUBMODULES=1
+# Build failed on debug issue with --jobs > 1 (2017-07-31)
+MAKEOPTS="-j1"
-DOCS=( FEATURES README.md )
-AUTOTOOLS_IN_SOURCE_BUILD=1
+pkg_preinst() {
+ gnome2_icon_savelist
+}
src_prepare() {
- ./autogen.sh MCS=$(which dmcs) || die
+ default
+
+ # https://github.com/meebey/smuxi/issues/86
+ # eautoreconf
+ ./autogen.sh | die "Could not run autogen.sh"
}
src_configure() {
- local myeconfargs=(
- --enable-engine-irc
- --without-indicate
- --with-vendor-package-version="Gentoo"
- --with-db4o=included
- --with-messaging-menu=no
- --with-indicate=no
- --disable-engine-jabbr
- $(use_enable debug)
- $(use_enable gtk frontend-gnome)
- $(use_with libnotify notify)
- $(use_with spell gtkspell)
- )
- autotools-utils_src_configure
+ # Our dev-dotnet/db4o is completely unmaintained
+ # We don't have ubuntu stuff
+ econf \
+ CSC=/usr/bin/mcs \
+ --enable-engine-irc \
+ --without-indicate \
+ --with-vendor-package-version="Gentoo ${PV}" \
+ --with-db4o=included \
+ --with-messaging-menu=no \
+ --with-indicate=no \
+ $(use_enable debug) \
+ $(use_enable gtk frontend-gnome) \
+ $(use_enable nls) \
+ $(use_with libnotify notify) \
+ $(use_with spell gtkspell) \
+
+ touch README
+}
+
+src_compile() {
+ default
}
src_install() {
default
- #runner scripts fix
- sed -i -e 's@mono --debug@mono --runtime=v4.0@g' "${ED}"/usr/bin/smuxi-frontend-gnome || die
- sed -i -e 's@mono --debug@mono --runtime=v4.0@g' "${ED}"/usr/bin/smuxi-server || die
+ # desktop icon is installed with /usr/share/applications/smuxi-frontend-gnome.desktop
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
@ 2017-08-03 7:57 Mikhail Pukhlikov
0 siblings, 0 replies; 17+ messages in thread
From: Mikhail Pukhlikov @ 2017-08-03 7:57 UTC (permalink / raw
To: gentoo-commits
commit: 3fb1509a1ea5944e8bd5ec888499276490935822
Author: sam <sam <AT> cmpct <DOT> info>
AuthorDate: Mon Jul 31 22:20:13 2017 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Jul 31 22:20:13 2017 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=3fb1509a
net-irc/smuxi: add 1.0.7
net-irc/smuxi/smuxi-1.0.7.ebuild | 84 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 84 insertions(+)
diff --git a/net-irc/smuxi/smuxi-1.0.7.ebuild b/net-irc/smuxi/smuxi-1.0.7.ebuild
new file mode 100644
index 0000000..c88c7fd
--- /dev/null
+++ b/net-irc/smuxi/smuxi-1.0.7.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils gnome2-utils mono-env dotnet versionator autotools git-r3
+
+DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop"
+HOMEPAGE="http://www.smuxi.org/main/"
+EGIT_REPO_URI="https://github.com/meebey/smuxi"
+# https://github.com/meebey/smuxi/releases/tag/1.0.7
+EGIT_COMMIT="a63e6236bb241c018633c380c99554c38a83f6ad"
+EGIT_BRANCH="release/1.0"
+
+SRC_URI="https://github.com/meebey/smuxi/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dbus debug gtk libnotify spell nls"
+LICENSE="|| ( GPL-2 GPL-3 )"
+
+CDEPEND=">=dev-lang/mono-4.0.2.5
+ >=dev-dotnet/smartirc4net-1.0
+ dev-libs/stfl
+ >=dev-dotnet/log4net-1.2.10
+ >=dev-dotnet/nini-1.1.0-r2
+ gtk? ( >=dev-dotnet/gtk-sharp-2.12.21:2 )
+ libnotify? ( >=dev-dotnet/notify-sharp-0.4 )
+ libnotify? ( <dev-dotnet/notify-sharp-3 )
+ dbus? ( >=dev-dotnet/dbus-sharp-glib-0.6:* )
+ spell? ( >=app-text/gtkspell-2.0.9:2 )
+"
+DEPEND="${CDEPEND}
+ >=dev-util/intltool-0.25
+ >=sys-devel/gettext-0.17
+ virtual/pkgconfig
+"
+RDEPEND="${CDEPEND}"
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+src_prepare() {
+ default
+
+ # https://github.com/meebey/smuxi/issues/86
+ # eautoreconf
+ ./autogen.sh | die "Could not run autogen.sh"
+}
+
+src_configure() {
+ # Our dev-dotnet/db4o is completely unmaintained
+ # We don't have ubuntu stuff
+ econf \
+ --enable-engine-irc \
+ --without-indicate \
+ --with-vendor-package-version="Gentoo ${PV}" \
+ --with-db4o=included \
+ --with-messaging-menu=no \
+ --with-indicate=no \
+ $(use_enable debug) \
+ $(use_enable gtk frontend-gnome) \
+ $(use_enable nls) \
+ $(use_with libnotify notify) \
+ $(use_with spell gtkspell)
+
+ touch README
+}
+
+src_compile() {
+ default
+}
+
+src_install() {
+ default
+ # desktop icon is installed with /usr/share/applications/smuxi-frontend-gnome.desktop
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
@ 2018-10-18 12:39 Mikhail Pukhlikov
0 siblings, 0 replies; 17+ messages in thread
From: Mikhail Pukhlikov @ 2018-10-18 12:39 UTC (permalink / raw
To: gentoo-commits
commit: 28332a269120275c50a8bce81dc34caf220144b0
Author: Martin Holzhauer <martin <AT> holzhauer <DOT> eu>
AuthorDate: Thu Oct 18 12:24:41 2018 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Oct 18 12:24:41 2018 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=28332a26
added x11-ssh-askpass as dependency
you can not connect to an external engine with a password protected key without x11-ssh-askpass
net-irc/smuxi/smuxi-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-irc/smuxi/smuxi-9999.ebuild b/net-irc/smuxi/smuxi-9999.ebuild
index 5d18bba..00b0307 100644
--- a/net-irc/smuxi/smuxi-9999.ebuild
+++ b/net-irc/smuxi/smuxi-9999.ebuild
@@ -31,6 +31,7 @@ CDEPEND=">=dev-lang/mono-4.0.2.5
DEPEND="${CDEPEND}
>=dev-util/intltool-0.25
>=sys-devel/gettext-0.17
+ >=net-misc/x11-ssh-askpass-1.2.4.1-r1
virtual/pkgconfig
"
RDEPEND="${CDEPEND}"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
@ 2018-10-18 12:39 Mikhail Pukhlikov
0 siblings, 0 replies; 17+ messages in thread
From: Mikhail Pukhlikov @ 2018-10-18 12:39 UTC (permalink / raw
To: gentoo-commits
commit: 02a46d0b8bbe2ef630d541816d5a81f32ccc96df
Author: Martin Holzhauer <martin <AT> holzhauer <DOT> eu>
AuthorDate: Thu Oct 18 12:09:31 2018 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Oct 18 12:09:31 2018 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=02a46d0b
replaced pipe operator with an OR
net-irc/smuxi/smuxi-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/smuxi/smuxi-9999.ebuild b/net-irc/smuxi/smuxi-9999.ebuild
index c432d3a..5d18bba 100644
--- a/net-irc/smuxi/smuxi-9999.ebuild
+++ b/net-irc/smuxi/smuxi-9999.ebuild
@@ -47,7 +47,7 @@ src_prepare() {
# https://github.com/meebey/smuxi/issues/86
# eautoreconf
- ./autogen.sh | die "Could not run autogen.sh"
+ ./autogen.sh || die "Could not run autogen.sh"
}
src_configure() {
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
@ 2018-10-18 12:39 Mikhail Pukhlikov
0 siblings, 0 replies; 17+ messages in thread
From: Mikhail Pukhlikov @ 2018-10-18 12:39 UTC (permalink / raw
To: gentoo-commits
commit: b8c7d1b0db341bf5733e4c6abc7b670880efe169
Author: Martin Holzhauer <martin <AT> holzhauer <DOT> eu>
AuthorDate: Thu Oct 18 10:23:26 2018 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Oct 18 10:23:26 2018 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=b8c7d1b0
replaced pipe operator with and OR
net-irc/smuxi/smuxi-1.0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/smuxi/smuxi-1.0.7.ebuild b/net-irc/smuxi/smuxi-1.0.7.ebuild
index c88c7fd..451be4a 100644
--- a/net-irc/smuxi/smuxi-1.0.7.ebuild
+++ b/net-irc/smuxi/smuxi-1.0.7.ebuild
@@ -44,7 +44,7 @@ src_prepare() {
# https://github.com/meebey/smuxi/issues/86
# eautoreconf
- ./autogen.sh | die "Could not run autogen.sh"
+ ./autogen.sh || die "Could not run autogen.sh"
}
src_configure() {
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2018-10-18 12:39 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-30 14:11 [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/ Heather Cynede
-- strict thread matches above, loose matches on Subject: below --
2018-10-18 12:39 Mikhail Pukhlikov
2018-10-18 12:39 Mikhail Pukhlikov
2018-10-18 12:39 Mikhail Pukhlikov
2017-08-03 7:57 Mikhail Pukhlikov
2017-08-03 7:57 Mikhail Pukhlikov
2016-06-16 6:07 Heather Cynede
2016-06-15 11:17 Heather Cynede
2016-06-15 11:17 Heather Cynede
2016-06-15 11:17 Heather Cynede
2015-08-10 11:54 Heather Cynede
2015-08-08 13:35 Heather Cynede
2015-03-06 4:23 Heather Cynede
2013-11-16 16:54 Heather Cynede
2013-10-26 17:01 Heather Cynede
2013-10-13 12:12 Heather Cynede
2013-10-12 15:28 Heather Cynede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox