public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tony Vroon" <chainsaw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/graylog2/
Date: Wed, 11 Jul 2018 10:26:59 +0000 (UTC)	[thread overview]
Message-ID: <1531304817.01ec57b73dbb190f2b30d1d1f1ed5779b3cc087a.chainsaw@gentoo> (raw)

commit:     01ec57b73dbb190f2b30d1d1f1ed5779b3cc087a
Author:     Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Tue Jun 26 15:28:45 2018 +0000
Commit:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 10:26:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ec57b7

app-admin/graylog2: drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-admin/graylog2/graylog2-2.4.5.ebuild | 84 --------------------------------
 1 file changed, 84 deletions(-)

diff --git a/app-admin/graylog2/graylog2-2.4.5.ebuild b/app-admin/graylog2/graylog2-2.4.5.ebuild
deleted file mode 100644
index 3e0e21b963f..00000000000
--- a/app-admin/graylog2/graylog2-2.4.5.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user
-
-DESCRIPTION="Free and open source log management"
-HOMEPAGE="https://graylog.org"
-SRC_URI="https://packages.graylog2.org/releases/graylog/graylog-${PV}.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-MY_PN="graylog"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-INSTALL_DIR="/usr/share/graylog2"
-DATA_DIR="/var/lib/graylog2"
-
-QA_PREBUILT="${INSTALL_DIR}/lib/sigar/libsigar*"
-RESTRICT="strip"
-
-RDEPEND="virtual/jdk:1.8"
-
-pkg_setup() {
-	enewgroup graylog
-	enewuser graylog -1 -1 -1 graylog
-}
-
-src_prepare() {
-	default
-
-	# graylogctl is replaced by our own initd
-	rm -r bin || die
-
-	# Stick to architecture of build host
-	if ! use amd64; then
-		rm -r lib/sigar/libsigar-amd64-*.so || die "Failed in removing AMD64 support libraries"
-	fi
-	if ! use ppc64; then
-		rm -r lib/sigar/libsigar-ppc64-*.so || die "Failed in removing PPC64 support libraries"
-	fi
-	if ! use x86; then
-		rm -r lib/sigar/libsigar-x86-*.so || die "Failed in removing X86 support libraries"
-	fi
-	# Currently unsupported platforms
-	# QA warning galore but testing/patches welcome
-	rm lib/sigar/libsigar-*freebsd*so \
-		lib/sigar/libsigar-*solaris*so \
-		lib/sigar/libsigar-*hpux*.sl \
-		lib/sigar/libsigar-*macosx*.dylib \
-		lib/sigar/libsigar-ia64-*.so \
-		lib/sigar/libsigar-ppc-*.so \
-		lib/sigar/libsigar-s390x*.so \
-		lib/sigar/*winnt* || die "Failed in removing unsupported platform libraries"
-
-	# gentoo specific paths
-	sed -i "s@\(node_id_file = \).*@\1${DATA_DIR}/node-id@g; \
-		s@\(message_journal_dir = \).*@\1${DATA_DIR}/data/journal@g; \
-		s@#\(content_packs_dir = \).*@\1/${DATA_DIR}/data/contentpacks@g" \
-		graylog.conf.example || die
-}
-
-src_compile() {
-	einfo "Nothing to compile; upstream supplies JAR only"
-}
-
-src_install() {
-	insinto /etc/graylog2
-	doins graylog.conf.example
-
-	insinto ${DATA_DIR}/data/contentpacks
-	doins data/contentpacks/grok-patterns.json
-
-	insinto "${INSTALL_DIR}"
-	doins *
-
-	doins -r lib plugin
-
-	newinitd "${FILESDIR}/initd-r1" graylog2
-	newconfd "${FILESDIR}/confd-r1" graylog2
-}


             reply	other threads:[~2018-07-11 10:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-11 10:26 Tony Vroon [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-12-02  8:39 [gentoo-commits] repo/gentoo:master commit in: app-admin/graylog2/ Michał Górny
2019-01-19  3:22 Thomas Deutschmann
2018-07-23 16:04 Tony Vroon
2018-06-08 13:11 Tony Vroon
2017-07-30 15:30 David Seifert
2016-11-14 14:29 Tony Vroon
2016-11-14 14:22 Tony Vroon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1531304817.01ec57b73dbb190f2b30d1d1f1ed5779b3cc087a.chainsaw@gentoo \
    --to=chainsaw@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox