public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tony Vroon (chainsaw)" <chainsaw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/smstools: smstools-2.2.20.ebuild ChangeLog
Date: Fri, 31 Oct 2008 16:28:50 +0000	[thread overview]
Message-ID: <E1Kvwri-0005am-9D@stork.gentoo.org> (raw)

chainsaw    08/10/31 16:28:50

  Modified:             smstools-2.2.20.ebuild ChangeLog
  Log:
  Update ebuild based on -dev ML feedback by Torsten Veller <ml-en@veller.net>.
  (Portage version: 2.2_rc12/cvs/Linux 2.6.28-rc2-00185-ge946217-dirty x86_64)

Revision  Changes    Path
1.3                  app-mobilephone/smstools/smstools-2.2.20.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/smstools/smstools-2.2.20.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/smstools/smstools-2.2.20.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/smstools/smstools-2.2.20.ebuild?r1=1.2&r2=1.3

Index: smstools-2.2.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/smstools/smstools-2.2.20.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- smstools-2.2.20.ebuild	31 Oct 2008 15:49:29 -0000	1.2
+++ smstools-2.2.20.ebuild	31 Oct 2008 16:28:50 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/smstools/smstools-2.2.20.ebuild,v 1.2 2008/10/31 15:49:29 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/smstools/smstools-2.2.20.ebuild,v 1.3 2008/10/31 16:28:50 chainsaw Exp $
 
 inherit eutils toolchain-funcs
 
@@ -18,6 +18,11 @@
 
 S="${WORKDIR}"/${PN}
 
+pkg_setup() {
+	enewgroup sms
+	enewuser smsd -1 -1 /var/spool/sms sms
+}
+
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
@@ -33,11 +38,6 @@
 	emake CC="$(tc-getCC)" || die "emake failed"
 }
 
-pkg_preinst() {
-	enewgroup sms
-	enewuser smsd -1 -1 /var/spool/sms sms
-}
-
 src_install() {
 	dobin src/smsd
 	cd "${S}"/scripts
@@ -60,6 +60,6 @@
 }
 
 pkg_postinst() {
-	touch /var/log/smsd.log
-	chown -f smsd:sms /var/log/smsd.log
+	touch "${ROOT}"/var/log/smsd.log
+	chown -f smsd:sms "${ROOT}"/var/log/smsd.log
 }



1.14                 app-mobilephone/smstools/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/smstools/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/smstools/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/smstools/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/smstools/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	31 Oct 2008 15:49:29 -0000	1.13
+++ ChangeLog	31 Oct 2008 16:28:50 -0000	1.14
@@ -1,6 +1,14 @@
 # ChangeLog for app-mobilephone/smstools
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/smstools/ChangeLog,v 1.13 2008/10/31 15:49:29 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/smstools/ChangeLog,v 1.14 2008/10/31 16:28:50 chainsaw Exp $
+
+  31 Oct 2008; <chainsaw@gentoo.org> smstools-2.2.20.ebuild:
+  Update ebuild based on -dev ML feedback by Torsten Veller
+  <ml-en@veller.net>.
+
+  31 Oct 2008; <chainsaw@gentoo.org> -smstools-2.2.9.ebuild,
+  -smstools-2.2.13.ebuild:
+  Remove old ebuilds.
 
   31 Oct 2008; <chainsaw@gentoo.org> smstools-2.2.20.ebuild:
   Respect CC variable, closes bug #243690 by Diego Pettenò






                 reply	other threads:[~2008-10-31 16:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1Kvwri-0005am-9D@stork.gentoo.org \
    --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