public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Erik Kapfer <erik.kapfer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 3/3] Remove all dependencies to libevent2
Date: Tue, 07 Jul 2015 12:53:45 +0200	[thread overview]
Message-ID: <1436266425-11813-3-git-send-email-erik.kapfer@ipfire.org> (raw)
In-Reply-To: <1436266425-11813-1-git-send-email-erik.kapfer@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 1539 bytes --]

libevent2 has become a part of the core system and is
not a package any more.

Signed-off-by: Erik Kapfer <erik.kapfer(a)ipfire.org>
---
 lfs/tmux         | 4 ++--
 lfs/tor          | 4 ++--
 lfs/transmission | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lfs/tmux b/lfs/tmux
index ddd5384..2223d13 100644
--- a/lfs/tmux
+++ b/lfs/tmux
@@ -32,9 +32,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = tmux
-PAK_VER    = 2
+PAK_VER    = 3
 
-DEPS       = "libevent2"
+DEPS       = ""
 
 ###############################################################################
 # Top-level Rules
diff --git a/lfs/tor b/lfs/tor
index 8eca48d..d57cea5 100644
--- a/lfs/tor
+++ b/lfs/tor
@@ -32,9 +32,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = tor
-PAK_VER    = 11
+PAK_VER    = 12
 
-DEPS       = "libevent2"
+DEPS       = ""
 
 ###############################################################################
 # Top-level Rules
diff --git a/lfs/transmission b/lfs/transmission
index 3a1cbdd..13b5723 100644
--- a/lfs/transmission
+++ b/lfs/transmission
@@ -32,9 +32,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = transmission
-PAK_VER    = 11
+PAK_VER    = 12
 
-DEPS       = "libevent2"
+DEPS       = ""
 
 CXXFLAGS  += -fno-exceptions
 
-- 
2.4.4


      parent reply	other threads:[~2015-07-07 10:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-07 10:53 [PATCH 1/3] libevent2: Update to 2.0.22-stable Erik Kapfer
2015-07-07 10:53 ` [PATCH 2/3] libevent2: Move from package to core system Erik Kapfer
2015-07-07 10:53 ` Erik Kapfer [this message]

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=1436266425-11813-3-git-send-email-erik.kapfer@ipfire.org \
    --to=erik.kapfer@ipfire.org \
    --cc=development@lists.ipfire.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