[arch-commits] Commit in mcdp/repos (4 files)
Felix Yan
fyan at nymeria.archlinux.org
Sun Jul 6 12:41:24 UTC 2014
Date: Sunday, July 6, 2014 @ 14:41:24
Author: fyan
Revision: 115195
archrelease: copy trunk to community-i686, community-x86_64
Added:
mcdp/repos/community-i686/PKGBUILD
(from rev 115194, mcdp/trunk/PKGBUILD)
mcdp/repos/community-x86_64/PKGBUILD
(from rev 115194, mcdp/trunk/PKGBUILD)
Deleted:
mcdp/repos/community-i686/PKGBUILD
mcdp/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 58 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 29 ----------------------
community-x86_64/PKGBUILD | 29 ----------------------
3 files changed, 58 insertions(+), 58 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-07-06 12:40:55 UTC (rev 115194)
+++ community-i686/PKGBUILD 2014-07-06 12:41:24 UTC (rev 115195)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Tino Reichardt <milky-archlinux at mcmilk.de>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=mcdp
-pkgver=0.4b
-pkgrel=2
-pkgdesc="Small console cd player"
-arch=('i686' 'x86_64')
-url="http://www.mcmilk.de/projects/mcdp/"
-license=('GPL')
-depends=('glibc')
-makedepends=('dietlibc')
-source=(http://www.mcmilk.de/projects/$pkgname/dl/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('0faa031b07299b0fb2353306a669328c877717e1bc7e274e40c3d2612e103cab')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make $pkgname
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- install -Dm755 $pkgname ${pkgdir}/usr/bin/$pkgname
- install -Dm644 $pkgname.1 ${pkgdir}/usr/share/man/man1/$pkgname.1
-}
Copied: mcdp/repos/community-i686/PKGBUILD (from rev 115194, mcdp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-06 12:41:24 UTC (rev 115195)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Tino Reichardt <milky-archlinux at mcmilk.de>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=mcdp
+pkgver=0.4b
+pkgrel=3
+pkgdesc="Small console cd player"
+arch=('i686' 'x86_64')
+url="http://www.mcmilk.de/projects/mcdp/"
+license=('GPL')
+depends=('glibc')
+makedepends=('dietlibc')
+source=(http://www.mcmilk.de/projects/$pkgname/dl/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0faa031b07299b0fb2353306a669328c877717e1bc7e274e40c3d2612e103cab')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make $pkgname
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ install -Dm755 $pkgname ${pkgdir}/usr/bin/$pkgname
+ install -Dm644 $pkgname.1 ${pkgdir}/usr/share/man/man1/$pkgname.1
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-07-06 12:40:55 UTC (rev 115194)
+++ community-x86_64/PKGBUILD 2014-07-06 12:41:24 UTC (rev 115195)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Tino Reichardt <milky-archlinux at mcmilk.de>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=mcdp
-pkgver=0.4b
-pkgrel=2
-pkgdesc="Small console cd player"
-arch=('i686' 'x86_64')
-url="http://www.mcmilk.de/projects/mcdp/"
-license=('GPL')
-depends=('glibc')
-makedepends=('dietlibc')
-source=(http://www.mcmilk.de/projects/$pkgname/dl/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('0faa031b07299b0fb2353306a669328c877717e1bc7e274e40c3d2612e103cab')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make $pkgname
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- install -Dm755 $pkgname ${pkgdir}/usr/bin/$pkgname
- install -Dm644 $pkgname.1 ${pkgdir}/usr/share/man/man1/$pkgname.1
-}
Copied: mcdp/repos/community-x86_64/PKGBUILD (from rev 115194, mcdp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-07-06 12:41:24 UTC (rev 115195)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Tino Reichardt <milky-archlinux at mcmilk.de>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=mcdp
+pkgver=0.4b
+pkgrel=3
+pkgdesc="Small console cd player"
+arch=('i686' 'x86_64')
+url="http://www.mcmilk.de/projects/mcdp/"
+license=('GPL')
+depends=('glibc')
+makedepends=('dietlibc')
+source=(http://www.mcmilk.de/projects/$pkgname/dl/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0faa031b07299b0fb2353306a669328c877717e1bc7e274e40c3d2612e103cab')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make $pkgname
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ install -Dm755 $pkgname ${pkgdir}/usr/bin/$pkgname
+ install -Dm644 $pkgname.1 ${pkgdir}/usr/share/man/man1/$pkgname.1
+}
More information about the arch-commits
mailing list