* [gentoo-commits] gentoo-x86 commit in www-servers/pshs: pshs-9999.ebuild ChangeLog
@ 2012-12-15 12:44 Michal Gorny (mgorny)
0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2012-12-15 12:44 UTC (permalink / raw
To: gentoo-commits
mgorny 12/12/15 12:44:58
Modified: ChangeLog
Added: pshs-9999.ebuild
Log:
Import the live ebuild.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Revision Changes Path
1.5 www-servers/pshs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/pshs/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 14 Dec 2012 15:31:09 -0000 1.4
+++ ChangeLog 15 Dec 2012 12:44:58 -0000 1.5
@@ -1,6 +1,11 @@
# ChangeLog for www-servers/pshs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/ChangeLog,v 1.4 2012/12/14 15:31:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/ChangeLog,v 1.5 2012/12/15 12:44:58 mgorny Exp $
+
+*pshs-9999 (15 Dec 2012)
+
+ 15 Dec 2012; Michał Górny <mgorny@gentoo.org> +pshs-9999.ebuild:
+ Import the live ebuild.
14 Dec 2012; Michał Górny <mgorny@gentoo.org> metadata.xml:
Remove redundant USE=upnp description; it matches the global flag meaning.
1.1 www-servers/pshs/pshs-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/pshs-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/pshs-9999.ebuild?rev=1.1&content-type=text/plain
Index: pshs-9999.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/pshs-9999.ebuild,v 1.1 2012/12/15 12:44:58 mgorny Exp $
EAPI=4
#if LIVE
AUTOTOOLS_AUTORECONF=yes
EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
inherit git-2
#endif
inherit autotools-utils
DESCRIPTION="Pretty small HTTP server - a command-line tool to share files"
HOMEPAGE="https://bitbucket.org/mgorny/pshs/"
SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+magic +netlink upnp"
RDEPEND=">=dev-libs/libevent-2
magic? ( sys-apps/file )
upnp? ( net-libs/miniupnpc )"
DEPEND="${RDEPEND}
netlink? ( sys-apps/iproute2
>=sys-kernel/linux-headers-2.6.27 )"
# libnetlink is static only ATM
#if LIVE
KEYWORDS=
SRC_URI=
#endif
src_configure() {
myeconfargs=(
$(use_enable magic libmagic)
$(use_enable netlink)
$(use_enable upnp)
)
autotools-utils_src_configure
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-servers/pshs: pshs-9999.ebuild ChangeLog
@ 2013-10-16 13:27 Michal Gorny (mgorny)
0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2013-10-16 13:27 UTC (permalink / raw
To: gentoo-commits
mgorny 13/10/16 13:27:32
Modified: pshs-9999.ebuild ChangeLog
Log:
Switch to git-r3. Add SLOT operators to dependencies.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.2 www-servers/pshs/pshs-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/pshs-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/pshs-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/pshs-9999.ebuild?r1=1.1&r2=1.2
Index: pshs-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/pshs/pshs-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pshs-9999.ebuild 15 Dec 2012 12:44:58 -0000 1.1
+++ pshs-9999.ebuild 16 Oct 2013 13:27:31 -0000 1.2
@@ -1,14 +1,14 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/pshs-9999.ebuild,v 1.1 2012/12/15 12:44:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/pshs-9999.ebuild,v 1.2 2013/10/16 13:27:31 mgorny Exp $
-EAPI=4
+EAPI=5
#if LIVE
AUTOTOOLS_AUTORECONF=yes
EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
-inherit git-2
+inherit git-r3
#endif
inherit autotools-utils
@@ -22,9 +22,9 @@
KEYWORDS="~amd64 ~x86"
IUSE="+magic +netlink upnp"
-RDEPEND=">=dev-libs/libevent-2
- magic? ( sys-apps/file )
- upnp? ( net-libs/miniupnpc )"
+RDEPEND=">=dev-libs/libevent-2:0=
+ magic? ( sys-apps/file:0= )
+ upnp? ( net-libs/miniupnpc:0= )"
DEPEND="${RDEPEND}
netlink? ( sys-apps/iproute2
>=sys-kernel/linux-headers-2.6.27 )"
1.6 www-servers/pshs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/pshs/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 15 Dec 2012 12:44:58 -0000 1.5
+++ ChangeLog 16 Oct 2013 13:27:31 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for www-servers/pshs
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/ChangeLog,v 1.5 2012/12/15 12:44:58 mgorny Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/ChangeLog,v 1.6 2013/10/16 13:27:31 mgorny Exp $
+
+ 16 Oct 2013; Michał Górny <mgorny@gentoo.org> pshs-9999.ebuild:
+ Switch to git-r3. Add SLOT operators to dependencies.
*pshs-9999 (15 Dec 2012)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-servers/pshs: pshs-9999.ebuild ChangeLog
@ 2014-12-23 18:16 Michal Gorny (mgorny)
0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2014-12-23 18:16 UTC (permalink / raw
To: gentoo-commits
mgorny 14/12/23 18:16:45
Modified: pshs-9999.ebuild ChangeLog
Log:
Add USE=ssl to control newly-added SSL support.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.5 www-servers/pshs/pshs-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/pshs-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/pshs-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/pshs-9999.ebuild?r1=1.4&r2=1.5
Index: pshs-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/pshs/pshs-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pshs-9999.ebuild 1 Dec 2014 19:19:54 -0000 1.4
+++ pshs-9999.ebuild 23 Dec 2014 18:16:45 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/pshs-9999.ebuild,v 1.4 2014/12/01 19:19:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/pshs-9999.ebuild,v 1.5 2014/12/23 18:16:45 mgorny Exp $
EAPI=5
@@ -20,11 +20,13 @@
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+magic +netlink qrcode upnp"
+IUSE="+magic +netlink qrcode ssl upnp"
RDEPEND=">=dev-libs/libevent-2:0=
magic? ( sys-apps/file:0= )
qrcode? ( media-gfx/qrencode:0= )
+ ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
+ dev-libs/openssl:0= )
upnp? ( net-libs/miniupnpc:0= )"
DEPEND="${RDEPEND}
netlink? ( sys-apps/iproute2
@@ -41,6 +43,7 @@
$(use_enable magic libmagic)
$(use_enable netlink)
$(use_enable qrcode qrencode)
+ $(use_enable ssl)
$(use_enable upnp)
)
1.12 www-servers/pshs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/pshs/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 7 Dec 2014 16:55:35 -0000 1.11
+++ ChangeLog 23 Dec 2014 18:16:45 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for www-servers/pshs
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/ChangeLog,v 1.11 2014/12/07 16:55:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/ChangeLog,v 1.12 2014/12/23 18:16:45 mgorny Exp $
+
+ 23 Dec 2014; Michał Górny <mgorny@gentoo.org> pshs-9999.ebuild:
+ Add USE=ssl to control newly-added SSL support.
*pshs-0.2.4 (07 Dec 2014)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-12-23 18:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-15 12:44 [gentoo-commits] gentoo-x86 commit in www-servers/pshs: pshs-9999.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2013-10-16 13:27 Michal Gorny (mgorny)
2014-12-23 18:16 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox