summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Knoblich <stkn@gentoo.org>2006-02-28 02:45:33 +0000
committerStefan Knoblich <stkn@gentoo.org>2006-02-28 02:45:33 +0000
commitf76b2bd489c57fb06b1840d8f4ead7e9b8bf184c (patch)
treeb96d70812aec81b207e9b46ab2d8efd67f348a00 /net-misc/asterisk-sounds
parentRemoved 1.2.0_beta ebuild. (diff)
downloadhistorical-f76b2bd489c57fb06b1840d8f4ead7e9b8bf184c.tar.gz
historical-f76b2bd489c57fb06b1840d8f4ead7e9b8bf184c.tar.bz2
historical-f76b2bd489c57fb06b1840d8f4ead7e9b8bf184c.zip
Version bump and remove 1.2.0_beta version.
Package-Manager: portage-2.0.53
Diffstat (limited to 'net-misc/asterisk-sounds')
-rw-r--r--net-misc/asterisk-sounds/ChangeLog9
-rw-r--r--net-misc/asterisk-sounds/Manifest7
-rw-r--r--net-misc/asterisk-sounds/asterisk-sounds-1.2.1.ebuild (renamed from net-misc/asterisk-sounds/asterisk-sounds-1.2.0_beta1.ebuild)16
-rw-r--r--net-misc/asterisk-sounds/files/asterisk-sounds-1.2.0_beta1-description.diff47
-rw-r--r--net-misc/asterisk-sounds/files/digest-asterisk-sounds-1.2.0_beta11
-rw-r--r--net-misc/asterisk-sounds/files/digest-asterisk-sounds-1.2.11
6 files changed, 15 insertions, 66 deletions
diff --git a/net-misc/asterisk-sounds/ChangeLog b/net-misc/asterisk-sounds/ChangeLog
index f30ac158f714..4a88c3396aae 100644
--- a/net-misc/asterisk-sounds/ChangeLog
+++ b/net-misc/asterisk-sounds/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-misc/asterisk-sounds
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-sounds/ChangeLog,v 1.8 2006/02/28 02:26:47 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-sounds/ChangeLog,v 1.9 2006/02/28 02:45:33 stkn Exp $
+
+*asterisk-sounds-1.2.1 (28 Feb 2006)
+
+ 28 Feb 2006; Stefan Knoblich <stkn@gentoo.org>
+ -files/asterisk-sounds-1.2.0_beta1-description.diff,
+ -asterisk-sounds-1.2.0_beta1.ebuild, +asterisk-sounds-1.2.1.ebuild:
+ Version bump and remove 1.2.0_beta version.
28 Feb 2006; Stefan Knoblich <stkn@gentoo.org>
-asterisk-sounds-1.0.6.ebuild:
diff --git a/net-misc/asterisk-sounds/Manifest b/net-misc/asterisk-sounds/Manifest
index debba28c351c..386005973213 100644
--- a/net-misc/asterisk-sounds/Manifest
+++ b/net-misc/asterisk-sounds/Manifest
@@ -1,9 +1,8 @@
-MD5 6fa2f8332e94b5f3d13276d66bc348c8 ChangeLog 1445
+MD5 dbbe9a94d22dc5dd41e4951fd38bb514 ChangeLog 1704
MD5 fdb31630ec361c9078cff81c9d9f81ae asterisk-sounds-1.0.7.ebuild 788
MD5 f82a8bd1aa130d76aad035e3fe971abe asterisk-sounds-1.0.8.ebuild 787
-MD5 cc4f91235bede396459af021c964dedc asterisk-sounds-1.2.0_beta1.ebuild 1016
-MD5 c54e61bcd73f8f35aaa96d23ecdd8403 files/asterisk-sounds-1.2.0_beta1-description.diff 1455
+MD5 0ce34ac383eed6711f0ef6278cc09d71 asterisk-sounds-1.2.1.ebuild 832
MD5 52b41306e47aa47d6c7825684c715017 files/digest-asterisk-sounds-1.0.7 74
MD5 0e381530d5433423afd7cea188ce8043 files/digest-asterisk-sounds-1.0.8 74
-MD5 be8b1e0161c87c766857daadd1f606b9 files/digest-asterisk-sounds-1.2.0_beta1 80
+MD5 bb9b5f17dd84688ed01e7a48a7c8bd11 files/digest-asterisk-sounds-1.2.1 74
MD5 44cf247f04cc83413fcb40ed59d0847a metadata.xml 248
diff --git a/net-misc/asterisk-sounds/asterisk-sounds-1.2.0_beta1.ebuild b/net-misc/asterisk-sounds/asterisk-sounds-1.2.1.ebuild
index 4ae0481dd7db..4d8009ed9fe1 100644
--- a/net-misc/asterisk-sounds/asterisk-sounds-1.2.0_beta1.ebuild
+++ b/net-misc/asterisk-sounds/asterisk-sounds-1.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-sounds/asterisk-sounds-1.2.0_beta1.ebuild,v 1.1 2005/09/09 18:58:28 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-sounds/asterisk-sounds-1.2.1.ebuild,v 1.1 2006/02/28 02:45:33 stkn Exp $
inherit eutils
@@ -16,20 +16,10 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~sparc ~hppa ~amd64 ~ppc"
-DEPEND="net-misc/asterisk"
+DEPEND=">=net-misc/asterisk-1.2.0"
S="${WORKDIR}/${MY_P}"
-src_unpack() {
- unpack ${A}
-
- cd ${S}
-
- # some descriptions missing are missing the .gsm extension, fix them
- # make install fails otherwise
- epatch ${FILESDIR}/${P}-description.diff
-}
-
src_install() {
make DESTDIR=${D} install || die "Make install failed"
diff --git a/net-misc/asterisk-sounds/files/asterisk-sounds-1.2.0_beta1-description.diff b/net-misc/asterisk-sounds/files/asterisk-sounds-1.2.0_beta1-description.diff
deleted file mode 100644
index 79ddcc94964b..000000000000
--- a/net-misc/asterisk-sounds/files/asterisk-sounds-1.2.0_beta1-description.diff
+++ /dev/null
@@ -1,47 +0,0 @@
---- asterisk-sounds-1.2.0-beta1/sounds-extra.txt.orig 2005-09-09 20:39:54.000000000 +0200
-+++ asterisk-sounds-1.2.0-beta1/sounds-extra.txt 2005-09-09 20:40:50.000000000 +0200
-@@ -2117,30 +2117,30 @@
- %wind-chill.gsm%wind chill
- %winds.gsm%winds
-
--%route-sip%Your call is being routed over SIP.
-+%route-sip.gsm%Your call is being routed over SIP.
-
--%not-yet-connected%is not yet connected.
-+%not-yet-connected.gsm%is not yet connected.
-
--%units%units
-+%units.gsm%units
-
--%sorry%We're sorry.
-+%sorry.gsm%We're sorry.
-
--%sorry2%We're sorry, but we are not able to answer your call at this time.
-+%sorry2.gsm%We're sorry, but we are not able to answer your call at this time.
-
--%thanks-for-calling-today%Thanks for calling today.
-+%thanks-for-calling-today.gsm%Thanks for calling today.
-
--%wait-moment%Please wait a moment.
-+%wait-moment.gsm%Please wait a moment.
-
--%you-have-dialed%You have dialed:
-+%you-have-dialed.gsm%You have dialed:
-
--%access-code%Access code:
-+%access-code.gsm%Access code:
-
--%portnumber%port number
-+%portnumber.gsm%port number
-
--%protocol%protocol
-+%protocol.gsm%protocol
-
--%pls-hold-silent30%Please hold (silence for 30 seconds)
-+%pls-hold-silent30.gsm%Please hold (silence for 30 seconds)
-
--%echo-test%You will now hear your own voice in an echo test.
-+%echo-test.gsm%You will now hear your own voice in an echo test.
-
--%this-call-will-end-in%This call will end in
-+%this-call-will-end-in.gsm%This call will end in
diff --git a/net-misc/asterisk-sounds/files/digest-asterisk-sounds-1.2.0_beta1 b/net-misc/asterisk-sounds/files/digest-asterisk-sounds-1.2.0_beta1
deleted file mode 100644
index 0dc023e242e8..000000000000
--- a/net-misc/asterisk-sounds/files/digest-asterisk-sounds-1.2.0_beta1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 dc8004fea4c880dbec32e08f4da07b1b asterisk-sounds-1.2.0-beta1.tar.gz 3246231
diff --git a/net-misc/asterisk-sounds/files/digest-asterisk-sounds-1.2.1 b/net-misc/asterisk-sounds/files/digest-asterisk-sounds-1.2.1
new file mode 100644
index 000000000000..36267967f4de
--- /dev/null
+++ b/net-misc/asterisk-sounds/files/digest-asterisk-sounds-1.2.1
@@ -0,0 +1 @@
+MD5 bed4259905a7d7bc070c6319142b2075 asterisk-sounds-1.2.1.tar.gz 3249876