]> Pileus Git - ~andy/sunrise/commitdiff
x11-plugins/pidgin-birthday-reminder: Version bump
authorAngelo D'Autilia (sYdRo) <sydro@salug.it>
Sat, 10 Apr 2010 10:37:19 +0000 (10:37 +0000)
committerAngelo D'Autilia (sYdRo) <sydro@salug.it>
Sat, 10 Apr 2010 10:37:19 +0000 (10:37 +0000)
svn path=/sunrise/; revision=10429

x11-plugins/pidgin-birthday-reminder/ChangeLog
x11-plugins/pidgin-birthday-reminder/Manifest
x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.5.ebuild [moved from x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.4.ebuild with 80% similarity]

index b5848a9d0d2559fcdefc19491781176c3b49a9f0..f0c0fc4384e0e8281c114c073522d5e31f5b5b23 100644 (file)
@@ -2,6 +2,11 @@
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Apr 2010; Angelo D'Autilia (sYdRo) <sydro@salug.it>
+  -pidgin-birthday-reminder-1.4.ebuild,
+  +pidgin-birthday-reminder-1.5.ebuild:
+  Version bump
+
   11 Mar 2010; Angelo D'Autilia (sYdRo) <sydro@salug.it>
   -pidgin-birthday-1.4.ebuild, +pidgin-birthday-reminder-1.4.ebuild:
   Fixed name as adviced in bug 286548
index 3a666d7abdb64e3f59ddf725dd3661d4d80ef65a..a7304cc004ebadf0a2c035e0830b68fe75996a24 100644 (file)
@@ -1,4 +1,4 @@
-DIST birthday_reminder-1.4.tar.gz 464218 RMD160 bf20f355ba558eb598089d91e2c36c5d265af322 SHA1 2416915f7693213d4c774f967065c628a50d9b3b SHA256 3a847db327ec94139827093e04cc8a5beb2a9274d536eed49a2fc94f89fab271
-EBUILD pidgin-birthday-reminder-1.4.ebuild 610 RMD160 ac9ab30b205362cde86ccd9c5624a866638b8478 SHA1 fc423eb2d81fae17ee5101bfd265e493655bfa73 SHA256 e92eb1aa2fea2010e1ffc7e20a11347260001c3fafea4e1475531c5333bf2c51
-MISC ChangeLog 718 RMD160 f7e730c0723ee0618d0bce86eb1d6023120cd473 SHA1 90b29db61a07b7e6af76cecb82bde35f1860af36 SHA256 63257344ebe40a8f0667511fc03c1d29d70ef80272a84040a6a56dcb4a4c2e06
+DIST pidgin-birthday-reminder-1.5.tar.gz 462084 RMD160 dbd68bf4c4c3ed3ea06706f37ffb2372ecb5e05e SHA1 3ffc3d65963b1a03f1d2843f147b6065ac298672 SHA256 ee3805cb7b89526f71c89d7856606d8bbd2fd91440b357d3cbbc5e5d5d070461
+EBUILD pidgin-birthday-reminder-1.5.ebuild 554 RMD160 f987bc703829f93b3ca1a33682c20a21ea7c2be5 SHA1 bbd999fc7abe4a89fbf8e5f1eaf51f51534b089a SHA256 bd197f94b5085cf5811d68a354748ec8434487f7bf1c2e7eb313753da087ac9b
+MISC ChangeLog 871 RMD160 2314a381f343e3d3e2a227b6797771b3360b2064 SHA1 2c11052499a06d1ee2f1396b3858c50040399fca SHA256 d8b4782bbe8f2773f1aeae2a33f532a267bbcbf3a8bf2dbb87474fc46b786e55
 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
similarity index 80%
rename from x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.4.ebuild
rename to x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.5.ebuild
index e5ea822aac89c584fb3fd32792a01435d2fb8208..105eb2e2d3d857130302c46e3185735835f20b18 100644 (file)
@@ -4,10 +4,9 @@
 
 EAPI="2"
 
-MY_P="birthday_reminder-${PV}"
 DESCRIPTION="Plugin for Pidgin that reminds you of your buddies birthdays"
 HOMEPAGE="https://sourceforge.net/projects/pidgin-birthday"
-SRC_URI="mirror://sourceforge/${PN/-reminder/}/${MY_P}.tar.gz"
+SRC_URI="mirror://sourceforge/${PN/-reminder/}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -17,8 +16,6 @@ IUSE=""
 DEPEND="net-im/pidgin[gtk]"
 RDEPEND="${DEPEND}"
 
-S=${WORKDIR}/${MY_P}
-
 src_install() {
        emake install DESTDIR="${D}" || die "install fail"
        dodoc AUTHORS ChangeLog || die "doc install fail"